You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by su...@apache.org on 2020/06/28 05:49:55 UTC

[incubator-echarts] branch custom-series-enhance updated: fix: fix text example.

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

sushuang pushed a commit to branch custom-series-enhance
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git


The following commit(s) were added to refs/heads/custom-series-enhance by this push:
     new a10659c  fix: fix text example.
a10659c is described below

commit a10659c1d1b28b17f51fd2347b8b4936a73a920f
Author: 100pah <su...@gmail.com>
AuthorDate: Sun Jun 28 13:12:59 2020 +0800

    fix: fix text example.
---
 test/custom-transition.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/custom-transition.html b/test/custom-transition.html
index 24bd2fc..c624919 100644
--- a/test/custom-transition.html
+++ b/test/custom-transition.html
@@ -219,6 +219,7 @@ under the License.
                         type: 'text',
                         x: point[0],
                         y: point[1],
+                        transition: [],
                         extra: {
                             valOnAngle: valOnAngle,
                             transition: 'valOnAngle'
@@ -464,6 +465,7 @@ under the License.
                         type: 'text',
                         x: point[0],
                         y: point[1],
+                        transition: [],
                         extra: {
                             startRadius: startRadius,
                             endRadian: endRadian,


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