Skip to content

Chart axis label color isn't editable #486

Answered by wirew0rm
msullivan-NoVa asked this question in Q&A
Discussion options

You must be logged in to vote

Hey, just use .axis-label { -fx-fill: white; }. The reason is, that the Label is not rendered as a javafx text label but directly rendered to the graphics context where the paint style from the normal fill property is used. I have not investigated if it would be possible or desirable to change this.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@msullivan-NoVa
Comment options

Answer selected by msullivan-NoVa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants