diff --git a/packages/grafana-ui/src/components/VizLegend/VizLegend.story.tsx b/packages/grafana-ui/src/components/VizLegend/VizLegend.story.tsx index c21ffb51d09..050f9ae289b 100644 --- a/packages/grafana-ui/src/components/VizLegend/VizLegend.story.tsx +++ b/packages/grafana-ui/src/components/VizLegend/VizLegend.story.tsx @@ -27,6 +27,13 @@ export default { options: ['200px', '500px', '100%'], }, }, + seriesCount: { + control: { + type: 'number', + min: 1, + max: 8, + }, + }, }, } as Meta;