- The plugin is now compatible with and requires Chartist v1 API
- The plugin provides an ESM, CSJ and UMD version
- The "class" option accepts a single class name or an array of class names
- Sources were converted to TypeScript
- Replace deprecated properties "page{X,Y}Offset" with scroll{X,Y}
- Dropped support for "currency" and "currencyFormatCallback" options (use "tooltipFnc" instead)
- [ENCHANTMENT] Upgraded a lot of dependencies
- [ENCHANTMENT] Minimized JavaScript file did shrink ~100 Bytes (3771 Bytes -> 3678 Bytes)
- [ENCHANTMENT] Added supports for the IE11 - #9
- [ENHANCEMENT] Added support for the solid donut graph
- [BUGFIX] Fixed the wrong position of a tooltip when
appendToBody:true
is used - [CHANGE] The default value of
appendToBody
is nowtrue
(wasfalse
), because it's more efficent - [CHANGE] The css property
position
of tooltip now has beabsolute
- [BUGFIX] Fixed the position of the tooltips when there are multiple charts
- [BUGFIX] Fixed issue checking chart type when uglified
- [BUGFIX] Fixed width/height being incorrect
- [BUGFIX] Fixed memory leak
- [ENHANCEMENT] Switched to Yarn
- [ENHANCEMENT] Added less file to the dist folder
- [CHANGE] The exported object is now called
Chartist.plugins.tooltip
instead ofChartist.plugins.tooltips
. Thes
at the end of the tooptip is now missing.
- [BUGFIX] Tooltips now working properly on Firefox
- [ENHANCEMENT] Added custom tooltip using options.tooltipFnc
- [BUGFIX] Set currency default to
undefined
. Fixes issue in chartist.js 0.7.4.
- [BUGFIX] Fixed new pie chart label mechanism
- [BUGFIX] Removed Ember reference
- [ENHANCEMENT] For pie chart tooltips also take the labels into account if no meta is given