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

Wrong positionning of labels with CssTransformAxisLabel #8

Closed MissChocoe closed 12 years ago

MissChocoe commented 12 years ago

In method "CssTransformAxisLabelcalculateOffset", the label isn't created yet so it has no size. Therefore, the offset calculation are wrong and the label position is wrong. On the Y axis, this result in the label being over the graph. On the X axis, just a bit off on the right.

MissChocoe commented 12 years ago

Sorry, this was my bad! I was adding label to a graph that wasn't visible yet.