Hi Manu,
Thanks for using syncfusion products,
We have analyzed your query. Your requirement can be achieved by using labelFormat property in the axis. We are having the following predefined label formats for numeric axis and also supports custom label format using placeholder like ${value}k, in which the value represent the axis label e.g $20k
- n1
- n2
- n3
- p1
- p2
- p3
- c
- c1
- c2.
To display 2 digits after decimal, you can use labelFormat as n2.
For more information on numeric axis label formats, kindly find the help document. Please find the code snippet below to achieve this requirement.
| primaryYAxis: { labelFormat: 'n2' }, |
Screenshot:
Sample for your reference can be find from below link,
Kindly revert us, if you have any concerns.
Thanks,
Baby.