flot-tickrotor icon indicating copy to clipboard operation
flot-tickrotor copied to clipboard

Flot plugin to display angled X-axis tick labels. This repo is unmaintained in part due to flot being in a similar situation.

Results 15 flot-tickrotor issues
Sort by recently updated
recently updated
newest added

When labels are rotated, the vertical grid lines for the ticks are not rendered on the chart. I believe this is because of `opts.ticks = [];` on line 77.

flot-tickrotor ignores the labelHeight, so this fixes that issue, and will only use the rotated label height if it's greater than our options labelHeight. Ref #17

Fixed undefined ref error and added bower.json file

maxLabelHeight is not enough which is 135 angle or some angle. just set _xaxis.rotateTicksPadding_ to an number in pixel. ``` var rotateTicks, rotateTicksRads, radsAboveHoriz, rotateTicksPadding; ... var opts = plot.getAxes().xaxis.options;...

If you use jquery.flot.time, tickrotor will draw tick labels outside of the plot boundaries.

Hi @markrcote . I'm trying to add your wonderfull plugin to grafana , that uses flot, as I suggest in the following issue.( https://github.com/grafana/grafana/issues/3591) When doing I found that the...

Have some issues when using flot-tickrotor with the time series data, using the flot time plugin, jquery.flot.time.js. 1) It ignores the start and end dates. The chart should start at...

Could you publish your plugin on bower.io please?

flot-tickrotor ignores the labelHeight, so multiple graphs end up with different height axis labels. ![image](https://cloud.githubusercontent.com/assets/1190115/9739593/6cbafd82-5648-11e5-92a1-0c679eb1439b.png) The linked change fixes that issue, and will only use the rotated label height if...

Includes support for setting the color of the rotated tick labels