Releases: henrikr/chartist-plugin-threshold
Releases · henrikr/chartist-plugin-threshold
0.0.5
Preserve the original path node's event listeners by inserting the cloned node element first.
This allows for other plugins to add event listeners to the original node element and not have the cloned element appear over it.
0.0.4
Fixes invalid negative values for rect masks
chartist.js:2069 Error: <rect> attribute width: A negative value is not valid.
0.0.3
- Adds support for horizontal bar charts and x-axis thresholds
- Adds support for multiple charts with different thresholds
- New
showIndicator
option to display a line and a label where the threshold is
- Fixes
Uncaught ReferenceError: Chartist is not defined