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
const binGenerator = histogram() // eslint-disable-next-line @typescript-eslint/no-explicit-any .domain((xScale as any).domain()) // then the domain of the graphic .thresholds(xScale.ticks(50)); // then the numbers of bins
The text was updated successfully, but these errors were encountered:
Not necessary, but could be nice
const binGenerator = histogram() // eslint-disable-next-line @typescript-eslint/no-explicit-any .domain((xScale as any).domain()) // then the domain of the graphic .thresholds(xScale.ticks(50)); // then the numbers of bins
The text was updated successfully, but these errors were encountered: