Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we show title of Axis? #447

Closed
bravevu opened this issue Oct 5, 2015 · 3 comments
Closed

Can we show title of Axis? #447

bravevu opened this issue Oct 5, 2015 · 3 comments

Comments

@bravevu
Copy link

bravevu commented Oct 5, 2015

Example, xAxis with title is Month, labels are Jan, Feb, Mar..., can we show Month below Jan, Feb... or at right of December?

@iangmaia
Copy link
Contributor

iangmaia commented Oct 6, 2015

You can create an array of strings with the formatted months and use it in the xVals constructor parameter (e.g. ChartData(xVals:monthsXValues dataSets:[dataSet]))

@solidcell
Copy link

I believe @bravevu is saying that he'd like to display the label "Month" below the months. So a label that describes what the axis is. Not the individual values for x-positions.

@danielgindi
Copy link
Collaborator

#61

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants