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.ValuesOverflow


Extends string.

Field Summary
Field Attributes Field Name and Description
 
Hide a value label when it overflows the bounds of its associated visual element.
 
Show a value label whether or not it overflows the bounds of its associated visual element.
 
Hide a value label when the height of its text overflows the bounds of its associated visual element, but otherwise just trim it so that its width fits those bounds.
Enumeration Detail
pvc.options.varia.ValuesOverflow
The types of behavior to apply when the text of value labels does not fit within the bounds of its associated visual element.
Field Detail
Hide
Hide a value label when it overflows the bounds of its associated visual element.
Value:
'hide'

Show
Show a value label whether or not it overflows the bounds of its associated visual element.
Value:
'show'

Trim
Hide a value label when the height of its text overflows the bounds of its associated visual element, but otherwise just trim it so that its width fits those bounds.

When only one or two characters of the original text would show after trimming, the text is also not shown.

Value:
'trim'

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