Blazorise Charts - Mixed types #1614
Replies: 4 comments 1 reply
-
By default Also, I can't find a ticket for this now but I think you only need to set the |
Beta Was this translation helpful? Give feedback.
-
Maybe I should check before. Both If you want to install preview packages you can do it by following this https://github.com/stsrki/Blazorise#try-preview |
Beta Was this translation helpful? Give feedback.
-
Strski, Thank you for your help. |
Beta Was this translation helpful? Give feedback.
-
It will probably be similar. Possibly you will not need to redefine the |
Beta Was this translation helpful? Give feedback.
-
I've recently started using Blazorise for my first Blazor WebAssembly project. I really like it, because I hate CSS and this takes most of the pain away for me. I also like it because of the Charts extension, and that is the subject of my question:
The Chart.js documentation describes using Mixed charts (https://www.chartjs.org/docs/latest/charts/mixed.html).
I want a line chart on the same axes as a bar chart. The Charts extension allows me to get some of the way by adding multiple datasets, however it appears that they are all rendered as the same type, even if I pass the first as type BarChartDataset and the second as LineChartDataset.
Am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions