matte icon indicating copy to clipboard operation
matte copied to clipboard

Broken storybook components

Open awareness481 opened this issue 3 years ago • 1 comments

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

awareness481 avatar Apr 11 '22 11:04 awareness481

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.

alexKarvounis avatar Jun 17 '22 07:06 alexKarvounis