All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2nd January 2023
Versions 1.0.0 and above of this plugin only work with Chartist versions of 1.0.0 and above.
- Support for Chartist v1
- Support for Chartist version older than v1
0.1.4 - 8th July 2020
- Upgraded a lot of dependencies
- Minimized JavaScript file did shrink ~100 Bytes (3771 Bytes -> 3678 Bytes)
0.1.3 - 30th December 2019
- Support for the IE11 - #9
0.1.2 - 30th July 2019
- Support for the solid donut graph
0.1.1 - 7th April 2019
- Fixed the wrong position of a tooltip when
appendToBody:true
is used
- The default value of
appendToBody
is nowtrue
(wasfalse
), because it's more efficient - The css property
position
of tooltip now has beabsolute
0.0.21 - 22nd July 2018
- Fixed the position of the tooltips when there are multiple charts
0.0.20 - 16th July 2015
- Added less file to the dist folder
- Fixed issue checking chart type when uglified
- Fixed width/height being incorrect
- Fixed memory leak
- Switched internally to Yarn
- The exported object is now called
Chartist.plugins.tooltip
instead ofChartist.plugins.tooltips
. Thes
at the end of the tooltip is now missing.
0.0.11 - 28th April 2015
- Added custom tooltip using options.tooltipFnc
- Tooltips now working properly on Firefox
0.0.10 - 20th April 2015
- Set currency default to
undefined
. Fixes issue in chartist.js 0.7.4.
0.0.9 - 16th April 2015
- Fixed new pie chart label mechanism
0.0.8 - 16th April 2015
- For pie chart tooltips also take the labels into account if no meta is given
- Removed Ember reference