decorateTicks abstract method

void decorateTicks(
  1. List<Tick<D>> ticks
)

Decorate the existing list of ticks.

This can be used to further modify ticks after they have been generated with location data and formatted labels.

Implementation

void decorateTicks(List<Tick<D>> ticks);