yAxis 属性控制Y轴展示。
yAxis
// 单轴形态 config = { yAxis: {}, }; // 双轴形态 config = { yAxis: [{}, {}], };
同 config-xAxis 配置
config-xAxis