chartist-plugin-tooltip
chartist-plugin-tooltip copied to clipboard
Tooltip plugin for Chartist.js
Bumps [base-x](https://github.com/cryptocoinjs/base-x) from 3.0.10 to 3.0.11. Commits 043a888 3.0.11 2705ddd [backport 3.x] Prohibit char codes that would overflow the BASE_MAP See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot...
This is quite a major update. The Plugin and the project structure are updated to get closer to the _Chartist_ v1 ecosystem. I was wondering if the changes should be...
Hi, testing it out on chartist v1 and line charts work, but bar charts don't seem to? There's no 'official' (as in, in your README.md) example of a barchart with...
`import ChartistTooltip from 'chartist-plugin-tooltips-updated';` Generates error with Angular 11: `Could not find a declaration file for module 'chartist-plugin-tooltips-updated'. '/Users/FZK/Apps/Yeditepe/i7/node_modules/chartist-plugin-tooltips-updated/dist/chartist-plugin-tooltip.js' implicitly has an 'any' type.`
c3.js and its fork billboard.js have tooltips that activate no matter where you hover on the map. They do this, I believe, by calculating x-distance from the mouse to the...