rickshaw
rickshaw copied to clipboard
Add ability to rotate labels
var xAxis = new Rickshaw.Graph.Axis.X({
graph: graph ,
tickRotation: 90,
tickOffsetX: -10
});
xAxis.render();
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.
How might I rotate labels at all? Can't find that in the api.
Please merge this, I kinda need it! :)
+1 for this
+1