Is there a way to support the Combo bar/line chart like this demo on the chartjs site?
https://www.chartjs.org/docs/latest/samples/other-charts/combo-bar-line.html
Looking through the source code it looks like Datasets from other chart types are automatically excluded. For instance, adding a LineChartDataset to a BarChart just does not add the dataset. This appears to be supported by Chart.js, just not BlazorExpress.ChartJS
Is there a way to support the Combo bar/line chart like this demo on the chartjs site?
https://www.chartjs.org/docs/latest/samples/other-charts/combo-bar-line.html
Looking through the source code it looks like Datasets from other chart types are automatically excluded. For instance, adding a LineChartDataset to a BarChart just does not add the dataset. This appears to be supported by Chart.js, just not BlazorExpress.ChartJS