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

Set Axis title Color #71

Closed
tfeige91 opened this issue May 6, 2021 · 5 comments
Closed

Set Axis title Color #71

tfeige91 opened this issue May 6, 2021 · 5 comments
Labels
enhancement New feature or request
Projects

Comments

@tfeige91
Copy link

tfeige91 commented May 6, 2021

Is it somehow possible to set the x and yAxisTitleColor?

@willdale willdale added the enhancement New feature or request label May 6, 2021
@willdale willdale added this to To do in General Project Board via automation May 6, 2021
@willdale
Copy link
Owner

willdale commented May 6, 2021

I'll add it to the next release.

@tfeige91
Copy link
Author

tfeige91 commented May 7, 2021

Thanks! Is it possible to set the legend font and fontcolor?

@willdale
Copy link
Owner

willdale commented May 7, 2021

.legends(chartData: data,
         columns: [GridItem(.flexible()), GridItem(.flexible())],
         font: .caption,
         textColor: .black
)

@willdale willdale added this to To do in v2.6 May 7, 2021
@willdale willdale removed this from To do in General Project Board May 7, 2021
@willdale willdale moved this from To do to In progress in v2.6 May 7, 2021
@tfeige91
Copy link
Author

tfeige91 commented May 7, 2021

😔 Sorry! But thanks :)

@willdale
Copy link
Owner

No worries.


v2.6 has added this.

ChartStyle |
xAxisTitleColour: .blue
yAxisTitleColour: .pink


Thanks,
Will

v2.6 automation moved this from In progress to Done May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
v2.6
Done
Development

No branches or pull requests

2 participants