default

fun default(decimalCount: Int = 2, decimalSeparator: String = ".", thousandsSeparator: String = "", prefix: String = "", suffix: String = "", colorCode: Boolean = true): DefaultCartesianMarker.ValueFormatter

Creates an instance of the default ValueFormatter implementation. The labels produced include the CartesianLayerModel.Entry y values, which are formatted to include up to decimalCount decimal digits and, if colorCode is true, color-coded. Trailing zeros are skipped.