Model Index

Types By Namespace

cdo

def

pvc

pvc.data

pvc.options

pvc.options.axes

pvc.options.charts

pvc.options.ext

pvc.options.format

pvc.options.marks

pvc.options.panels

pvc.options.plots

pvc.options.varia

pvc.options.visualRoles

pvc.visual

Enumeration pvc.options.varia.AxisOverlappedLabelsMode


Extends string.

Field Summary
Field Attributes Field Name and Description
 
Hide labels that overlap.
 
Let labels overlap.
 
Rotate the labels so that they do not overlap.
 
Rotate the labels so that they do not overlap.
Enumeration Detail
pvc.options.varia.AxisOverlappedLabelsMode
The layout modes that handle the situation where labels of axes ticks overlap.
Field Detail
Hide
Hide labels that overlap.

Between two labels, as many as required are hidden until the minimum specified spacing is respected.

In the place of the hidden labels, a dot is placed that, when hovering over, indicates the value of the hidden labels.

Value:
'hide'

Leave
Let labels overlap.
Value:
'leave'

Rotate
Rotate the labels so that they do not overlap. If not possible, allows the labels to overlap.
Value:
'rotate'

RotateThenHide
Rotate the labels so that they do not overlap. If not possible, hides the labels that still overlap.
Value:
'rotatethenhide'

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Dec 20 2018 15:47:44 GMT-0000 (WET)