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
Is your feature request related to a problem? Please describe.
The line logarithmic scale type automatically calls .nice() from d3-scale (source) which (depending on the data set and base) adds additional ticks to the axis and grid. In some scenarios this is not ideal.
Describe the solution you'd like
Optionally call .nice() based on an axis config like the time scale (source)
Describe alternatives you've considered
Have tried various other options including manually setting the grid/ticks but they cumbersome and don't work as well with logarithmic scaling as the data tends to also need changing.
Additional context
Happy to create the PR myself, just keen to see if there's any objection.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The line logarithmic scale type automatically calls
.nice()
fromd3-scale
(source) which (depending on the data set and base) adds additional ticks to the axis and grid. In some scenarios this is not ideal.Describe the solution you'd like
Optionally call
.nice()
based on an axis config like the time scale (source)Describe alternatives you've considered
Have tried various other options including manually setting the grid/ticks but they cumbersome and don't work as well with logarithmic scaling as the data tends to also need changing.
Additional context
Happy to create the PR myself, just keen to see if there's any objection.
The text was updated successfully, but these errors were encountered: