]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Remove tooltip constructor fallbacks, `this.chart` and `this._chart` (#10612)
authorJacco van den Berg <jaccoberg2281@gmail.com>
Mon, 22 Aug 2022 19:17:40 +0000 (21:17 +0200)
committerGitHub <noreply@github.com>
Mon, 22 Aug 2022 19:17:40 +0000 (21:17 +0200)
commit3c33d87dd2fcee40970e9b0dc77b950510b0041c
treef2c037fa2c606b0b42990c460ddd2b86853e1218
parentfc8a63e26b79bc64e0982211d02b6572be1de49f
Remove tooltip constructor fallbacks, `this.chart` and `this._chart` (#10612)

* remove tooltip fallbacks/backwards compatability in constructor

* increase size limit
.size-limit.cjs
docs/migration/v4-migration.md
src/plugins/plugin.tooltip.js