You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have implemented this new feature into our existing charts application that is using mainly real life measurement values with a timeline. I can't get the different color for below threshold working. After inspecting the examples again and again I realized, that those examples only use categories, not timeseries. Then I adapted the example "Zoomable Timeseries" and added the plotOptions into the options object (well, and changed chart type to "line" and removed the "fill" options) and it is not showing the line in different colors also.
These are the examples I have used: https://apexcharts.com/javascript-chart-demos/line-charts/negative/ https://apexcharts.com/javascript-chart-demos/line-charts/zoomable-timeseries/
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have implemented this new feature into our existing charts application that is using mainly real life measurement values with a timeline. I can't get the different color for below threshold working. After inspecting the examples again and again I realized, that those examples only use categories, not timeseries. Then I adapted the example "Zoomable Timeseries" and added the plotOptions into the options object (well, and changed chart type to "line" and removed the "fill" options) and it is not showing the line in different colors also.
These are the examples I have used:
https://apexcharts.com/javascript-chart-demos/line-charts/negative/
https://apexcharts.com/javascript-chart-demos/line-charts/zoomable-timeseries/
Beta Was this translation helpful? Give feedback.
All reactions