Skip to main content
15-Moonstone
November 30, 2017
Solved

How to display the x-axis values on label chart graph from left to right

  • November 30, 2017
  • 1 reply
  • 1717 views

I generated one label chart , in X-axis timestamp values are displaying but the latest timestamp value is dispaying on the left side and old timestamp displaying on the right side. but i want to display the timestamp values in ascending order not in descending order.

Please help me out where can i do this configuration, I dont find anything in the label chart properties tab.

Best answer by KSM

I got the answer from carless coll blog.


On the service you call to get the data, set oldestFirst = true


Thank You

1 reply

KSM15-MoonstoneAuthorAnswer
15-Moonstone
November 30, 2017

I got the answer from carless coll blog.


On the service you call to get the data, set oldestFirst = true


Thank You