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
For large powers of ten, tick labels are often truncated by default:
It’d be nice if we could detect this sort of powers-of-ten ticks and automatically applied a suitable scale transform, such as converting to billions (y: {transform: d => d / 1e9}):