Problem with threshold plugin
See original GitHub issueHi!
I’m using chartist through vue-chartist. The point is that I want to use the threshold plugin, but if I install it and call into a chart, it said to me Chartist is not defined
, which is correct, because chartist is in Vue.chartist
How can I set Chartist
value called into the plugin to point to Vue-chartist
without modify the threshold plugin?
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
[SOLVED] Problems with thold plugin - Cacti Forums
Hi, i'm having serious problems with thold plugin. It just doesn't work. My cacti install version is 0.8.7g with latest stable PA.
Read more >Thold is broken in current Cacti database · Issue #509 - GitHub
Describe the bug. Thold interface speed current value is wrong and is negative in value. To Reproduce Steps to reproduce the behavior:
Read more >Problem with the Match Threshold | WordPress.org
The Match Threshold works, but I have two categories that don't work well with your instrument; – Game News requires Match Threshold to...
Read more >Issues with Threshold Color macro - Image.sc Forum
Hi to everyone, I want to use the “Threshold Color” function, which works pretty fine for me when I use it manually within...
Read more >AdaptiveThreshold --- ImageJ plugin - Google Sites
Adaptive threshold overcomes the limitation of conventional threshold method when the image background or the feature intensities are not homogeneous. Let's ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Vue.chartist assignment isnt required imo. You just need to define Chartist on the window object before importing the plugin
You can do this in your main/index.js
If you want to use it in a subcomponent, you can import Chartist
It doesn’t work for me with threshold plugin.