react-chartist-utility-polyfill
v1.0.5
Published
A polyfill to display axis titles in react-chartist.
Downloads
2
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)