palantir / plottable

:bar_chart: A library of modular chart components built on D3
http://plottablejs.org/
MIT License
2.98k stars 221 forks source link

Rotated/Sheared tick labels do not respect axis margin #3289

Open themadcreator opened 7 years ago

themadcreator commented 7 years ago

Setting the margin on a Category axis works when there is no rotation/shear.

With any rotation/shear, the margin is not included in the requested space for layout.

hellochar commented 7 years ago

Related issue - category axis barely respects margin at all (https://github.com/palantir/plottable/issues/3179).