You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to Storybook docs, looks like customSeriesColors can be a function.
But when I tried this, it threw an error:
utils.js:72 Uncaught TypeError: spec.customSeriesColors.forEach is not a function
Though, I think storybook is tested so I'm not sure how it's working in there, unless that is a new feature and Kibana is on an older version. I looked in the pull requests but didn't find anything recent that matched by customSeriesColors search.
The text was updated successfully, but these errors were encountered:
It's now fixed thanks to #557
It was an issue with the Storybook addon-info addon, that doesn't render correctly the story sources. In the mentioned PR we are rendering the source code of each example with a different addon that shows a cleaner and more faithful source code
According to Storybook docs, looks like customSeriesColors can be a function.
But when I tried this, it threw an error:
utils.js:72 Uncaught TypeError: spec.customSeriesColors.forEach is not a function
Though, I think storybook is tested so I'm not sure how it's working in there, unless that is a new feature and Kibana is on an older version. I looked in the pull requests but didn't find anything recent that matched by
customSeriesColors
search.The text was updated successfully, but these errors were encountered: