This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new d1ab8590 fix(heatmap): add missing version hint for 
`itemStyle.borderRadius`.
d1ab8590 is described below

commit d1ab859090dcdc3d1bdbcc25f9f37779ed70bb13
Author: plainheart <y...@all-my-life.cn>
AuthorDate: Sat May 28 11:32:00 2022 +0800

    fix(heatmap): add missing version hint for `itemStyle.borderRadius`.
---
 en/option/series/heatmap.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/en/option/series/heatmap.md b/en/option/series/heatmap.md
index 333706cb..010ef1c1 100644
--- a/en/option/series/heatmap.md
+++ b/en/option/series/heatmap.md
@@ -172,7 +172,8 @@ Style of a single data point. It is valid with 
[coordinateSystem](~series-heatma
 ) }}
 
 {{ use: partial-border-radius(
-    prefix = '###'
+    prefix = "###",
+    version = "5.3.1"
 ) }}
 
 ### emphasis(Object)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to