Add tooltip plugin
See original GitHub issueHi guys,
¿How can i add tooltip plugin to vue-chartist?
I try with:
import chartist from 'vue-chartist'
import chartist_tooltip from 'chartist-plugin-tooltips'
vue.use(chartist,{
plugins: [
chartist_tooltip
],
})
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Wordpress Tooltips – WordPress plugin
WordPress Tooltip is a simple & quick & light & powerful jQuery tooltip solution, it is very easy to use, you can easily...
Read more >How to Add a WordPress Tooltip (2 Ways: Free Plugin or ...
Want to add a WordPress tooltip to your site? Read this post for two simple methods - a free tooltip plugin or your...
Read more >How to Add Tooltips in Your WordPress Posts and Pages
The first thing you need to do is install and activate the WordPress Tooltips plugin. To learn more, see our step by step...
Read more >Add Tooltips in WordPress (The Easy Way)
Step 1. Create a WordPress Form · Step 2. Install the Shortcodes Ultimate Plugin · Step 3: Get Your Tooltip Shortcode · Step...
Read more >Tooltips · Bootstrap
The tooltip plugin generates content and markup on demand, and by default places tooltips after their trigger element. Trigger the tooltip via JavaScript:...
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
@50l3r that’s the same with me. https://www.npmjs.com/package/chartist-plugin-tooltip works. (the package without an s at the end)
If you dont want the jquery version: https://github.com/tmmdata/chartist-plugin-tooltip/issues/152#issuecomment-395361512
or in vue components Imports
Options
@50l3r The plugin definition goes into your options configuration per component. You would have to import it in the vue component like you did and then set it up like so: