pyecharts / pyecharts-gallery

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

日历图星期 想改成中文标签,要怎么配置 #9

Closed deepwindlee closed 4 years ago

deepwindlee commented 4 years ago

星期轴的样式,参考 series_options.LabelOpts

daylabel_opts: Union[LabelOpts, dict, None] = None,

请问要传入啥样的字典??