[GitHub] [incubator-echarts] plainheart commented on issue #12845: How to change marker pointer dynamically.

2020-06-22 Thread GitBox
plainheart commented on issue #12845: URL: https://github.com/apache/incubator-echarts/issues/12845#issuecomment-647854753 Have you tried to update the data of [markPoint](https://echarts.apache.org/en/option.html#series-line.markPoint.data) and then call `chart.setOption()` ?

[GitHub] [incubator-echarts] gaofanni commented on issue #12778: tooltip无法自动关闭

2020-06-22 Thread GitBox
gaofanni commented on issue #12778: URL: https://github.com/apache/incubator-echarts/issues/12778#issuecomment-647865895 > > `enterable` 为 `true` 的时候,代表用户可以进入`tooltip`区域中进行操作,又由于你这个`tooltip`非常长,在`tooltip`上移动鼠标直到移出去应该没有侦测你是移出图表了,所以并未隐藏。考虑设置 `enterable` 为 `false` 或者手动派发Action隐藏 > >

[GitHub] [incubator-echarts] plainheart opened a new pull request #12850: fix(lines): lines series shouldn't disappear after `setOption({})`. (#12836)

2020-06-22 Thread GitBox
plainheart opened a new pull request #12850: URL: https://github.com/apache/incubator-echarts/pull/12850 ## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do? Fixes

[GitHub] [incubator-echarts] echarts-bot[bot] commented on pull request #12850: fix(lines): lines series shouldn't disappear after `setOption({})`. (#12836)

2020-06-22 Thread GitBox
echarts-bot[bot] commented on pull request #12850: URL: https://github.com/apache/incubator-echarts/pull/12850#issuecomment-647889185 Thanks for your contribution! The community will review it ASAP. In the meanwhile, please checkout [the coding

[GitHub] [incubator-echarts] pissang commented on pull request #12834: fix: #12812

2020-06-22 Thread GitBox
pissang commented on pull request #12834: URL: https://github.com/apache/incubator-echarts/pull/12834#issuecomment-647893072 Looks good to me. Thanks for the wonderful work! @liulinboyi @plainheart This is an automated

[GitHub] [incubator-echarts] stale[bot] closed issue #6045: 正态分布图用折线图,顶部无法圆滑处理。

2020-06-22 Thread GitBox
stale[bot] closed issue #6045: URL: https://github.com/apache/incubator-echarts/issues/6045 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

[incubator-echarts] branch custom-series-enhance updated (d0e83c2 -> f42f395)

2020-06-22 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a change to branch custom-series-enhance in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. from d0e83c2 fix: little modify in during api: add return this to setter and change name

[incubator-echarts] branch custom-series-enhance updated (f42f395 -> a7d4f69)

2020-06-22 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a change to branch custom-series-enhance in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. from f42f395 Merge branch 'next' into custom-series-enhance add a7d4f69 clean code No

[GitHub] [incubator-echarts] 100pah merged pull request #12775: Custom series enhancement (for-next)

2020-06-22 Thread GitBox
100pah merged pull request #12775: URL: https://github.com/apache/incubator-echarts/pull/12775 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[incubator-echarts] 01/01: Merge pull request #12775 from apache/custom-series-enhance

2020-06-22 Thread sushuang
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.git commit 9963aa4f8aa41eeff8020268c3f41e749ec7727f Merge: 55794d0 a7d4f69 Author: sushuang AuthorDate: Tue Jun 23

[incubator-echarts] branch next updated (55794d0 -> 9963aa4)

2020-06-22 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a change to branch next in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. from 55794d0 ci: run on pr opened or synchronized add d0e5f43 feat: custom series compat. add

[GitHub] [incubator-echarts] echarts-bot[bot] commented on pull request #12775: Custom series enhancement (for-next)

2020-06-22 Thread GitBox
echarts-bot[bot] commented on pull request #12775: URL: https://github.com/apache/incubator-echarts/pull/12775#issuecomment-647903415 Congratulations! Your PR has been merged. Thanks for your contribution!  This is an

[GitHub] [incubator-echarts] echarts-bot[bot] commented on pull request #12848: core(ci): only run unit test on master or release branch

2020-06-22 Thread GitBox
echarts-bot[bot] commented on pull request #12848: URL: https://github.com/apache/incubator-echarts/pull/12848#issuecomment-647871012 Thanks for your contribution! The community will review it ASAP. In the meanwhile, please checkout [the coding

[GitHub] [incubator-echarts] peach5460 commented on issue #12851: dragging以后position错误

2020-06-22 Thread GitBox
peach5460 commented on issue #12851: URL: https://github.com/apache/incubator-echarts/issues/12851#issuecomment-647892763 进一步的问题,伪代码如下: 伪代码 ``` function onShapeDragend(e) { //...获取polygon // 遍历polygon的点,将position叠加上去 for (let index = 0; index <

[incubator-echarts] branch ci-master created (now 14f0033)

2020-06-22 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch ci-master in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. at 14f0033 ci: run on pr opened or synchronized This branch includes the following new commits:

[incubator-echarts] 01/01: ci: run on pr opened or synchronized

2020-06-22 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch ci-master in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git commit 14f0033ad2b5db99d8961ca897f5098cb6593a0f Author: Wenli Zhang AuthorDate: Tue Jun 23 12:13:28 2020 +0800

[GitHub] [incubator-echarts] echarts-bot[bot] commented on pull request #12852: ci: run on pr opened or synchronized

2020-06-22 Thread GitBox
echarts-bot[bot] commented on pull request #12852: URL: https://github.com/apache/incubator-echarts/pull/12852#issuecomment-647896222 Thanks for your contribution! The community will review it ASAP. In the meanwhile, please checkout [the coding

[GitHub] [incubator-echarts] Ovilia opened a new pull request #12852: ci: run on pr opened or synchronized

2020-06-22 Thread GitBox
Ovilia opened a new pull request #12852: URL: https://github.com/apache/incubator-echarts/pull/12852 ## Brief Information This pull request is in the type of: - [ ] bug fixing - [ ] new feature - [x] others ### What does this PR do?

[incubator-echarts] branch next updated: ci: run on pr opened or synchronized

2020-06-22 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch next in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git The following commit(s) were added to refs/heads/next by this push: new 55794d0 ci: run on pr opened or

[GitHub] [incubator-echarts] bt4baidu opened a new issue #12847: [calendar] Is there any way to customize calendar to show workdays only

2020-06-22 Thread GitBox
bt4baidu opened a new issue #12847: URL: https://github.com/apache/incubator-echarts/issues/12847 ### What problem does this feature solve? It would be very helpful if we can customize calendar to show workdays only, when calendar is used to show market events.

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12847: [calendar] Is there any way to customize calendar to show workdays only

2020-06-22 Thread GitBox
echarts-bot[bot] commented on issue #12847: URL: https://github.com/apache/incubator-echarts/issues/12847#issuecomment-647844904 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

[incubator-echarts] branch next updated (79fbcb9 -> 6a9f86f)

2020-06-22 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch next in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. from 79fbcb9 Merge pull request #12484 from apache/feat-bar-race add eceee1b core(ci): only run unit test

[GitHub] [incubator-echarts] echarts-bot[bot] commented on pull request #12848: core(ci): only run unit test on master or release branch

2020-06-22 Thread GitBox
echarts-bot[bot] commented on pull request #12848: URL: https://github.com/apache/incubator-echarts/pull/12848#issuecomment-647887317 Congratulations! Your PR has been merged. Thanks for your contribution!  This is an

[incubator-echarts] 01/01: Merge pull request #12848 from apache/ci

2020-06-22 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch next in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git commit 6a9f86fd3f18b35333d8568b4b529ac94e6cac11 Merge: 79fbcb9 eceee1b Author: Wenli Zhang AuthorDate: Tue Jun 23

[GitHub] [incubator-echarts] Ovilia merged pull request #12848: core(ci): only run unit test on master or release branch

2020-06-22 Thread GitBox
Ovilia merged pull request #12848: URL: https://github.com/apache/incubator-echarts/pull/12848 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-echarts] vishalprajapati7072 commented on issue #12845: How to change marker pointer dynamically.

2020-06-22 Thread GitBox
vishalprajapati7072 commented on issue #12845: URL: https://github.com/apache/incubator-echarts/issues/12845#issuecomment-64790 I don't know about this. Can you please elaborate more on this? This is an automated

[GitHub] [incubator-echarts] gaofanni edited a comment on issue #12778: tooltip无法自动关闭

2020-06-22 Thread GitBox
gaofanni edited a comment on issue #12778: URL: https://github.com/apache/incubator-echarts/issues/12778#issuecomment-647865895 > > `enterable` 为 `true` 的时候,代表用户可以进入`tooltip`区域中进行操作,又由于你这个`tooltip`非常长,在`tooltip`上移动鼠标直到移出去应该没有侦测你是移出图表了,所以并未隐藏。考虑设置 `enterable` 为 `false` 或者手动派发Action隐藏 >

[GitHub] [incubator-echarts] gaofanni edited a comment on issue #12778: tooltip无法自动关闭

2020-06-22 Thread GitBox
gaofanni edited a comment on issue #12778: URL: https://github.com/apache/incubator-echarts/issues/12778#issuecomment-647865895 > > `enterable` 为 `true` 的时候,代表用户可以进入`tooltip`区域中进行操作,又由于你这个`tooltip`非常长,在`tooltip`上移动鼠标直到移出去应该没有侦测你是移出图表了,所以并未隐藏。考虑设置 `enterable` 为 `false` 或者手动派发Action隐藏 >

[incubator-echarts] 01/01: core(ci): only run unit test on master or release branch

2020-06-22 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch ci in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git commit eceee1b245005bb8d0a34e6b3abe5a2c53c23cda Author: Ovilia AuthorDate: Mon Jun 22 18:06:49 2020 +0800

[incubator-echarts] branch ci created (now eceee1b)

2020-06-22 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch ci in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. at eceee1b core(ci): only run unit test on master or release branch This branch includes the following new

[GitHub] [incubator-echarts] linupychiang commented on issue #3853: echarts event 事件问题

2020-06-22 Thread GitBox
linupychiang commented on issue #3853: URL: https://github.com/apache/incubator-echarts/issues/3853#issuecomment-647881023 > 我可以绑定两个事件 但是,当他触发了全局的事件的时候event.target 这个方法一定是undefined,其实最终还是必须要点击到某一个数据点上才可以拿到当前的数据。所以这个方法不太好用。我读了点击事件的源码,当点击到除了点的位置 event里都是获取不到target的,但是我不太清楚为什么 tooltip

[GitHub] [incubator-echarts] pissang edited a comment on pull request #12834: fix: #12812

2020-06-22 Thread GitBox
pissang edited a comment on pull request #12834: URL: https://github.com/apache/incubator-echarts/pull/12834#issuecomment-647893072 Perhaps the `_moveTooltip` can be renamed to a more specific name like `_moveTooltipIfResized` Others all look good to me. Thanks for the wonderful

[GitHub] [incubator-echarts] zhangzq commented on issue #11995: legend中symbol能继承series中设置的symbolRotate属性

2020-06-22 Thread GitBox
zhangzq commented on issue #11995: URL: https://github.com/apache/incubator-echarts/issues/11995#issuecomment-647881339 这个选项应该是默认的,标记图形与图例图形默认要和完全一致。现在这样反而很诡异。 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-echarts] linupychiang commented on issue #3853: echarts event 事件问题

2020-06-22 Thread GitBox
linupychiang commented on issue #3853: URL: https://github.com/apache/incubator-echarts/issues/3853#issuecomment-647881854 > > 我可以绑定两个事件 但是,当他触发了全局的事件的时候event.target 这个方法一定是undefined,其实最终还是必须要点击到某一个数据点上才可以拿到当前的数据。所以这个方法不太好用。我读了点击事件的源码,当点击到除了点的位置 event里都是获取不到target的,但是我不太清楚为什么 tooltip

[GitHub] [incubator-echarts] peach5460 opened a new issue #12851: dragging以后position错误

2020-06-22 Thread GitBox
peach5460 opened a new issue #12851: URL: https://github.com/apache/incubator-echarts/issues/12851 ### Version 4.8.0 ### Steps to reproduce 首先,我在图面上初始化了一个多边形,并开启了draggable属性,使其支持拖动。 然后我拖动以后,需要知道最新的坐标。

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12851: dragging以后position错误

2020-06-22 Thread GitBox
echarts-bot[bot] commented on issue #12851: URL: https://github.com/apache/incubator-echarts/issues/12851#issuecomment-647891205 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

[incubator-echarts] branch master updated: ci: run on pr opened or synchronized

2020-06-22 Thread ovilia
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.git The following commit(s) were added to refs/heads/master by this push: new a9653ea ci: run on pr opened or

[GitHub] [incubator-echarts] echarts-bot[bot] commented on pull request #12852: ci: run on pr opened or synchronized

2020-06-22 Thread GitBox
echarts-bot[bot] commented on pull request #12852: URL: https://github.com/apache/incubator-echarts/pull/12852#issuecomment-647896907 Congratulations! Your PR has been merged. Thanks for your contribution!  This is an

[GitHub] [incubator-echarts] Ovilia merged pull request #12852: ci: run on pr opened or synchronized

2020-06-22 Thread GitBox
Ovilia merged pull request #12852: URL: https://github.com/apache/incubator-echarts/pull/12852 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-echarts] liulinboyi commented on pull request #12834: fix: #12812

2020-06-22 Thread GitBox
liulinboyi commented on pull request #12834: URL: https://github.com/apache/incubator-echarts/pull/12834#issuecomment-647901046 > Perhaps the `_moveTooltip` can be renamed to a more specific name like `_moveTooltipIfResized` > > Others all look good to me. Thanks for the wonderful

[GitHub] [incubator-echarts] gaofanni edited a comment on issue #12778: tooltip无法自动关闭

2020-06-22 Thread GitBox
gaofanni edited a comment on issue #12778: URL: https://github.com/apache/incubator-echarts/issues/12778#issuecomment-647865895 > > `enterable` 为 `true` 的时候,代表用户可以进入`tooltip`区域中进行操作,又由于你这个`tooltip`非常长,在`tooltip`上移动鼠标直到移出去应该没有侦测你是移出图表了,所以并未隐藏。考虑设置 `enterable` 为 `false` 或者手动派发Action隐藏 >

[GitHub] [incubator-echarts] plainheart commented on issue #12849: Stacked Line Chart BUG

2020-06-22 Thread GitBox
plainheart commented on issue #12849: URL: https://github.com/apache/incubator-echarts/issues/12849#issuecomment-647890551 I'm sorry for closing this issue. Please recreate another issue with a specific description and tidy format as the echarts-bot said. It would be better if some

[GitHub] [incubator-echarts] plainheart closed issue #12849: Stacked Line Chart BUG

2020-06-22 Thread GitBox
plainheart closed issue #12849: URL: https://github.com/apache/incubator-echarts/issues/12849 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-echarts] pissang commented on pull request #12834: fix: #12812

2020-06-22 Thread GitBox
pissang commented on pull request #12834: URL: https://github.com/apache/incubator-echarts/pull/12834#issuecomment-647923354 Seems there are still two request changes from @plainheart @susiwen8 need to be resolved before this PR can ben merged

[GitHub] [incubator-echarts] Ovilia opened a new pull request #12848: core(ci): only run unit test on master or release branch

2020-06-22 Thread GitBox
Ovilia opened a new pull request #12848: URL: https://github.com/apache/incubator-echarts/pull/12848 ## Brief Information This pull request is in the type of: - [ ] bug fixing - [ ] new feature - [x] others ### What does this PR do?

[incubator-echarts] branch label-enhancement updated: fix(label): label color is dark by default in pie and sunburst.

2020-06-22 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch label-enhancement in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git The following commit(s) were added to refs/heads/label-enhancement by this push: new 83df54f

[incubator-echarts] branch label-enhancement updated (83df54f -> 58dc3f7)

2020-06-22 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch label-enhancement in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. from 83df54f fix(label): label color is dark by default in pie and sunburst. add e2dac51

[incubator-echarts] 01/01: Merge branch 'next' into label-enhancement

2020-06-22 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch label-enhancement in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git commit 58dc3f701961ef455019720670fe629430b57f6e Merge: 83df54f 9963aa4 Author: pissang AuthorDate: Tue

[GitHub] [incubator-echarts] liulinboyi commented on pull request #12834: fix: #12812

2020-06-22 Thread GitBox
liulinboyi commented on pull request #12834: URL: https://github.com/apache/incubator-echarts/pull/12834#issuecomment-647916698 > Perhaps the `_moveTooltip` can be renamed to a more specific name like `_moveTooltipIfResized` > > Others all look good to me. Thanks for the wonderful

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12849: Stacked Line Chart BUG

2020-06-22 Thread GitBox
echarts-bot[bot] commented on issue #12849: URL: https://github.com/apache/incubator-echarts/issues/12849#issuecomment-647884070 This issue is not created using [issue template](https://ecomfe.github.io/echarts-issue-helper/) so I'm going to close it.  Sorry for this, but it helps

[GitHub] [incubator-echarts] Gaoshengyue opened a new issue #12849: Stacked Line Chart BUG

2020-06-22 Thread GitBox
Gaoshengyue opened a new issue #12849: URL: https://github.com/apache/incubator-echarts/issues/12849 When the value of index = 0 of a label exceeds the value of index = 0 of other labels by several orders of magnitude, the icon display will have problems ![Screenshot from 2020-06-23

[GitHub] [incubator-echarts] plainheart edited a comment on pull request #12834: fix: #12812

2020-06-22 Thread GitBox
plainheart edited a comment on pull request #12834: URL: https://github.com/apache/incubator-echarts/pull/12834#issuecomment-647309247 Finally, the same changes should be applied to `TooltipRichContent`, which will be used when

[GitHub] [incubator-echarts] plainheart commented on pull request #12834: fix: #12812

2020-06-22 Thread GitBox
plainheart commented on pull request #12834: URL: https://github.com/apache/incubator-echarts/pull/12834#issuecomment-647309247 Finally, the same changed should be applied to `TooltipRichContent`, which will be used when

[GitHub] [incubator-echarts] plainheart commented on issue #12841: sublink无效

2020-06-22 Thread GitBox
plainheart commented on issue #12841: URL: https://github.com/apache/incubator-echarts/issues/12841#issuecomment-647319523 `sublink` does not work is indeed a bug, but maybe `www.xxx` is not a bug. This feature uses `window.open` to open the links, if no protocol is specified for url,

[GitHub] [incubator-echarts] leohazy commented on issue #12841: sublink无效

2020-06-22 Thread GitBox
leohazy commented on issue #12841: URL: https://github.com/apache/incubator-echarts/issues/12841#issuecomment-647322717 > It is indeed a bug that `sublink` does not work, but `www.xxx` may be not. > This feature uses `window.open` to open the links, if no protocol is specified for url,

[GitHub] [incubator-echarts] echarts-bot[bot] commented on pull request #12842: fix(title): incorrect redirect when sublink is clicked.

2020-06-22 Thread GitBox
echarts-bot[bot] commented on pull request #12842: URL: https://github.com/apache/incubator-echarts/pull/12842#issuecomment-647327449 Thanks for your contribution! The community will review it ASAP. In the meanwhile, please checkout [the coding

[GitHub] [incubator-echarts] plainheart opened a new pull request #12842: fix(title): incorrect redirect when sublink is clicked.

2020-06-22 Thread GitBox
plainheart opened a new pull request #12842: URL: https://github.com/apache/incubator-echarts/pull/12842 ## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do?

[GitHub] [incubator-echarts] susiwen8 commented on pull request #12842: fix(title): incorrect redirect when sublink is clicked.

2020-06-22 Thread GitBox
susiwen8 commented on pull request #12842: URL: https://github.com/apache/incubator-echarts/pull/12842#issuecomment-647329829 Sorry, My bad This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-echarts] stale[bot] commented on issue #6964: 使用自定义GeoJSON部分区域颜色不变化

2020-06-22 Thread GitBox
stale[bot] commented on issue #6964: URL: https://github.com/apache/incubator-echarts/issues/6964#issuecomment-647334642 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

[GitHub] [incubator-echarts] liulinboyi commented on a change in pull request #12834: fix: #12812

2020-06-22 Thread GitBox
liulinboyi commented on a change in pull request #12834: URL: https://github.com/apache/incubator-echarts/pull/12834#discussion_r443369852 ## File path: src/component/tooltip/TooltipRichContent.js ## @@ -21,13 +21,34 @@ import * as zrUtil from 'zrender/src/core/util'; //

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

2020-06-22 Thread GitBox
ownedbypeli commented on issue #12833: URL: https://github.com/apache/incubator-echarts/issues/12833#issuecomment-647397648 So? is it possible This is an automated message from the Apache Git Service. To respond to the

[incubator-echarts] 01/01: Merge pull request #12484 from apache/feat-bar-race

2020-06-22 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch next in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git commit 79fbcb9270327d75494eb2b6efac477c7547e938 Merge: fe1666d 3737601 Author: Ovilia AuthorDate: Mon Jun 22 17:23:45

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

2020-06-22 Thread GitBox
Ovilia merged pull request #12484: URL: https://github.com/apache/incubator-echarts/pull/12484 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

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

2020-06-22 Thread GitBox
echarts-bot[bot] commented on pull request #12484: URL: https://github.com/apache/incubator-echarts/pull/12484#issuecomment-647396940 Congratulations! Your PR has been merged. Thanks for your contribution!  This is an

[GitHub] [incubator-echarts-doc] susiwen8 commented on a change in pull request #116: fix incorrect and broken links.

2020-06-22 Thread GitBox
susiwen8 commented on a change in pull request #116: URL: https://github.com/apache/incubator-echarts-doc/pull/116#discussion_r443469516 ## File path: en/tutorial/getting-started.md ## @@ -5,11 +5,11 @@ First, install ECharts using one of the following methods: -*

[GitHub] [incubator-echarts] plainheart closed issue #12843: How to use custom fonts?

2020-06-22 Thread GitBox
plainheart closed issue #12843: URL: https://github.com/apache/incubator-echarts/issues/12843 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-echarts] susiwen8 commented on issue #12818: Wrong line color with line chart and visualmap with dimension >= 2

2020-06-22 Thread GitBox
susiwen8 commented on issue #12818: URL: https://github.com/apache/incubator-echarts/issues/12818#issuecomment-647426154 ![Screen Shot 2020-06-22 at 18 17 18](https://user-images.githubusercontent.com/20318608/85276590-a7c46380-b4b4-11ea-8e5b-ec07ac268275.png) ![Screen Shot 2020-06-22

[GitHub] [incubator-echarts] xxxs commented on issue #12843: How to use custom fonts?

2020-06-22 Thread GitBox
xxxs commented on issue #12843: URL: https://github.com/apache/incubator-echarts/issues/12843#issuecomment-647427074 3Q This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-echarts] liulinboyi commented on pull request #12834: fix: #12812

2020-06-22 Thread GitBox
liulinboyi commented on pull request #12834: URL: https://github.com/apache/incubator-echarts/pull/12834#issuecomment-647399422 > @liulinboyi Would you mind providing a test case for this? Let me have a try. This is

[GitHub] [incubator-echarts] plainheart commented on issue #12843: How to use custom fonts?

2020-06-22 Thread GitBox
plainheart commented on issue #12843: URL: https://github.com/apache/incubator-echarts/issues/12843#issuecomment-647415885 There is a demo on CodePen: https://codepen.io/plainheart/pen/JjGWeav It's working well, I can't reproduce it.

[GitHub] [incubator-echarts] plainheart closed issue #12830: Chart race template

2020-06-22 Thread GitBox
plainheart closed issue #12830: URL: https://github.com/apache/incubator-echarts/issues/12830 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-echarts-doc] plainheart commented on pull request #116: fix incorrect and broken links.

2020-06-22 Thread GitBox
plainheart commented on pull request #116: URL: https://github.com/apache/incubator-echarts-doc/pull/116#issuecomment-647428597 @susiwen8 Please help me to review, thank you! This is an automated message from the Apache Git

[GitHub] [incubator-echarts-doc] plainheart commented on pull request #116: fix incorrect and broken links.

2020-06-22 Thread GitBox
plainheart commented on pull request #116: URL: https://github.com/apache/incubator-echarts-doc/pull/116#issuecomment-647447536 I think these are okay, no need to use websitePath. It will be handled correctly when switch the language.

[GitHub] [incubator-echarts] echarts-bot[bot] removed a comment on issue #12841: sublink无效

2020-06-22 Thread GitBox
echarts-bot[bot] removed a comment on issue #12841: URL: https://github.com/apache/incubator-echarts/issues/12841#issuecomment-647316140 This issue is labeled with `difficulty: easy`. @leohazy Would you like to debug it by yourself? This is a quicker way to get your problem fixed. Or

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12841: sublink无效

2020-06-22 Thread GitBox
echarts-bot[bot] commented on issue #12841: URL: https://github.com/apache/incubator-echarts/issues/12841#issuecomment-647316140 This issue is labeled with `difficulty: easy`. @leohazy Would you like to debug it by yourself? This is a quicker way to get your problem fixed. Or you may

[GitHub] [incubator-echarts] liulinboyi commented on a change in pull request #12834: fix: #12812

2020-06-22 Thread GitBox
liulinboyi commented on a change in pull request #12834: URL: https://github.com/apache/incubator-echarts/pull/12834#discussion_r443349449 ## File path: src/component/tooltip/TooltipContent.js ## @@ -250,11 +253,23 @@ TooltipContent.prototype = { if

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

2020-06-22 Thread GitBox
Ovilia commented on a change in pull request #12484: URL: https://github.com/apache/incubator-echarts/pull/12484#discussion_r443370353 ## File path: src/coord/cartesian/AxisModel.ts ## @@ -35,6 +36,10 @@ interface CartesianAxisOption extends AxisBaseOption { position?:

[GitHub] [incubator-echarts] plainheart commented on pull request #12834: fix: #12812

2020-06-22 Thread GitBox
plainheart commented on pull request #12834: URL: https://github.com/apache/incubator-echarts/pull/12834#issuecomment-647395874 @liulinboyi Would you mind providing a test case for this? This is an automated message from

[GitHub] [incubator-echarts] plainheart commented on a change in pull request #12834: fix: #12812

2020-06-22 Thread GitBox
plainheart commented on a change in pull request #12834: URL: https://github.com/apache/incubator-echarts/pull/12834#discussion_r443337016 ## File path: src/component/tooltip/TooltipContent.js ## @@ -250,11 +253,23 @@ TooltipContent.prototype = { if

[incubator-echarts] branch fix-12841 created (now e73aab0)

2020-06-22 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a change to branch fix-12841 in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. at e73aab0 fix(title): incorrect redirect when sublink is clicked. This branch includes the following

[incubator-echarts] 01/01: fix(title): incorrect redirect when sublink is clicked.

2020-06-22 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch fix-12841 in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git commit e73aab07ad89f0be04f6cbcd4dae3e134c2ff8bf Author: Zhongxiang.Wang AuthorDate: Mon Jun 22 14:56:34 2020

[GitHub] [incubator-echarts] plainheart commented on issue #12841: sublink无效

2020-06-22 Thread GitBox
plainheart commented on issue #12841: URL: https://github.com/apache/incubator-echarts/issues/12841#issuecomment-647328287 Thanks for your reporting. It has been fixed in #12842. This is an automated message from the Apache

[GitHub] [incubator-echarts] echarts-bot[bot] commented on pull request #12842: fix(title): incorrect redirect when sublink is clicked.

2020-06-22 Thread GitBox
echarts-bot[bot] commented on pull request #12842: URL: https://github.com/apache/incubator-echarts/pull/12842#issuecomment-647330427 Congratulations! Your PR has been merged. Thanks for your contribution!  This is an

[incubator-echarts] branch master updated (8631f27 -> 6f78c0d)

2020-06-22 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. from 8631f27 Merge pull request #12367 from plainheart/fix-12279 add e73aab0 fix(title): incorrect

[GitHub] [incubator-echarts] plainheart closed issue #12841: sublink无效

2020-06-22 Thread GitBox
plainheart closed issue #12841: URL: https://github.com/apache/incubator-echarts/issues/12841 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-echarts] plainheart merged pull request #12842: fix(title): incorrect redirect when sublink is clicked.

2020-06-22 Thread GitBox
plainheart merged pull request #12842: URL: https://github.com/apache/incubator-echarts/pull/12842 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[incubator-echarts] 01/01: Merge pull request #12842 from apache/fix-12841

2020-06-22 Thread wangzx
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/incubator-echarts.git commit 6f78c0d5191378e604fc88eb07b7ffabdb69aa3e Merge: 8631f27 e73aab0 Author: Zhongxiang.Wang AuthorDate: Mon Jun

[GitHub] [incubator-echarts] liulinboyi commented on pull request #12834: fix: #12812

2020-06-22 Thread GitBox
liulinboyi commented on pull request #12834: URL: https://github.com/apache/incubator-echarts/pull/12834#issuecomment-647333159 > Finally, the same changes should be applied to `TooltipRichContent`, which will be used when

[GitHub] [incubator-echarts] liulinboyi commented on a change in pull request #12834: fix: #12812

2020-06-22 Thread GitBox
liulinboyi commented on a change in pull request #12834: URL: https://github.com/apache/incubator-echarts/pull/12834#discussion_r443366062 ## File path: src/component/tooltip/TooltipRichContent.js ## @@ -21,13 +21,34 @@ import * as zrUtil from 'zrender/src/core/util'; //

[GitHub] [incubator-echarts] tsanie commented on issue #12415: axis name and label overlaps when the nameLocation is 'center' or 'middle'

2020-06-22 Thread GitBox
tsanie commented on issue #12415: URL: https://github.com/apache/incubator-echarts/issues/12415#issuecomment-647347786 I have the same issue, waiting for an option like [grid.containLabel](https://echarts.apache.org/en/option.html#grid.containLabel).

[GitHub] [incubator-echarts] liulinboyi commented on pull request #12834: fix: #12812

2020-06-22 Thread GitBox
liulinboyi commented on pull request #12834: URL: https://github.com/apache/incubator-echarts/pull/12834#issuecomment-647362101 > Finally, the same changes should be applied to `TooltipRichContent`, which will be used when

[GitHub] [incubator-echarts] plainheart commented on pull request #12834: fix: #12812

2020-06-22 Thread GitBox
plainheart commented on pull request #12834: URL: https://github.com/apache/incubator-echarts/pull/12834#issuecomment-647394300 @liulinboyi Thank you, great work! All looks good to me now, please @pissang have a look. This

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12841: sublink无效

2020-06-22 Thread GitBox
echarts-bot[bot] commented on issue #12841: URL: https://github.com/apache/incubator-echarts/issues/12841#issuecomment-647314863 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

[GitHub] [incubator-echarts] leohazy opened a new issue #12841: sublink无效

2020-06-22 Thread GitBox
leohazy opened a new issue #12841: URL: https://github.com/apache/incubator-echarts/issues/12841 ### Version 4.8.0 ### Steps to reproduce 1. sublink not work the sublink cannot open ,but title link function well。such as the example in

[GitHub] [incubator-echarts] plainheart edited a comment on issue #12841: sublink无效

2020-06-22 Thread GitBox
plainheart edited a comment on issue #12841: URL: https://github.com/apache/incubator-echarts/issues/12841#issuecomment-647319523 It is indeed a bug that `sublink` does not work, but `www.xxx` may be not. This feature uses `window.open` to open the links, if no protocol is specified

[incubator-echarts] branch label-enhancement updated: enhance(labelLine): optimize smooth in labelLine

2020-06-22 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch label-enhancement in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git The following commit(s) were added to refs/heads/label-enhancement by this push: new f1dd46d

[incubator-echarts] branch next updated: fix: resolve the circular dependency.

2020-06-22 Thread sushuang
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.git The following commit(s) were added to refs/heads/next by this push: new fe1666d fix: resolve the circular

[incubator-echarts] branch label-enhancement updated: fix(labelLine): only set smooth when it's changed.

2020-06-22 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch label-enhancement in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git The following commit(s) were added to refs/heads/label-enhancement by this push: new 306779e

[GitHub] [incubator-echarts] plainheart commented on a change in pull request #12834: fix: #12812

2020-06-22 Thread GitBox
plainheart commented on a change in pull request #12834: URL: https://github.com/apache/incubator-echarts/pull/12834#discussion_r443363667 ## File path: src/component/tooltip/TooltipRichContent.js ## @@ -21,13 +21,34 @@ import * as zrUtil from 'zrender/src/core/util'; //

[GitHub] [incubator-echarts] liulinboyi commented on a change in pull request #12834: fix: #12812

2020-06-22 Thread GitBox
liulinboyi commented on a change in pull request #12834: URL: https://github.com/apache/incubator-echarts/pull/12834#discussion_r443369852 ## File path: src/component/tooltip/TooltipRichContent.js ## @@ -21,13 +21,34 @@ import * as zrUtil from 'zrender/src/core/util'; //

  1   2   >