Help: draw multicolorline in line charts #10034
Unanswered
ayushsoni1010
asked this question in
Q&A
Replies: 1 comment 3 replies
-
You can use segments instead: |
Beta Was this translation helpful? Give feedback.
3 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.
-
Before, I was using
@2.9.3
version of chart.jsNow, I am using the latest version
@3.7.0
of chart.jsAs I know, the latest version has some newly added features and also have revamped the version.
In my case,
multicolorline
is not working due to version problemI want the multicolorline based on the data coming through and also I am getting so many errors. So how do I draw color line in
Line Chart
here is the code, which I was using before which is not working
This is how I am drawing this particular line color in
yellow
based on the data, the rest it is inblue
color@LeeLenaleee Can you please help me with this, how to do it according to the latest version
Beta Was this translation helpful? Give feedback.
All reactions