I created a column chart in React
using Highcharts
library, and make a story in Storybook
for this widget.
In the PR we use Chromatic
, so to reduce the noise i did animation:false
, and it worked for 2/3 stories.
I don't want to use delay
in Chromatic because then the PR will take forever.
I see that there is an open question about it:
How to stop Chromatic diff "noise" with Highcharts
But I see here:
https://github.com/gravitee-io/gravitee-ui-components/issues/239
That Chromatic
is not good for charts and loaders.
Is there an alternative way to test this widget? if not Chromatic
, so what can I do?
Thanks in advance.