xdev-software / chartjs-java-model

Provides Java models for Chart.js
Apache License 2.0
10 stars 6 forks source link

Support Mixed Model? #189

Closed melloware closed 2 months ago

melloware commented 2 months ago

Checklist

What is/are your question(s)?

Chart.js supports Mixed Models does XDEV?

Mixed: https://www.chartjs.org/docs/latest/charts/mixed.html

Original PrimeFaces discussion: https://github.com/orgs/primefaces/discussions/2133

Additional information

No response

aripddev commented 2 months ago

@melloware yes, it is. You can check software.xdev.chartjs.model.charts.MixedChart and software.xdev.chartjs.model.data.MixedData. I use it in one of our projects.

melloware commented 2 months ago

Nice!