pyecharts / pyecharts-gallery

Just use pyecharts to imitate Echarts official example.
https://gallery.pyecharts.org
MIT License
1.19k stars 585 forks source link

DataZoom如何控制多个x轴? #111

Closed MatthewZou9419 closed 1 month ago

MatthewZou9419 commented 1 month ago

Line().set_global_opts(datazoom_opts=opts.DataZoomOpts(xaxis_index=[0, 1, 2])) 例如控制3个x轴,其他地方应该如何写?

sunhailin-Leo commented 1 month ago

@MatthewZou9419