config-y轴

yAxis 属性控制Y轴展示。

配置方式

// 单轴形态
config = {
  yAxis: {},
};

// 双轴形态
config = {
  yAxis: [{}, {}],
};

属性列表

同 config-xAxis 配置