ValueAxis
Specifies the configuration options of the value axis.
Name | Type | Default | Description |
---|---|---|---|
axisCrossingValue? |
|
Specifies the value at which the category axis crosses this axis. For objects, sets the crossing value directly. For arrays, sets the value indices at which the category axes cross the value axis. For dates, sets the date at which the category axis crosses this axis. | |
background? |
|
Specifies the background color of the axis. | |
color? |
|
Specifies the color of the value axis. Accepts a valid CSS color string, including HEX and RGB. | |
crosshair? |
|
Specifies the crosshair configuration options. The crosshair displays when the | |
labels? |
|
Specifies the axis labels configuration. | |
line? |
|
Specifies the configuration of the axis lines. Also affects the major and minor ticks, but not the grid lines. | |
majorGridLines? |
|
Specifies the configuration of the major grid lines. These lines extend the major ticks through the body of the Chart. | |
majorTicks? |
|
Specifies the configuration of the value axis major ticks. | |
majorUnit? |
|
Specifies the interval between major divisions.
If | |
max? |
|
Specifies the maximum value of the axis. | |
min? |
|
Specifies the minimum value of the axis. | |
minorGridLines? |
|
Specifies the configuration of the minor grid lines. These lines extend the minor ticks through the body of the Chart. | |
minorTicks? |
|
Specifies the configuration of the value axis minor ticks. | |
minorUnit? |
|
Specifies the interval between minor divisions.
Defaults to one-fifth (1/5) of the | |
name? |
|
Specifies the unique axis name.
Use this to associate a series with a value axis by using the | |
narrowRange? |
|
Determines whether the Chart prevents the automatic axis range from snapping to zero.
Set to | |
notes? |
|
Specifies the value axis notes configuration. | |
pane? |
|
Specifies the name of the pane that renders the value axis. If not set, the axis renders in the first (default) pane. | |
plotBands? |
|
Specifies the plot bands of the value axis. | |
reverse? |
|
Determines whether the value axis direction is reversed. By default, categories are listed from left to right and from bottom to top. Radar and Polar Charts do not support reverse value axes. | |
title? |
|
Specifies the title configuration of the value axis. To display the title, set the | |
type? |
|
Specifies the axis type. Use | |
visible? |
|
Determines whether to display the value axis. By default, the value axis is visible. |