Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to rotate labels #353

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

ArtBIT
Copy link

@ArtBIT ArtBIT commented Nov 19, 2013

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

@dchester
Copy link
Contributor

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.

@pkpp1233
Copy link

pkpp1233 commented May 7, 2014

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

@ikari-pl
Copy link

Please merge this, I kinda need it! :)

@cmullenmm
Copy link

+1 for this

@dvr707
Copy link

dvr707 commented Jan 30, 2019

+1

@cesine cesine added the Axis label Mar 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants