Tooltip animation configuration is not documented.
The defaults are in Chart.defaults.tooltips.animation.
The default config is:
animation: {
duration: 400,
easing: 'easeOutQuart',
numbers: {
type: 'number',
properties: ['x', 'y', 'width', 'height'],
},
opacity: {
easing: 'linear',
duration: 200
}
},
Originally posted by @benmccann in #7084 (comment)
Tooltip animation configuration is not documented.
The defaults are in
Chart.defaults.tooltips.animation.The default config is:
Originally posted by @benmccann in #7084 (comment)