Hello, i would like to create a scatter line chart that display height in y axis related with age in xAxis i would like that the age in xAxis is only display as integer number even if i zoom on the chart, actually if i zoom in the chart the ages on xAxis start to be display as float and became unreadable.
I must use scatterLine because the ages could be encode as float (in year) for exemple the age of a child of 6 months will be "0,5" so i can't use line chart that have static datas for xAxis. But display "0,789" as age is not readable.
There is a way to set the xAxis static for scatterLine even with zoomable chart ? Or at least only display integer values ?
I must use scatterLine because the ages could be encode as float (in year) for exemple the age of a child of 6 months will be "0,5" so i can't use line chart that have static datas for xAxis. But display "0,789" as age is not readable.
There is a way to set the xAxis static for scatterLine even with zoomable chart ? Or at least only display integer values ?