In charts.js I can find the value precision https://www.chartjs.org/docs/latest/axes/cartesian/linear.html?h=precision, but from Java there is no way to set this (right?)
I found the other values in this class so I guess it should be added here
|
public class LinearTicks extends Ticks<LinearTicks> { |