nzzdev/Q-chart

Ticks: only show the ticks where the label is visible

benib opened this issue · 1 comments

benib commented

Is:

  • All Ticks are visible in the grid color
  • Ticks with labels are highlighted using the label color

Should:

  • Show only ticks with labels in the grid color
  • Hide the ticks with no visible label
  • Keep the gridlines, only remove the ticks (the small lines below the baseline extending the grid)

This is probably best implemented in the postprocessing step by chaning (and renaming) the current step used to highlight the visible ticks: https://github.com/nzzdev/Q-chart/blob/dev/chartTypes/commonPostprocessings.js#L51

benib commented

implemented in a51759a

will be in v2.0.0