axesY
Type: Array <Chart.Axis>
Parent: Chart.Chart()
Description: yAxes property is an Array and its set to add one or many y-axis in Chart.

Cosfire chart supports one or more number of primary and secondary y-Axis. So we can draw multiple primary y-axis and multiple secondary y-axis as well.

let us checkout the example below:

Working with Single Primary Y-Axis


Working with Primary Y-Axis + Secondary Y-Axis


Working with multiple Primary Y-Axis


Working with multiple Secondary Y-Axis