format abstract method

List<String> format(
  1. List<D> tickValues,
  2. Map<D, String> cache, {
  3. num? stepSize,
})

Formats a list of tick values.

Implementation

List<String> format(List<D> tickValues, Map<D, String> cache,
    {num? stepSize});