autorotate property

bool autorotate

Rotate x axis tick text if there is not enough space for 'category' and 'timeseries' type axis.

  • NOTE: The conditions where autorotate is enabled are:
  • axis.x.type='category' or 'timeseries
  • axis.x.tick.multiline=false
  • axis.x.tick.culling=false
  • axis.x.tick.fit=true
  • NOTE: axis.x.tick.clippath=false is necessary for calculating the overflow padding between the end of x axis and the width of the SVG

Implementation

external bool get autorotate;
void autorotate=(bool v)

Implementation

external set autorotate(bool v);