markrcote / flot-axislabels

Axis Labels Plugin for Flot. This repo is unmaintained in part due to flot being in a similar situation.
95 stars 71 forks source link

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

Open scout208 opened 8 years ago

scout208 commented 8 years ago

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.