Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-chartist-utility-polyfill

Girish-K3UNLICENSED1.0.5

A polyfill to display axis titles in react-chartist.

readme

react-chartist-utility-polyfill

=========================================== Published on NPM at react-chartist-utility-polyfill.

A polyfill to display axis titles in react-chartist.

Added a feature to highlight series on hover of its respective legend. ( set highlightSeriesOnLegendHover flag as true in the options)

Added a feature to toggle series on click of its respective legend. ( set enabledToggleSeriesOnLegendClick flag as true in the options)

Updated chartist library ability to give different class names.(Example: If I have 30 series to displayed, then chartist gives same class name 'ct-series-a' for 1st series and 27th series. I have updated the 27th series to take 'ct-series-aa' as class name)