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

Correct font on axes and functionality to add axes-labels #64

Closed Mcpoowl closed 8 years ago

Mcpoowl commented 8 years ago

Previously the font supplied was only used in the legend. Fixed it so that the font is also used on the Axes.

Furthermore I added the functionality to add a label to the X and Y-axis. Leave empty for no value

Mcpoowl commented 8 years ago

Had some conflicts @JelteMX. Should be solved with my latest commit!

JelteMX commented 8 years ago

Cool! Will test it and add it to the widget

Mcpoowl commented 8 years ago

Added one more commit @JelteMX . This one adds the functionality to give your charts a title. Since the default fontsize is very small (12px ) I added a property to set the size aswell.

JelteMX commented 8 years ago

I'll review the changes this week and push an update to the AppStore :-)

Mcpoowl commented 8 years ago

Awesome!