Skip to main content
13-Aquamarine
March 8, 2023
Solved

Bar Chart where to specify number of decimals on XAxis and format data shown?

  • March 8, 2023
  • 1 reply
  • 1260 views

Hi,

I am working on a bar chart and I want the data to display differently than it is shown now. I can find the format property for the yAxis, but nothing for the xAxis, where do I modify how that data is shopwn?

 

You can see a sample of the current chart in the picture attached.

 

For example we only want a portion of the date to show.

 

Kind Regards

Oskar Berntorp

 

 

 

Best answer by Constantine

Hello Oskar,

 

The only thing that comes to my mind is to format it on the server side and return those X values as strings.

 

/ Constantine

1 reply

18-Opal
March 8, 2023

Hello Oskar,

 

The only thing that comes to my mind is to format it on the server side and return those X values as strings.

 

/ Constantine