You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.
When I don't have the yaxis label set to display anything, I can use:
xaxis: {
tickColor: "#ffffff"
}
to make the xaxis lines white so that they hide in the background. However, once I have set:
yaxis: {
axisLabel: "My Label"
}
it overrides the tick color and sets it to gray. It also makes the tick lines wider.
I've only noticed this problem when I'm displaying data series as lines. My bar graph doesn't have this issue.
The text was updated successfully, but these errors were encountered:
scout208
changed the title
Can't set tickColor to white when using yaxis label
Can't set tickColor to white when using yaxis label on line graph
Sep 8, 2016
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
When I don't have the yaxis label set to display anything, I can use:
to make the xaxis lines white so that they hide in the background. However, once I have set:
it overrides the tick color and sets it to gray. It also makes the tick lines wider.
I've only noticed this problem when I'm displaying data series as lines. My bar graph doesn't have this issue.
The text was updated successfully, but these errors were encountered: