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
- Create tickmode "proportional"
- Map fractional tickvals to axis values w/ axis range:
- Set ax.(minor?).tickvals to
- Do that right before `arrayTicks()` is called
- Every instance of `tickmode === "array"` gets `...|| "proportional"`
This works well since tickmode "proportional" really just adds a preprocess step to
tickmode "array".
TODO:
- Check if graph is reversed
- Find where ticks are redrawn on zoom and make redraw proportional (will probably fix below)
- Figure out why ticks not redrawn on double click/home
- Add docs in layout
0 commit comments