In Chart.js 3.0.0-rc.3, Scale.update's implementation returns void, but its TypeScript type definition inherits from LayoutItem, which says that update should return a number.
I ran into this while creating a custom scale type that extends LinearScale; it started raising type errors when I upgraded from 3.0.0-beta.7 to 3.0.0-rc.3.
In Chart.js 3.0.0-rc.3,
Scale.update's implementation returns void, but its TypeScript type definition inherits fromLayoutItem, which says thatupdateshould return a number.I ran into this while creating a custom scale type that extends LinearScale; it started raising type errors when I upgraded from 3.0.0-beta.7 to 3.0.0-rc.3.