Update charts_configure.md (#792)

修正 legend_pos 和 legend_top 中关于百分比形式参数的格式
This commit is contained in:
Smirk 2018-10-05 14:53:50 +08:00 committed by 陈键冬
parent 2f461055ae
commit 6fed7802fe

View File

@ -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'