I am using iOS charts plugin (line chart) and wish to style the chart values (the number above each point) to a decimal number.
The value is a double, but charts by defa
lineChartDataSet.valueFormatter = DefaultValueFormatter(decimals: 2)