Replies: 1 comment
-
Sorry it did not seem to show the screenshot. Hope this one works. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have searched for this but cannot figure it out. Used 4.7 and also tryed older version (4.1, 4.4, 3.39) and different line types. But it just does not work.
I have two data series in a line chart. The xaxis are dates. If a date is missing, it nicley connects the dots between. But if I have a null in my series it just leaves a gap. I would like the null gaps also to be connected with a line.
Anyone got any tips?
Here is my setup:
`var options =
{
series:
[
};
var chart = new ApexCharts(document.querySelector("#chart"), options);
chart.render();
`
Beta Was this translation helpful? Give feedback.
All reactions