mirror of
https://github.com/pyecharts/pyecharts.git
synced 2025-12-08 20:59:23 +00:00
Update charts_configure.md (#792)
修正 legend_pos 和 legend_top 中关于百分比形式参数的格式
This commit is contained in:
parent
2f461055ae
commit
6fed7802fe
@ -385,11 +385,11 @@
|
||||
|
||||
* legend_pos -> str
|
||||
默认 -> 'center'
|
||||
图例组件离容器左侧的距离,有'left', 'center', 'right'可选,也可以为百分数,如"%60"。
|
||||
图例组件离容器左侧的距离,有'left', 'center', 'right'可选,也可以为百分数,如"60%"。
|
||||
|
||||
* legend_top -> str
|
||||
默认 -> 'top'
|
||||
图例组件离容器上侧的距离,有'top', 'center', 'bottom'可选,也可以为百分数,如"%60"。
|
||||
图例组件离容器上侧的距离,有'top', 'center', 'bottom'可选,也可以为百分数,如"60%"。
|
||||
|
||||
* legend_selectedmode -> str/bool
|
||||
默认 -> 'multiple'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user