PMSI-AlignAlytics / dimple

An object-oriented API for business analytics
Other
2.73k stars 557 forks source link

Allow disabling auto-rotation of axis labels #166

Closed rpaskowitz closed 9 years ago

rpaskowitz commented 9 years ago

Adds a property, autoRotateLabel, and parameter to the axis constructor, which allows disabling the auto-rotation of axis labels.

This is done to allow manual rotation to arbitrary angles without having to worry about if the label may be auto rotated by dimple.

Default behavior is to maintain backwards compatibility and continue rotating.

Will look to contribute the manual rotation support if possible.

Can update wiki to make help link valid.

johnkiernander commented 9 years ago

Thanks for this, it makes sense. I also have cases where the auto rotation logic is a pain.