mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Tooltip: clear cached animations on initialize (#7983)
This commit is contained in:
parent
4f2511aff3
commit
61d2227985
@ -393,6 +393,7 @@ export class Tooltip extends Element {
|
||||
const me = this;
|
||||
const chartOpts = me._chart.options;
|
||||
me.options = resolveOptions(chartOpts.tooltips, chartOpts.font);
|
||||
me._cachedAnimations = undefined;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user