Line chart line not connect to next datetime it jump like random point. #3544
Unanswered
Not-Jukkapan
asked this question in
Q&A
Replies: 0 comments
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.
-
My line chart i got

I need line chart like this

Data set from SQL

HTML
<apexchart width="100%" height="500%" type="line" :options="options" :series="series"></apexchart>
JS
` series: [],
options: {
chart: {
id: 'report',
stroke: {
curve: 'smooth',
}
},
Beta Was this translation helpful? Give feedback.
All reactions