yufeiminds / echarts-python

Deprecated. Use PyEcharts instead. https://github.com/pyecharts/pyecharts
417 stars 167 forks source link

怎么设置 "yAxis": {} 呢? #16

Open weixiaohhh opened 7 years ago

weixiaohhh commented 7 years ago

我需要添加 怎么设置 "yAxis": 属性

weixiaohhh commented 7 years ago

我看了源码后,解决问题了, position 改为 ‘left' 或'right’ 即可。 chart.use(Axis('value', 'right',name='收入', max=40, min=0, boundaryGap=[0.2, 0.2]))