File tree Expand file tree Collapse file tree 2 files changed +421
-0
lines changed
packages/chart/src/_stories Expand file tree Collapse file tree 2 files changed +421
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import lollipop from './_mock/lollipop.json'
77import forestPlot from '../../examples/feature/forest-plot/forest-plot.json'
88import pairedBar from './_mock/paired-bar.json'
99import horizontalBarConfig from './_mock/horizontal_bar.json'
10+ import horizontalBarsDynamicYAxis from './_mock/horizontal-bars-dynamic-y-axis.json'
1011import barChartLabels from './_mock/barchart_labels.mock.json'
1112import pieConfig from './_mock/pie_with_data.json'
1213import pieCalculatedArea from './_mock/pie_calculated_area.json'
@@ -59,6 +60,13 @@ export const Horizontal_Bar: Story = {
5960 }
6061}
6162
63+ export const Horizontal_Bars_Dynamic_Y_Axis : Story = {
64+ args : {
65+ config : horizontalBarsDynamicYAxis ,
66+ isEditor : false
67+ }
68+ }
69+
6270export const BarChart_Labels : Story = {
6371 args : {
6472 config : barChartLabels
You can’t perform that action at this time.
0 commit comments