-
Notifications
You must be signed in to change notification settings - Fork 12k
Closed
Labels
Description
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.