怎么动态设置图表可以缩放操作?

我想通过chart.update来动态修改图表的可缩放行为,发现并不生效,是什么原因呢?

chart.update({
chart: {
zoomType: ‘x’
},
});