Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

Can't set tickColor to white when using yaxis label on line graph #43

Open
scout208 opened this issue Sep 8, 2016 · 0 comments
Open

Comments

@scout208
Copy link

scout208 commented Sep 8, 2016

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.

@scout208 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 free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant