flotr2 precision labels

104 Views Asked by At

I just started using flotr2 and I want to have labels with many decimal numbers, for example 1.3333338.How you define that on flotr2 yaxis;

1

There are 1 best solutions below

1
On

In your options object you initialise the graph with, you should define the number of decimals for the axis:

yaxis: (
  tickDecimals: 7
}