diff --git a/apps/www/src/lib/registry/default/example/DonutChartDemo.vue b/apps/www/src/lib/registry/default/example/DonutChartDemo.vue index a1d4ff3e..ad8b9844 100644 --- a/apps/www/src/lib/registry/default/example/DonutChartDemo.vue +++ b/apps/www/src/lib/registry/default/example/DonutChartDemo.vue @@ -8,7 +8,6 @@ const data = [ { name: 'Apr', total: Math.floor(Math.random() * 2000) + 500, predicted: Math.floor(Math.random() * 2000) + 500 }, { name: 'May', total: Math.floor(Math.random() * 2000) + 500, predicted: Math.floor(Math.random() * 2000) + 500 }, { name: 'Jun', total: Math.floor(Math.random() * 2000) + 500, predicted: Math.floor(Math.random() * 2000) + 500 }, - { name: 'Jul', total: Math.floor(Math.random() * 2000) + 500, predicted: Math.floor(Math.random() * 2000) + 500 }, ] diff --git a/apps/www/src/lib/registry/default/ui/chart-area/AreaChart.vue b/apps/www/src/lib/registry/default/ui/chart-area/AreaChart.vue index 95553380..e330bacc 100644 --- a/apps/www/src/lib/registry/default/ui/chart-area/AreaChart.vue +++ b/apps/www/src/lib/registry/default/ui/chart-area/AreaChart.vue @@ -96,7 +96,6 @@ function handleLegendItemClick(d: BulletLegendItemInterface, i: number) { props.type === 'grouped' ? GroupedBar.select props.type === 'grouped' ? GroupedBar.select - +