Correct font on axes and functionality to add axes-labels#64
Merged
JelteMX merged 4 commits intomendixlabs:masterfrom Feb 23, 2016
Merged
Correct font on axes and functionality to add axes-labels#64JelteMX merged 4 commits intomendixlabs:masterfrom
JelteMX merged 4 commits intomendixlabs:masterfrom
Conversation
Previously only the legend used the font property. This fixed that; both axes now use the same font as set in the property. Fixed for all relevant charts (Doughnut, Pie and polar don't have axes)
You can now add a label on both the X-axis as the Y-axis. Added two properties in XMLs for all relevant charttypes. When a string is given, that value will be used as a label. Leave empty for no label.
Fix merge conflicts
Contributor
Author
|
Had some conflicts @JelteMX. Should be solved with my latest commit! |
Contributor
|
Cool! Will test it and add it to the widget |
Added functionality for a Charttitle. Since the default fontSize of the title is very small (12px) I added an option to set the size aswell
Contributor
Author
|
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. |
Contributor
|
I'll review the changes this week and push an update to the AppStore :-) |
Contributor
Author
|
Awesome! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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