You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on an integration where the existing code created the time options for the scale separately. Because there is no exposed type for this object, I had to use a work-around. It should be straightforward to create an intermediate type that is exposed
Feature Proposal
I am working on an integration where the existing code created the
time
options for the scale separately. Because there is no exposed type for this object, I had to use a work-around. It should be straightforward to create an intermediate type that is exposedWorkaround
Possible Implementation
Refactor https://github.com/chartjs/Chart.js/blob/master/src/types/index.d.ts#L3329-L3364 out into an exposed type
The text was updated successfully, but these errors were encountered: