markrcote / flot-tickrotor

Flot plugin to display angled X-axis tick labels. This repo is unmaintained in part due to flot being in a similar situation.
23 stars 39 forks source link

labelHeight is ignored #17

Open olimortimer opened 9 years ago

olimortimer commented 9 years ago

flot-tickrotor ignores the labelHeight, so multiple graphs end up with different height axis labels.

image

The linked change fixes that issue, and will only use the rotated label height if it's greater than our options labelHeight.

image