diff --git a/src/App.svelte b/src/App.svelte index 47c1dac..a0c32fd 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -151,25 +151,32 @@ console.log(app) } const charts = [ + 'area-stacked', + 'area-stacked-sm', 'bar-chart-horizontal-sm', 'bar-chart-horizontal-split', + 'bar-chart-horizontal-stacked', 'bar-chart-horizontal-stacked-sm', + 'bar-chart-horizontal-stacked-clustered-grouped', + 'bar-chart-horizontal-stacked-clustered', + 'bar-chart-horizontal-stacked-grouped', 'bar-chart-horizontal', - 'bubble-chart-animated', + 'bar-chart-horizontal-grouped-clustered', + 'line-chart', 'comet-plot', + 'column-chart', 'dot-plot', 'grouped-bar-chart', 'heatmap-per-column', 'heatmap', 'range-plot', + 'scatter-plot', 'split-bar-chart', - 'scatter-plot-animated', - 'stacked-horizontal-bar-chart', - 'static-population-pyramid-with-comparison', - 'static-population-pyramid', + 'population-pyramid-static-with-comparison', + 'population-pyramid-static', + 'population-pyramid-with-comparison-toggle', 'population-pyramid-with-dropdown-and-interactive-comparison', 'population-pyramid-with-dropdown', - 'population-pyramid-with-interactive-comparison', ] let chart = 'split-bar-chart' //index in charts == 'bar-chart'