VerticalAxesTrait
trait VerticalAxesTrait (View source)
Methods
Details
at line 25
Chart
vAxes(
array $vAxisConfigArray)
Specifies properties for individual vertical axes
If the chart has multiple vertical axes. Each child object is a vAxis object, and can contain all the properties supported by vAxis. These property values override any global settings for the same property.
To specify a chart with multiple vertical axes, first define a new axis using series.targetAxisIndex, then configure the axis using vAxes.