Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
{ "description": "A simple bar chart with embedded data.", "layer": [ { "data": { "name": "myData" }, "encoding": { "x": { "field": "a", "type": "ordinal" }, "y": { "field": "b", "type": "quantitative" } }, "mark": "bar" } ] }