有两种方法:
1:是在控件初始化时预设,
yAxis: [{ max:100}]
2:在程序运行中动态更新设置
thChart.yAxis[0].update({ min: 0, max: 500 });