Skip to content

Releases: henrikr/chartist-plugin-threshold

0.0.5

21 Mar 15:14
Compare
Choose a tag to compare

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

01 Aug 19:27
Compare
Choose a tag to compare

Fixes invalid negative values for rect masks

chartist.js:2069 Error: <rect> attribute width: A negative value is not valid.

0.0.3

26 Jun 17:49
Compare
Choose a tag to compare
  • 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