Search results

Chart3DRow API in Vue Chart3d API component

Configures the rows of the chart.

Properties

height

string

The height of the row as a string accept input both as ‘100px’ and ‘100%‘. If specified as ‘100%, row renders to the full height of its chart.

Defaults to ‘100%’

Methods

computeSize

Computes the size for a three-dimensional axis, row, or column within the 3D chart.

Parameter Type Description
axis Chart3DAxis The three-dimensional axis to compute the size for.
chart Chart3D The 3D chart containing the axis and data definitions.

Returns void