- #3545
Unanswered
Not-Jukkapan
asked this question in
Q&A
-
#3545
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 Chart Jump like a random

The Chart that I want

Data Set

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