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

how to place the Y axis label at the bottom of the chart? #314

Closed
whatya opened this issue Aug 24, 2015 · 3 comments
Closed

how to place the Y axis label at the bottom of the chart? #314

whatya opened this issue Aug 24, 2015 · 3 comments

Comments

@whatya
Copy link

whatya commented Aug 24, 2015

how to place the Y axis label at the bottom of the chart?

@liuxuan30
Copy link
Member

take a look at renderAxisLabels and YAxisLabelPosition. There is only two options:
case OutsideChart
case InsideChart
I guess you have to override public override func renderAxisLabels

@whatya
Copy link
Author

whatya commented Aug 24, 2015

i was wrong, i mean how to put the X axis values at the bottom of the chart

@liuxuan30
Copy link
Member

It's the same.. each axis has its own renderAxisLabels implementations. BTW, the x axis values are already at the bottom. I don't get it.

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

3 participants