chartist-js icon indicating copy to clipboard operation
chartist-js copied to clipboard

bugfix finding high & low for stacked bars graph

Open JanMisker opened this issue 2 years ago • 0 comments

The .reduce() call before finding the high & low was failing when there were undefined items in the series. This fixes that.

Unfortunately I cannot do the proper contributing flow, because I cannot install node-sass because node-gyp fails on my Macbook with M2.

JanMisker avatar Jun 08 '23 15:06 JanMisker