mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 21:19:28 -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%'],
|
||||
},
|
||||
},
|
||||
seriesCount: {
|
||||
control: {
|
||||
type: 'number',
|
||||
min: 1,
|
||||
max: 8,
|
||||
},
|
||||
},
|
||||
},
|
||||
} as Meta;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user