mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
VizLegend: sets a min and max value of the seriesCount control in Storybook (#33022)
This commit is contained in:
parent
0cc620aea7
commit
ffe90b7abf
@ -27,6 +27,13 @@ export default {
|
|||||||
options: ['200px', '500px', '100%'],
|
options: ['200px', '500px', '100%'],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
seriesCount: {
|
||||||
|
control: {
|
||||||
|
type: 'number',
|
||||||
|
min: 1,
|
||||||
|
max: 8,
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
} as Meta;
|
} as Meta;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user