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> { |
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
chart/src/main/java/be/ceau/chart/options/ticks/LinearTicks.java
Line 27 in 80bbc67