markrcote/flot-axislabels

multiple axes label fuzzy

Opened this issue · 0 comments

With multiple yaxes the labels are fuzzy.

yaxes-flotchart

You can see the first label is sharp, but the ohters are fuzzy

My plot options:

yaxes: [ { position: 'left', axisLabel: 'test' }, { position: 'left', axisLabel: 'test2' } ],