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'm having trouble explaining this so I'll try use visuals and code. I'm creating a simple chart where there's a single x-axis (time) and y-axis (decimal). The line has multiple disconnected segments that each need to be coloured differently. Each segment is on the same x-axis but at different, non-overlapping values.
This is what the end result should look like using Excel:
I'm trying to recreate this using ApexCharts. This is a basic example of the problem:
I'm having trouble explaining this so I'll try use visuals and code. I'm creating a simple chart where there's a single x-axis (time) and y-axis (decimal). The line has multiple disconnected segments that each need to be coloured differently. Each segment is on the same x-axis but at different, non-overlapping values.
This is what the end result should look like using Excel:
I'm trying to recreate this using ApexCharts. This is a basic example of the problem:
Expected
There is a single x-axis from range(min(series1), max(series2)), and the two series are plotted one after the other along it.
Actual
Each series has its own x-axis which are overlayed on top of eachother.
If I combine all the values into a single ApexPointSeries, the x-axis is except:
The text was updated successfully, but these errors were encountered: