Hi all,
I'm trying to show a contact time (when values for a section of the line is valid) by changing the section of the line to a different color or line style (dashed lines).
Does anyone know how to do this in with apex charts in ignition?
@nader.chinichian do you perhaps know how to do this?
Below is an example of what I'm trying to achieve.
As I know the APEX only support gradient colour for stroke colour so it is not possible to do this with Apex chart.
https://apexcharts.com/javascript-chart-demos/line-charts/gradient/
You can kinda cheat by using two series of data where the second series uses null data to give the this look below.