rickshaw icon indicating copy to clipboard operation
rickshaw copied to clipboard

Add ability to rotate labels

Open ArtBIT opened this issue 11 years ago • 5 comments

var xAxis = new Rickshaw.Graph.Axis.X({
    graph: graph ,
    tickRotation: 90,
    tickOffsetX: -10
});
xAxis.render();

ArtBIT avatar Nov 19 '13 12:11 ArtBIT

This is cool -- but labels are rotated about their top right corner rather than about the end of the baseline. Let's see if we can find a way to avoid users having to tweak placement every time with x and y offsets.

dchester avatar Nov 27 '13 15:11 dchester

How might I rotate labels at all? Can't find that in the api.

pkpp1233 avatar May 07 '14 16:05 pkpp1233

Please merge this, I kinda need it! :)

ikari-pl avatar Mar 11 '15 20:03 ikari-pl

+1 for this

cmullenmm avatar Feb 28 '18 17:02 cmullenmm

+1

dvr707 avatar Jan 30 '19 21:01 dvr707