Chart Extension: Second line graph #2453
Unanswered
Sigurdur42
asked this question in
Q&A
Replies: 1 comment
-
It's very simple. Dataset is an array so you only need to add another data and it should work If you follow our docs or demo code, just add await chart.AddLabelsDatasetsAndUpdate( Labels, getDataSet() , getDataSet2() ); |
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.
-
Hi,
I am new to Blazorize but like it so far. I want to use the chart extension - but I want to display 2 lines with different values below each other. The value range would fit in the same graph.
How can I set this up or is it not possible yet?
Thx
Michael
Beta Was this translation helpful? Give feedback.
All reactions