Documentation / @ripl/charts / ValueFormatInput
Type Alias: ValueFormatInput
ValueFormatInput =
AxisFormatType| ((value) =>string)
Defined in: charts/src/core/options.ts:616
A value formatter accepted anywhere a chart renders a raw value as text (tooltips, data labels, pie segment labels). Either a built-in format type or a custom callback.