[incubator-echarts] branch state created (now 31f9a59)

2020-07-06 Thread shenyi
This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a change to branch state
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git.


  at 31f9a59  refact(state): add selected, blur state. move label related 
helpers to label/labelStyle

This branch includes the following new commits:

 new 31f9a59  refact(state): add selected, blur state. move label related 
helpers to label/labelStyle

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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



[GitHub] [incubator-echarts] pissang closed issue #8422: echarts与bmap结合使用绘制散点图,单击散点,地图自动放大

2020-07-06 Thread GitBox


pissang closed issue #8422:
URL: https://github.com/apache/incubator-echarts/issues/8422


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] pissang closed issue #6902: echarts+bmap怎么去掉百度地图的底图可点功能。echarts怎么引用外部字体?

2020-07-06 Thread GitBox


pissang closed issue #6902:
URL: https://github.com/apache/incubator-echarts/issues/6902


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] pissang closed issue #11802: Add enablemapclick and maptype configuration in bmap extension will be better.

2020-07-06 Thread GitBox


pissang closed issue #11802:
URL: https://github.com/apache/incubator-echarts/issues/11802


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[incubator-echarts] branch master updated (491d30b -> 00f2c32)

2020-07-06 Thread shenyi
This is an automated email from the ASF dual-hosted git repository.

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


from 491d30b  Merge pull request #12915 from liunana1230/patch-1
 new 1368d2c  feat(bmap): add `mapOptions` for bmap extension.
 new 0c8abb4  Merge branch 'master' of 
https://github.com/apache/incubator-echarts into 
feat-add-initial-option-for-bmap
 new 8b2ac9d  test(extension/bmap): added test case bmap-mapOptions.html.
 new 00f2c32  Merge pull request #12868 from 
plainheart/feat-add-initial-option-for-bmap

The 5919 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 extension-src/bmap/BMapCoordSys.js   |   9 +-
 extension-src/bmap/BMapModel.js  |   7 +-
 test/{bmap.html => bmap-mapOptions.html} | 154 ++-
 3 files changed, 23 insertions(+), 147 deletions(-)
 copy test/{bmap.html => bmap-mapOptions.html} (76%)


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



[GitHub] [incubator-echarts] pissang merged pull request #12868: feat(extension/bmap): support for specifying initial map options.

2020-07-06 Thread GitBox


pissang merged pull request #12868:
URL: https://github.com/apache/incubator-echarts/pull/12868


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] pissang merged pull request #12915: fix(tree) The chart line color is not updated when updating a node's lineStyle

2020-07-06 Thread GitBox


pissang merged pull request #12915:
URL: https://github.com/apache/incubator-echarts/pull/12915


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[incubator-echarts] branch master updated: Update TreeView.js

2020-07-06 Thread shenyi
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 45e74ea  Update TreeView.js
 new 491d30b  Merge pull request #12915 from liunana1230/patch-1
45e74ea is described below

commit 45e74ea232d231dae8e6ef09ec87349317b8c96e
Author: liunana1230 <18511895...@163.com>
AuthorDate: Mon Jul 6 14:06:34 2020 +0800

Update TreeView.js

update line color when update charts
---
 src/chart/tree/TreeView.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/chart/tree/TreeView.js b/src/chart/tree/TreeView.js
index 9dbf2af..eac4580 100644
--- a/src/chart/tree/TreeView.js
+++ b/src/chart/tree/TreeView.js
@@ -469,7 +469,7 @@ function drawEdge(
 
 graphic.updateProps(edge, {
 shape: getEdgeShape(seriesScope, sourceLayout, targetLayout),
-style: {opacity: 1}
+style: zrUtil.defaults({opacity: 1}, seriesScope.lineStyle)
 }, seriesModel);
 }
 }
@@ -499,7 +499,7 @@ function drawEdge(
 parentPoint: [targetLayout.x, targetLayout.y],
 childPoints: childPoints
 },
-style: {opacity: 1}
+style: zrUtil.defaults({opacity: 1}, seriesScope.lineStyle)
 }, seriesModel);
 }
 }


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



[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12920: 希望直角坐标系新增单位字段显示在轴的顶部

2020-07-06 Thread GitBox


echarts-bot[bot] commented on issue #12920:
URL: 
https://github.com/apache/incubator-echarts/issues/12920#issuecomment-654587526


   Hi! We've received your issue and please be patient to get responded. 
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to 
demo your request**. You may also check out the 
[API](http://echarts.apache.org/api.html) and [chart 
option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org. Please 
attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail 
list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] liyangyangi opened a new issue #12920: 希望直角坐标系新增单位字段显示在轴的顶部

2020-07-06 Thread GitBox


liyangyangi opened a new issue #12920:
URL: https://github.com/apache/incubator-echarts/issues/12920


   ### What problem does this feature solve?
   title显示在左侧的同时 顶部能够显示单位
   
   ### What does the proposed API look like?
   yAxis:{
 unit:{
   show:false,
   label:'',
 },
 unitTestStyle:{
   color:'',
   fontSize:12,
 }
   }
   
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] plainheart commented on a change in pull request #12504: feat(tooltip): tooltip formatter trigger once

2020-07-06 Thread GitBox


plainheart commented on a change in pull request #12504:
URL: 
https://github.com/apache/incubator-echarts/pull/12504#discussion_r450600108



##
File path: src/component/axis/CartesianAxisView.js
##
@@ -109,7 +109,14 @@ var CartesianAxisView = AxisView.extend({
 var p2 = [];
 
 var lineStyle = lineStyleModel.getLineStyle();
+// the showAsAxis will set lineColor to 'transparent' when the 
viewLabels value is undefind
+var showAsAxis = splitLineModel.get('showAsAxis');
+var viewLabels = showAsAxis && axis.getViewLabels();
+
 for (var i = 0; i < ticksCoords.length; i++) {
+if(viewLabels && viewLabels[i] && !viewLabels[i].formattedLabel) {
+continue;
+}

Review comment:
   It seems that the changes in this file are related to #12487, which 
should not be here.





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] DoonPort0422 edited a comment on issue #2941: Handling click events on chart grid columns

2020-07-06 Thread GitBox


DoonPort0422 edited a comment on issue #2941:
URL: 
https://github.com/apache/incubator-echarts/issues/2941#issuecomment-654582421


   I am looking for this feature too.
   Execute me, when will v5.0 be released? Thanks.
   
   ---
   I am sorry, is this feature same as the following one 
(https://github.com/apache/incubator-echarts/issues/9281), that, 
   Ovilia said: 
   _We are going to add a feature that mouse events (mouseover, click, and 
etc.) be fired at grid area, which is the blank area_



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] webzdg commented on issue #12919: Y轴能否为固定值?且X轴可以超过最大值

2020-07-06 Thread GitBox


webzdg commented on issue #12919:
URL: 
https://github.com/apache/incubator-echarts/issues/12919#issuecomment-654581680


   
![image](https://user-images.githubusercontent.com/30281066/86704543-94360280-c047-11ea-8cfd-5d7b9d1ed536.png)
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12919: Y轴能否为固定值?且X轴可以超过最大值

2020-07-06 Thread GitBox


echarts-bot[bot] commented on issue #12919:
URL: 
https://github.com/apache/incubator-echarts/issues/12919#issuecomment-654581414


   Hi! We've received your issue and please be patient to get responded. 
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to 
demo your request**. You may also check out the 
[API](http://echarts.apache.org/api.html) and [chart 
option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org. Please 
attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail 
list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] plainheart commented on issue #12227: treemap位置导致第二次hover无效 & emphasis.label.formatter无效

2020-07-06 Thread GitBox


plainheart commented on issue #12227:
URL: 
https://github.com/apache/incubator-echarts/issues/12227#issuecomment-654578231


   Seems to have nothing to do with treemap but related to zrender.
   
   When the mouse moves out the chart painter globally, it should set last 
hovered target to empty object `{}` as the 
[`resize`](https://github.com/ecomfe/zrender/blob/master/src/Handler.js#L241-L243)
 function does, otherwise as the logic in [Line 218 - Line 
220](https://github.com/ecomfe/zrender/blob/master/src/Handler.js#L218-L220), 
it won't trigger `mouseover` event in this case.
   
   But not sure whether it should be placed at the bottom or just into the [`if 
(eventControl !== 
'no_globalout')`](https://github.com/ecomfe/zrender/blob/master/src/Handler.js#L231)
 judgment.
   
   
![image](https://user-images.githubusercontent.com/26999792/86701211-67342080-c044-11ea-8be7-8c1dc996209a.png)
   
   
   ![2020-07-07 10 57 
01](https://user-images.githubusercontent.com/26999792/86697555-13740800-c041-11ea-8e82-62f3a9fa3a84.gif)
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] noru commented on issue #9815: echart tree label support click event

2020-07-06 Thread GitBox


noru commented on issue #9815:
URL: 
https://github.com/apache/incubator-echarts/issues/9815#issuecomment-654557254


   > 持续关注这个问题,目前采用了替代方案:
   > `document.oncontextmenu = function () { return false; };`
   > 先屏蔽系统的右键操作,然后通过右键点击实现弹窗:
   > `myChart.on('contextmenu', function (params) { //do something });`
   
   Not working on 4.8.0



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] plainheart commented on issue #12903: Left over lines in polyline tree when triggering collapse

2020-07-06 Thread GitBox


plainheart commented on issue #12903:
URL: 
https://github.com/apache/incubator-echarts/issues/12903#issuecomment-654553785


   Yes, it is now under review and may be included into the next milestone 
4.9.0.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] BH010 commented on issue #12903: Left over lines in polyline tree when triggering collapse

2020-07-06 Thread GitBox


BH010 commented on issue #12903:
URL: 
https://github.com/apache/incubator-echarts/issues/12903#issuecomment-654552557


   Hi, #12710 is still under review right? From how i understand it when i read 
through it.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] plainheart closed issue #12703: 树图自定义symbol在firefox无法正常显示

2020-07-06 Thread GitBox


plainheart closed issue #12703:
URL: https://github.com/apache/incubator-echarts/issues/12703


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] plainheart edited a comment on issue #12918: Hide symbols but show labels.

2020-07-06 Thread GitBox


plainheart edited a comment on issue #12918:
URL: 
https://github.com/apache/incubator-echarts/issues/12918#issuecomment-654539484


   It seems that there is no simple way to achieve such requirement, but here 
is a workaround for you 
https://gallery.echartsjs.com/editor.html?c=xIJyAD4BFw=2



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] plainheart commented on issue #12918: Hide symbols but show labels.

2020-07-06 Thread GitBox


plainheart commented on issue #12918:
URL: 
https://github.com/apache/incubator-echarts/issues/12918#issuecomment-654539484


   It seems that there is no simple way to achieve such requirement, but here 
is a workaround for you 
https://gallery.echartsjs.com/editor.html?c=xIJyAD4BFw=1



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] plainheart removed a comment on issue #12918: Hide symbols but show labels.

2020-07-06 Thread GitBox


plainheart removed a comment on issue #12918:
URL: 
https://github.com/apache/incubator-echarts/issues/12918#issuecomment-654521857


   Do you mean you want to hide the empty circles? It's easy to do by using 
[`symbol: 
'none'`](https://echarts.apache.org/en/option.html#series-line.symbol).



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] noru commented on issue #9815: echart tree label support click event

2020-07-06 Thread GitBox


noru commented on issue #9815:
URL: 
https://github.com/apache/incubator-echarts/issues/9815#issuecomment-654536263


   +1. It is so far the most wanted feature of tree series. Wonder why it 
wasn't included in the first place.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] plainheart commented on issue #12918: Hide symbols but show labels.

2020-07-06 Thread GitBox


plainheart commented on issue #12918:
URL: 
https://github.com/apache/incubator-echarts/issues/12918#issuecomment-654521857


   Do you mean you want to hide the empty circles? It's easy to do by using 
[`symbol: 
'none'`](https://echarts.apache.org/en/option.html#series-line.symbol).



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] aseemgautam opened a new issue #12918: Hide symbols but show labels.

2020-07-06 Thread GitBox


aseemgautam opened a new issue #12918:
URL: https://github.com/apache/incubator-echarts/issues/12918


   ### What problem does this feature solve?
   In my case I only want to show the 1st & the last label. I am able to hide 
labels using the formatter function but empty symbols (small circles) make the 
UI very weird. Setting `showAllSymbol` to `false` hide the labels. Setting the 
`size` to 0 also hides the labels.
   
   Is it possible to show only labels but no symbols?
   
   ### What does the proposed API look like?
   The API is already there. If Labels.show is `true` & `showAllSymbol: false`, 
show labels but hide the symbols.
   
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12918: Hide symbols but show labels.

2020-07-06 Thread GitBox


echarts-bot[bot] commented on issue #12918:
URL: 
https://github.com/apache/incubator-echarts/issues/12918#issuecomment-654437280


   Hi! We've received your issue and please be patient to get responded. 
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to 
demo your request**. You may also check out the 
[API](http://echarts.apache.org/api.html) and [chart 
option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org. Please 
attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail 
list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] echarts-bot[bot] removed a comment on issue #12908: axisLabel添加borderType设置选项

2020-07-06 Thread GitBox


echarts-bot[bot] removed a comment on issue #12908:
URL: 
https://github.com/apache/incubator-echarts/issues/12908#issuecomment-653558454


   Hi! We've received your issue and please be patient to get responded. 
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to 
demo your request**. You may also check out the 
[API](http://echarts.apache.org/api.html) and [chart 
option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org. Please 
attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail 
list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] echarts-bot[bot] removed a comment on issue #12907: Stop moving when max zoom is reached

2020-07-06 Thread GitBox


echarts-bot[bot] removed a comment on issue #12907:
URL: 
https://github.com/apache/incubator-echarts/issues/12907#issuecomment-653535700


   Hi! We've received your issue and please be patient to get responded. 
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to 
demo your request**. You may also check out the 
[API](http://echarts.apache.org/api.html) and [chart 
option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org. Please 
attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail 
list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] susiwen8 edited a comment on issue #12913: 关于阶梯瀑布图的样例数据错误

2020-07-06 Thread GitBox


susiwen8 edited a comment on issue #12913:
URL: 
https://github.com/apache/incubator-echarts/issues/12913#issuecomment-654267434


   Actually, we do not maintain version 3.x anymore, please upgrade to latest 
version, which is 4.8, if this bug still occur in 4.8, please show us with a 
demo at ECharts gallery



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] susiwen8 commented on issue #12913: 关于阶梯瀑布图的样例数据错误

2020-07-06 Thread GitBox


susiwen8 commented on issue #12913:
URL: 
https://github.com/apache/incubator-echarts/issues/12913#issuecomment-654267434


   Actually, we do not maintain version 3.x anymore, please upgrade to latest 
version, which is 4.8



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] echarts-bot[bot] commented on pull request #12911: [5.0][FEATURE] Label enhancement and state transition

2020-07-06 Thread GitBox


echarts-bot[bot] commented on pull request #12911:
URL: 
https://github.com/apache/incubator-echarts/pull/12911#issuecomment-654174310


   Congratulations! Your PR has been merged. Thanks for your contribution! 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[incubator-echarts] 01/01: Merge pull request #12911 from apache/label-enhancement

2020-07-06 Thread shenyi
This is an automated email from the ASF dual-hosted git repository.

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

commit 4c3b1b267b6f3a0b003860b8e59c09f7fa791891
Merge: 196935f 79c644d
Author: Yi Shen 
AuthorDate: Mon Jul 6 19:23:17 2020 +0800

Merge pull request #12911 from apache/label-enhancement

[5.0][FEATURE] Label enhancement and state transition

 src/ExtensionAPI.ts   |  45 +-
 src/chart/bar/BarView.ts  |  69 ++-
 src/chart/bar/PictorialBarView.ts |   5 +-
 src/chart/candlestick/CandlestickView.ts  |   1 -
 src/chart/custom.ts   |   4 +-
 src/chart/funnel/FunnelSeries.ts  |  13 +-
 src/chart/funnel/FunnelView.ts|  57 ++-
 src/chart/gauge/GaugeView.ts  |   7 +-
 src/chart/graph/GraphView.ts  | 141 +++---
 src/chart/helper/Line.ts  |   6 +-
 src/chart/helper/LineDraw.ts  |   1 -
 src/chart/helper/Symbol.ts|  95 ++--
 src/chart/helper/SymbolDraw.ts|   2 -
 src/chart/line/LineSeries.ts  |   7 +-
 src/chart/line/LineView.ts|   1 -
 src/chart/map/MapView.ts  |   2 +-
 src/chart/parallel/ParallelView.ts|   1 -
 src/chart/pie/PieSeries.ts|  44 +-
 src/chart/pie/PieView.ts  | 363 +--
 src/chart/pie/labelLayout.ts  | 396 
 src/chart/pie/pieLayout.ts|  11 +-
 src/chart/radar/RadarView.ts  |   4 +-
 src/chart/sankey/SankeyView.ts| 126 ++
 src/chart/sunburst.ts |   2 +
 src/chart/sunburst/SunburstPiece.ts   | 285 ++--
 src/chart/sunburst/SunburstSeries.ts  |   8 +-
 src/chart/sunburst/SunburstView.ts|  12 +-
 src/chart/sunburst/sunburstAction.ts  |   2 +-
 src/chart/sunburst/sunburstVisual.ts  |   4 +-
 src/chart/tree/TreeView.ts|  13 +-
 src/chart/treemap/TreemapSeries.ts|   1 +
 src/chart/treemap/TreemapView.ts  |  24 +-
 src/component/dataZoom/SliderZoomView.ts  |   1 +
 src/component/geo.ts  |   4 +-
 src/component/geo/GeoView.ts  |   2 +-
 src/component/helper/MapDraw.ts   |  28 +-
 src/component/helper/roamHelper.ts|  35 +-
 src/component/legend/LegendView.ts|   1 +
 src/component/marker/MarkAreaView.ts  |   3 +-
 src/component/parallel.ts |   4 +-
 src/component/title.ts|   1 +
 src/component/toolbox/ToolboxView.ts  |  62 +--
 src/component/visualMap/VisualMapModel.ts |   5 +-
 src/coord/geo/GeoModel.ts |   2 +
 src/echarts.ts| 184 ++--
 src/label/LabelManager.ts | 554 +++
 src/label/labelGuideHelper.ts | 649 ++
 src/label/labelLayoutHelper.ts| 352 +++
 src/model/Model.ts|  64 ++-
 src/model/Series.ts   |   7 +-
 src/model/globalDefault.ts|  14 +-
 src/model/mixin/dataFormat.ts |  47 +-
 src/preprocessor/backwardCompat.ts|  65 ++-
 src/preprocessor/helper/compatStyle.ts|   2 +-
 src/stream/Scheduler.ts   |  21 +-
 src/theme/dark.ts |   2 +
 src/util/graphic.ts   | 361 +--
 src/util/layout.ts|   1 +
 src/util/types.ts |  93 +++-
 src/view/Chart.ts |   6 +
 src/visual/style.ts   |   2 +-
 test/animation-additive.html  | 162 +++
 test/aria-pie.html|   1 +
 test/bar-stack.html   |  31 +-
 test/graph-label-rotate.html  |  14 +-
 test/label-layout.html| 695 
 test/pie-alignTo.html |  94 ++--
 test/pie-label-extreme.html   | 728 ++
 test/pie-label-mobile.html| 201 +
 test/pie-label.html   | 271 ++-
 test/sunburst-canvas.html |   2 -
 test/sunburst-drink.html  |   3 +
 72 files changed, 5172 insertions(+), 1354 deletions(-)


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



[GitHub] [incubator-echarts] pissang merged pull request #12911: [5.0][FEATURE] Label enhancement and state transition

2020-07-06 Thread GitBox


pissang merged pull request #12911:
URL: https://github.com/apache/incubator-echarts/pull/12911


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] Ovilia closed issue #12914: echart 2.0修改部分数据 怎么刷新视图,而不重新render

2020-07-06 Thread GitBox


Ovilia closed issue #12914:
URL: https://github.com/apache/incubator-echarts/issues/12914


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] Ovilia edited a comment on pull request #12484: feat: bar race

2020-07-06 Thread GitBox


Ovilia edited a comment on pull request #12484:
URL: 
https://github.com/apache/incubator-echarts/pull/12484#issuecomment-654147867


   Yes, it should change from previous values. I think there might be a bug 
with this. Not sure about it. I will check it later.
   This feature is not completed yet, I'm still working on show the top 10 bars 
with more data. 
   Thanks for your feedback! I will at you once I've completed the others.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] Ovilia commented on pull request #12484: feat: bar race

2020-07-06 Thread GitBox


Ovilia commented on pull request #12484:
URL: 
https://github.com/apache/incubator-echarts/pull/12484#issuecomment-654147867


   Yes, it should change from previous values. I think there might be a bug 
with this. Not sure about it. I will check it later.
   This feature is not completed yet, I'm still working on show the top 10 bars 
with more data. 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[incubator-echarts] branch time-formatter updated (e44445d -> 7f0f8bb)

2020-07-06 Thread ovilia
This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a change to branch time-formatter
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git.


from e5d  feat(time): improve time axis formatter
 add 6c6917d  WIP
 add 7f0f8bb  fix(time): eliminate labels that are not nice

No new revisions were added by this update.

Summary of changes:
 src/coord/axisDefault.ts |  9 ++---
 src/scale/Time.ts| 10 +++---
 src/util/format.ts   |  2 +-
 test/timeScale.html  |  9 +
 4 files changed, 19 insertions(+), 11 deletions(-)


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



[GitHub] [incubator-echarts] plainheart closed issue #12916: Cannot read property 'getElementById' of undefined

2020-07-06 Thread GitBox


plainheart closed issue #12916:
URL: https://github.com/apache/incubator-echarts/issues/12916


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] plainheart commented on issue #12916: Cannot read property 'getElementById' of undefined

2020-07-06 Thread GitBox


plainheart commented on issue #12916:
URL: 
https://github.com/apache/incubator-echarts/issues/12916#issuecomment-654119041


   I'm still confused about this, but anyway, I'm glad it works for you now.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] luisenriqueramos1977 commented on issue #12916: Cannot read property 'getElementById' of undefined

2020-07-06 Thread GitBox


luisenriqueramos1977 commented on issue #12916:
URL: 
https://github.com/apache/incubator-echarts/issues/12916#issuecomment-654116970


   okay,
   
   I finally got one working,
   
   
https://echarts.apache.org/en/tutorial.html#Create%20Custom%20Build%20of%20ECharts
   
   I have to remark, that I changed the code for this:
   
   * *
   
   to this
   
   
   
   
   It was open with live server in vs code
   
   
   I will continue with other exercises
   
   
   Luis
   
   
   
   
   
   
   
   
   
   
   
   El lun., 6 jul. 2020 a las 11:04, Zhongxiang.Wang 
()
   escribió:
   
   > It needs a HTML but not just run index.js, document can't be fetched in
   > node env.
   >
   > —
   > You are receiving this because you authored the thread.
   > Reply to this email directly, view it on GitHub
   > 
,
   > or unsubscribe
   > 

   > .
   >
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] plainheart commented on issue #12916: Cannot read property 'getElementById' of undefined

2020-07-06 Thread GitBox


plainheart commented on issue #12916:
URL: 
https://github.com/apache/incubator-echarts/issues/12916#issuecomment-654110137


   It needs a HTML but not just run `index.js`, `document` can't be fetched in 
node env.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] luisenriqueramos1977 commented on issue #12916: Cannot read property 'getElementById' of undefined

2020-07-06 Thread GitBox


luisenriqueramos1977 commented on issue #12916:
URL: 
https://github.com/apache/incubator-echarts/issues/12916#issuecomment-654106250


   The only thing I did was install according instructions
   npm install echarts --save, in vs code. 
   
   many erros for missing package were produced, but I only had to install 
packages, and finally run with errors. I attached the view of my environment
   
   
![image](https://user-images.githubusercontent.com/48624384/86575271-481b8d00-bf77-11ea-9e77-938316e1f635.png)
   
   
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] stale[bot] commented on issue #8661: 使用dataset 构建echarts视图后,toolbox 选择展示数据视图时,里面数据均为null,正常显示应该为图形展示数据

2020-07-06 Thread GitBox


stale[bot] commented on issue #8661:
URL: 
https://github.com/apache/incubator-echarts/issues/8661#issuecomment-654105024


   This issue has been automatically marked as stale because it has not had 
recent activity. It will be closed if no further activity occurs. Thank you for 
your contributions.
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] luisenriqueramos1977 commented on issue #12916: Cannot read property 'getElementById' of undefined

2020-07-06 Thread GitBox


luisenriqueramos1977 commented on issue #12916:
URL: 
https://github.com/apache/incubator-echarts/issues/12916#issuecomment-654102770


   I think I included document as follows:
   var document = document.getElementById('dom-id');
   
   and later got this error:
   
   var myChart = echarts.init(document.getElementById('main'));
   ^
   
   TypeError: Cannot read property 'getElementById' of undefined
   at Object. 
(/home/lsrs/Desktop/jsexercise/egraphtest/index.js:6:37)
   at Module._compile (internal/modules/cjs/loader.js:778:30)
   at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
   at Module.load (internal/modules/cjs/loader.js:653:32)
   at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
   at Function.Module._load (internal/modules/cjs/loader.js:585:3)
   at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
   at startup (internal/bootstrap/node.js:283:19)
   at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
   
   [Done] exited with code=1 in 0.693 seconds
   
   
   Until now, I have not been able to run any example, and I feel frustrated.
   
   
   
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] plainheart edited a comment on pull request #12484: feat: bar race

2020-07-06 Thread GitBox


plainheart edited a comment on pull request #12484:
URL: 
https://github.com/apache/incubator-echarts/pull/12484#issuecomment-654088597


   @Ovilia Hi, thank you for your excellent work for bar race. Here I'd like to 
give some feedback for this new feature, please feel free to check and evaluate 
it.
   Normally, if the value of bar doesn't change, the value of its label should 
not change and if changed, it should count from its previous newest value, but 
in fact, the value of bar label will always count from 0 when updating, just 
like the screenshot below:
   
   
![unexpected](https://user-images.githubusercontent.com/26999792/86570584-bb86c400-bfa2-11ea-89ac-390ffd97b4f6.gif)
   
   What I think it's expected is like this:
   
   
![expected](https://user-images.githubusercontent.com/26999792/86570612-c5a8c280-bfa2-11ea-8373-c198629a9814.gif)
   
   That is,
   1). The label of bar has no need to recount from 0 if its value has no 
change.
   2). If its value changed, it should recount from its previous value, like 
the screenshot above.
   
   What do you think of these?
   
   EDITED: I saw it looks like working well in the screenshot you provided in 
PR description.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] plainheart commented on issue #12916: Cannot read property 'getElementById' of undefined

2020-07-06 Thread GitBox


plainheart commented on issue #12916:
URL: 
https://github.com/apache/incubator-echarts/issues/12916#issuecomment-654099640


   This code looks like no problem. I'm afraid this error is related to the 
environment of your project, please ensure whether `document` or `window` 
exists and is able to be fetched.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] luisenriqueramos1977 commented on issue #12916: Cannot read property 'getElementById' of undefined

2020-07-06 Thread GitBox


luisenriqueramos1977 commented on issue #12916:
URL: 
https://github.com/apache/incubator-echarts/issues/12916#issuecomment-654095326


   Dear Wang,
   
   thanks for your quick response, the code I using is exactly the one it is
   published in this source
   
   https://echarts.apache.org/en/tutorial.html#Use%20ECharts%20with%20webpack
   
   this is the code:
   
   var echarts = require('echarts'); // initialize echarts instance with
   prepared DOM var myChart = echarts.init(document.getElementById('main')); //
   draw chart myChart.setOption({ title: { text: 'ECharts entry example' },
   tooltip: {}, xAxis: { data: ['shirt', 'cardign', 'chiffon shirt', 'pants',
   'heels', 'socks'] }, yAxis: {}, series: [{ name: 'sales', type: 'bar', data:
   [5, 20, 36, 10, 10, 20] }] });
   
   
   Until now, I have not been able to run any example, all generate errors.
   
   
   Luis Ramos
   
   
   
   
   El lun., 6 jul. 2020 a las 10:29, Zhongxiang.Wang 
()
   escribió:
   
   > I think there may be missing some detailed information.
   >
   >1. What does your source code like?
   >2. Are there some grammar or usage errors in your source code?
   >
   > —
   > You are receiving this because you authored the thread.
   > Reply to this email directly, view it on GitHub
   > 
,
   > or unsubscribe
   > 

   > .
   >
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] plainheart commented on issue #12916: Cannot read property 'getElementById' of undefined

2020-07-06 Thread GitBox


plainheart commented on issue #12916:
URL: 
https://github.com/apache/incubator-echarts/issues/12916#issuecomment-654093292


   I think there may be missing some detailed information.
   1) What does your source code like?
   2) Are there some grammar or usage errors in your source code?



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] plainheart commented on pull request #12484: feat: bar race

2020-07-06 Thread GitBox


plainheart commented on pull request #12484:
URL: 
https://github.com/apache/incubator-echarts/pull/12484#issuecomment-654088597


   @Ovilia Hi, thank you for your excellent work for bar race. Here I'd like to 
give some feedback for this new feature, please feel free to check and evaluate 
it.
   Normally, if the value of bar doesn't change, the value of its label should 
not change and if changed, it should count from its previous newest value, but 
in fact, the value of bar label will always count from 0 when updating, just 
like the screenshot below:
   
   
![unexpected](https://user-images.githubusercontent.com/26999792/86570584-bb86c400-bfa2-11ea-89ac-390ffd97b4f6.gif)
   
   What I think it's expected is like this:
   
   
![expected](https://user-images.githubusercontent.com/26999792/86570612-c5a8c280-bfa2-11ea-8373-c198629a9814.gif)
   
   That is,
   1). The label of bar has no need to recount from 0 if its value has no 
change.
   2). If its value changed, it should recount from its previous value, like 
the screenshot above.
   
   What do you think of these?



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] Alicelijia edited a comment on issue #11763: 柱状图不能设置间距

2020-07-06 Thread GitBox


Alicelijia edited a comment on issue #11763:
URL: 
https://github.com/apache/incubator-echarts/issues/11763#issuecomment-654080671


   
![image](https://user-images.githubusercontent.com/35087417/86570423-75316500-bfa2-11ea-8c7f-c0dc431f9aa8.png)
   
   
   麻烦请问谁知道,标红区域的怎么调整小一些,目前的barGap,只针对绿色的区域,**设置barCategoryGap无效,为何?**



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] Alicelijia edited a comment on issue #11763: 柱状图不能设置间距

2020-07-06 Thread GitBox


Alicelijia edited a comment on issue #11763:
URL: 
https://github.com/apache/incubator-echarts/issues/11763#issuecomment-654080671


   
![image](https://user-images.githubusercontent.com/35087417/86570423-75316500-bfa2-11ea-8c7f-c0dc431f9aa8.png)
   
   
   麻烦请问谁知道,标红区域的怎么调整小一些,目前的barGap,只针对绿色的区域的间隔有效,**设置barCategoryGap无效,为何?**



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] Alicelijia edited a comment on issue #11763: 柱状图不能设置间距

2020-07-06 Thread GitBox


Alicelijia edited a comment on issue #11763:
URL: 
https://github.com/apache/incubator-echarts/issues/11763#issuecomment-654080671


   
![image](https://user-images.githubusercontent.com/35087417/86570012-da388b00-bfa1-11ea-8ea8-0ae68c9ced6a.png)
   麻烦请问谁知道,标红区域的怎么调整小一些,目前的barGap,只针对绿色的区域,**设置barCategoryGap无效,为何?**



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] Alicelijia commented on issue #11763: 柱状图不能设置间距

2020-07-06 Thread GitBox


Alicelijia commented on issue #11763:
URL: 
https://github.com/apache/incubator-echarts/issues/11763#issuecomment-654080671


   
![image](https://user-images.githubusercontent.com/35087417/86570012-da388b00-bfa1-11ea-8ea8-0ae68c9ced6a.png)
   标红区域的间隔如果调整?



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12917: Top and Bottom Lable on a Graph Item.

2020-07-06 Thread GitBox


echarts-bot[bot] commented on issue #12917:
URL: 
https://github.com/apache/incubator-echarts/issues/12917#issuecomment-654077530


   Hi! We've received your issue and please be patient to get responded. 
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to 
demo your request**. You may also check out the 
[API](http://echarts.apache.org/api.html) and [chart 
option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org. Please 
attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail 
list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] ownedbypeli opened a new issue #12917: Top and Bottom Lable on a Graph Item.

2020-07-06 Thread GitBox


ownedbypeli opened a new issue #12917:
URL: https://github.com/apache/incubator-echarts/issues/12917


   ### What problem does this feature solve?
   You should be able to add Top and Bottom Label to a graph item, or is there 
already an existing option besides making 2 items.
   
   ### What does the proposed API look like?
   
   
![grafik](https://user-images.githubusercontent.com/36076242/86569448-b6a81d00-bf6e-11ea-947d-6fd6a6b55e0d.png)
   
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] luisenriqueramos1977 opened a new issue #12916: Cannot read property 'getElementById' of undefined

2020-07-06 Thread GitBox


luisenriqueramos1977 opened a new issue #12916:
URL: https://github.com/apache/incubator-echarts/issues/12916


   ### Version
   4.8.0
   
   ### Steps to reproduce
   1. edit index.js
   2. paste example 1 from 
https://echarts.apache.org/en/tutorial.html#ECharts%20Basic%20Concepts%20Overview
   3. Error
   
   ### What is expected?
   a graph according to example
   
   ### What is actually happening?
   var myChart = echarts.init(document.getElementById('main'));
  ^
   
   ReferenceError: document is not defined
   at Object. 
(/home/lsrs/Desktop/jsexercise/egraphtest/index.js:6:28)
   at Module._compile (internal/modules/cjs/loader.js:778:30)
   at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
   at Module.load (internal/modules/cjs/loader.js:653:32)
   at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
   at Function.Module._load (internal/modules/cjs/loader.js:585:3)
   at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
   at startup (internal/bootstrap/node.js:283:19)
   at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
   
   [Done] exited with code=1 in 0.699 seconds
   
   ---
   I  included the code: 
   
   var document = document.getElementById('dom-id');
   
   and appeared the new error:
   
   var document = document.getElementById('dom-id');
   ^
   
   TypeError: Cannot read property 'getElementById' of undefined
   at Object. 
(/home/lsrs/Desktop/jsexercise/egraphtest/index.js:2:25)
   at Module._compile (internal/modules/cjs/loader.js:778:30)
   at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
   at Module.load (internal/modules/cjs/loader.js:653:32)
   at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
   at Function.Module._load (internal/modules/cjs/loader.js:585:3)
   at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
   at startup (internal/bootstrap/node.js:283:19)
   at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
   
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12916: Cannot read property 'getElementById' of undefined

2020-07-06 Thread GitBox


echarts-bot[bot] commented on issue #12916:
URL: 
https://github.com/apache/incubator-echarts/issues/12916#issuecomment-654069502


   Hi! We've received your issue and please be patient to get responded. 
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to 
demo your request**. You may also check out the 
[API](http://echarts.apache.org/api.html) and [chart 
option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org. Please 
attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail 
list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] diveDylan edited a comment on issue #9350: geojson GeometryCollection doesn't work

2020-07-06 Thread GitBox


diveDylan edited a comment on issue #9350:
URL: 
https://github.com/apache/incubator-echarts/issues/9350#issuecomment-654054649


   @Ovilia @mathiasleroy  the geojson data still not works, is there any things 
new about this pr on this issues.( it failed to merge the pr -.-). any plan 
about this ?
   ```json
   ### not works
   {"type":"GeometryCollection","geometries":[]}
   ###
   {
"type":"FeatureCollection",
"features":[{
"type":"Feature",
"properties":{},
"geometry":{
"type":"GeometryCollection",
"geometries":[]
  }
   }]
   }
   ```



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] diveDylan commented on issue #9350: geojson GeometryCollection doesn't work

2020-07-06 Thread GitBox


diveDylan commented on issue #9350:
URL: 
https://github.com/apache/incubator-echarts/issues/9350#issuecomment-654054649


   @Ovilia @mathiasleroy  the geojson data still not works, is there any things 
new about this pr on this issues.( it failed to merge the pr -.-). any plan 
about this ?
   ``json
   ### not works
   {"type":"GeometryCollection","geometries":[]}
   ###
   {
"type":"FeatureCollection",
"features":[{
"type":"Feature",
"properties":{},
"geometry":{
"type":"GeometryCollection",
"geometries":[]
  }
   }]
   }
   ```



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] ownedbypeli commented on issue #12833: How can i have 2 data lines at the xAxis?

2020-07-06 Thread GitBox


ownedbypeli commented on issue #12833:
URL: 
https://github.com/apache/incubator-echarts/issues/12833#issuecomment-654052410


   Hello?



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] echarts-bot[bot] commented on pull request #12915: Update TreeView.js

2020-07-06 Thread GitBox


echarts-bot[bot] commented on pull request #12915:
URL: 
https://github.com/apache/incubator-echarts/pull/12915#issuecomment-654034532


   Thanks for your contribution!
   The community will review it ASAP. In the meanwhile, please checkout [the 
coding standard](https://echarts.apache.org/en/coding-standard.html) and Wiki 
about [How to make a pull 
request](https://github.com/apache/incubator-echarts/wiki/How-to-make-a-pull-request).



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [incubator-echarts] liunana1230 opened a new pull request #12915: Update TreeView.js

2020-07-06 Thread GitBox


liunana1230 opened a new pull request #12915:
URL: https://github.com/apache/incubator-echarts/pull/12915


   update line color when update charts
   
   
   
   ## Brief Information
   
   This pull request is in the type of:
   
   - [ ] bug fixing
   - [ ] new feature
   - [ ] others
   
   
   
   ### What does this PR do?
   
   
   
   
   
   ### Fixed issues
   
   
   
   
   ## Details
   
   ### Before: What was the problem?
   
   
   
   
   
   
   
   ### After: How is it fixed in this PR?
   
   
   
   
   
   
   
   ## Usage
   
   ### Are there any API changes?
   
   - [ ] The API has been changed.
   
   
   
   
   
   ### Related test cases or examples to use the new APIs
   
   NA.
   
   
   
   ## Others
   
   ### Merging options
   
   - [ ] Please squash the commits into a single one when merge.
   
   ### Other information
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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