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

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


The following commit(s) were added to refs/heads/next by this push:
     new f2895ca  fix: fix example.
f2895ca is described below

commit f2895cab36cb436ac2de77a2fba0c67835ef73ab
Author: 100pah <sushuang0...@gmail.com>
AuthorDate: Wed Nov 18 18:19:00 2020 +0800

    fix: fix example.
---
 public/data/bar-race.js | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/public/data/bar-race.js b/public/data/bar-race.js
index 11d8ae4..241a15f 100644
--- a/public/data/bar-race.js
+++ b/public/data/bar-race.js
@@ -17,17 +17,13 @@ option = {
     yAxis: {
         type: 'category',
         data: ['A', 'B', 'C', 'D', 'E'],
-        sort: true,
-        realtimeSort: true,
-        sortSeriesIndex: 0,
         inverse: true,
-        axisLabel: {
-        },
         animationDuration: 300,
         animationDurationUpdate: 300,
         max: 2 // only the largest 3 bars will be displayed
     },
     series: [{
+        realtimeSort: true,
         name: 'X',
         type: 'bar',
         data: data,


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

Reply via email to