Dear Members,
I am facing problem with auto update functionality in line charts.
Question - Is it possible to update only few labels on line chart and rest of the labels will remain same?
Scenario - Suppose there is a line chart with 20 labels and these labels are getting updated in every 5 seconds. Updates are based on the response of corresponding (Separate API for each labels) API's.
Problem - After 5 seconds only 10 API's are giving response and rest of the 10 API's are giving NULL (Because response time is high). Now I want to update my chart for only these 10 API's.
Your response will be really helpful for me.
Thanks..!