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
Chart.Ticks.generators.time calls generate passing in opts.stepSize as the fifth parameter instead of capacity. I'm not sure how to determine capacity given that this is a static method without access to any chart properties like me.min that would be needed to determine the capacity.