mendixlabs / ChartJS

A Mendix widget that wraps the ChartJS library.
https://appstore.home.mendix.com/link/app/1712/Mendix/ChartJS-Widget
Apache License 2.0
4 stars 28 forks source link

Added support for combo charts (ie. bar + line chart) #85

Closed dvdkroft closed 8 years ago

dvdkroft commented 8 years ago

BarChart widget updated to support multiple chart types in one chart.

JelteMX commented 8 years ago

I think it's best to create a separate chart type. Something like MultiChart, that implements this. (BarChart and LineChart share a huge portion of the code, so it should be possible to create a 'hybrid' type like you want to do here)

I'll note your PR and see if we can create a different type of chart.