chartist-plugin-threshold
chartist-plugin-threshold copied to clipboard
Threshold Plugin for Chartist.js
Feature request: Ability to define a threshold range, which has a lower and upper limit. For example, maybe threshold could accept an array with two values (lower and upper): `threshold:...
Hi, i tried to import your plugin to an angular app that is using ng-chartist. https://www.npmjs.com/package/ng-chartist In order to make this work, the lines 1 to 16 have to be...
Hello, I'm trying update the threshold and the whole chart with a click event, but the threshold doesn't changes. The chart axys updating as expected but threshold stays at the...
**Problem** The original line path element naturally appears before the cloned element. This causes problems for other plugins that perhaps have added event listeners (mouseover, mouseout, etc) to the original...
**Before**: each chart on a page uses the same mask ID, so each chart uses the same threshold/mask as the first chart created. **After**: each chart on a page uses...
How do i plot the threshold along my X axis? I have been trying but so far only able to plot along the Y axis! Thanks.
Deals with [Issue #14](https://github.com/gionkunz/chartist-plugin-threshold/issues/14)
Hello first of thanks for this great library! My problem, I cannot get the threshold plugin to work in my bar graph. As soon as I enable the plugin my...