Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
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.
Solved! Go to Solution.
I got the answer from carless coll blog.
On the service you call to get the data, set oldestFirst = true
Thank You
I got the answer from carless coll blog.
On the service you call to get the data, set oldestFirst = true
Thank You