- [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