You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2020/06/17 03:31:12 UTC

[incubator-echarts-doc] branch master updated: Add textStyle to radar.name

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c8a4615  Add textStyle to radar.name
c8a4615 is described below

commit c8a46159357421452600e31b48b87526d707af4c
Author: susiwen8 <su...@gmail.com>
AuthorDate: Wed Jun 17 09:09:05 2020 +0800

    Add textStyle to radar.name
---
 en/option/component/radar.md | 1 +
 zh/option/component/radar.md | 1 +
 2 files changed, 2 insertions(+)

diff --git a/en/option/component/radar.md b/en/option/component/radar.md
index 540a3c3..3ced47c 100644
--- a/en/option/component/radar.md
+++ b/en/option/component/radar.md
@@ -41,6 +41,7 @@ formatter: function (value, indicator) {
     return '【' + value + '】';
 }
 ```
+## textStyle(Object)
 
 {{ use: partial-text-style(
     prefix='##',
diff --git a/zh/option/component/radar.md b/zh/option/component/radar.md
index 1952691..faa2c9f 100644
--- a/zh/option/component/radar.md
+++ b/zh/option/component/radar.md
@@ -41,6 +41,7 @@ formatter: function (value, indicator) {
     return '【' + value + '】';
 }
 ```
+## textStyle(Object)
 
 {{ use: partial-text-style(
     prefix='##',


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