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
Calling xScale(tick) turns a tick value into a pixel position to be drawn
237
244
eg in the domain [2000, 2010] and range[0, 200] passing 2005 would be 50% of the way across the domain so 50% of the way between min and max specified pixel positions so it would draw at 100
238
245
*/}
239
-
{xScale.ticks(utcDay.every(1)).map(
240
-
(
241
-
tick// can change this to set how many ticks you want
0 commit comments