From 45393b5995e52acec362ea5e82db513c3196f4f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Woz=CC=81ny?= Date: Tue, 22 Apr 2025 10:32:32 +0200 Subject: [PATCH] Support passing attributes to Chart component --- addon/components/c3-chart.hbs | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/addon/components/c3-chart.hbs b/addon/components/c3-chart.hbs index 16305cc9..06e4dd98 100644 --- a/addon/components/c3-chart.hbs +++ b/addon/components/c3-chart.hbs @@ -1,7 +1,8 @@ -
+ class='c3-chart-component' + ...attributes +>
\ No newline at end of file