matte
matte copied to clipboard
Broken storybook components
The following storybook components are not displayed (correctly):
- [ ] https://squaredev-io.github.io/matte/?path=/docs/components-dataviz-bar--bar-charts
- [ ] https://squaredev-io.github.io/matte/?path=/docs/components-dataviz-line--line-charts
- [ ] https://squaredev-io.github.io/matte/?path=/docs/components-dataviz-pie--donut
Looks like the stories.scss styles are not applied properly. That means that the parent of these DataViz don't have height, which is a requirement for them to be shown.
I spent some effort but wasn't able to make the scss styles work.
FYI The components themselves are visible if the parent has a height.