[GitHub] [incubator-echarts] easonyq commented on a change in pull request #13084: fix(bar): showBackground bug when update with no previous background elements

2020-08-06 Thread GitBox
easonyq commented on a change in pull request #13084: URL: https://github.com/apache/incubator-echarts/pull/13084#discussion_r466186634 ## File path: src/chart/bar/BarView.js ## @@ -182,13 +187,19 @@ export default echarts.extendChartView({ var layout = getLay

[GitHub] [incubator-echarts] easonyq commented on pull request #13085: fix(bar): showBackground bug when update with no previous background elements

2020-08-06 Thread GitBox
easonyq commented on pull request #13085: URL: https://github.com/apache/incubator-echarts/pull/13085#issuecomment-669745637 Mainly same as #13084, but also fix a small mistakes about duplicate var declaration issue which is raised by reviewers **AFTER** PR closed. --

[GitHub] [incubator-echarts] easonyq edited a comment on pull request #13085: fix(bar): showBackground bug when update with no previous background elements

2020-08-06 Thread GitBox
easonyq edited a comment on pull request #13085: URL: https://github.com/apache/incubator-echarts/pull/13085#issuecomment-669745637 Mainly same as #13084, but fix a small mistake about duplicate var declaration issue (line 195) which is raised by reviewers **AFTER** PR closed. --

[GitHub] [incubator-echarts] plainheart commented on pull request #13085: fix(bar): showBackground bug when update with no previous background elements

2020-08-06 Thread GitBox
plainheart commented on pull request #13085: URL: https://github.com/apache/incubator-echarts/pull/13085#issuecomment-669746323 Thank you! You're flying to solve this. This is an automated message from the Apache Git Service

[GitHub] [incubator-echarts] easonyq commented on issue #13031: toolbox optionToContent 自定义 dataView,点刷新,optionToContent回调中拿到的series数据遗失

2020-08-06 Thread GitBox
easonyq commented on issue #13031: URL: https://github.com/apache/incubator-echarts/issues/13031#issuecomment-669755948 的确如 @plainheart 所说,实际上 `optionToContent` 和 `contentToOption` 是必须配对使用的,而在你的例子中你只使用了 `optionToContent` 而没有使用 `contentToOption`,使得点击“刷新”时获取不到最新的 dataView 转化而成的 option,因此丢失了

[GitHub] [incubator-echarts] easonyq commented on issue #13031: toolbox optionToContent 自定义 dataView,点刷新,optionToContent回调中拿到的series数据遗失

2020-08-06 Thread GitBox
easonyq commented on issue #13031: URL: https://github.com/apache/incubator-echarts/issues/13031#issuecomment-669756495 @plainheart 如果认为是使用者使用错误(没有设定 `contentToOption` 方法),那么可以关闭这个 issue。 如果认为即便在使用者没有设定该方法时仍然应当容错,我可以提交一个 PR 进行这个修改。 --

[GitHub] [incubator-echarts] easonyq edited a comment on issue #13031: toolbox optionToContent 自定义 dataView,点刷新,optionToContent回调中拿到的series数据遗失

2020-08-06 Thread GitBox
easonyq edited a comment on issue #13031: URL: https://github.com/apache/incubator-echarts/issues/13031#issuecomment-669756495 @plainheart 如果认为是使用者使用错误(没有设定 `contentToOption` 方法)导致了该问题,那么可以关闭这个 issue。 如果认为即便在使用者没有设定该方法时仍然应当容错,我可以提交一个 PR 进行这个修改。 -

[incubator-echarts-doc] branch master updated: add changelog of 4.9.0

2020-08-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-doc.git The following commit(s) were added to refs/heads/master by this push: new f37e7bd add changelog of 4.9.0 f

[GitHub] [incubator-echarts] easonyq opened a new pull request #13086: fix: make `contentToOption` totally optional

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

[GitHub] [incubator-echarts] pissang merged pull request #13085: fix(bar): showBackground bug when update with no previous background elements

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

[GitHub] [incubator-echarts] echarts-bot[bot] commented on pull request #13085: fix(bar): showBackground bug when update with no previous background elements

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

[incubator-echarts] branch release updated: remove unnecessary var declaration

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

[incubator-echarts] branch fix/timeline-icon-style created (now 5b8839b)

2020-08-06 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch fix/timeline-icon-style in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. at 5b8839b fix(timeline): fix icon style not work bug brought in #13015 This branch includ

[incubator-echarts] 01/01: fix(timeline): fix icon style not work bug brought in #13015

2020-08-06 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch fix/timeline-icon-style in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git commit 5b8839bb6fe54abb9e95b9beed100566b2c5fc6e Author: pissang AuthorDate: Thu Aug 6 16:11:20 2020

[GitHub] [incubator-echarts] pissang opened a new pull request #13087: fix(timeline): fix icon style not work bug brought in #13015

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

[incubator-echarts-doc] branch master updated: unify contributors name with github id in changelog.

2020-08-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-doc.git The following commit(s) were added to refs/heads/master by this push: new 343c470 unify contributors name

[GitHub] [incubator-echarts] vincentzxt commented on issue #13061: 配置项手册无内容

2020-08-06 Thread GitBox
vincentzxt commented on issue #13061: URL: https://github.com/apache/incubator-echarts/issues/13061#issuecomment-669789087 可以正常访问了 在 2020-08-06 12:49:34,"Zhongxiang.Wang" 写道: @vincentzxt@wahoro 问题应该已经被解决,请再试试看验证下是否仍有

[GitHub] [incubator-echarts] meggiepeng closed issue #13031: toolbox optionToContent 自定义 dataView,点刷新,optionToContent回调中拿到的series数据遗失

2020-08-06 Thread GitBox
meggiepeng closed issue #13031: URL: https://github.com/apache/incubator-echarts/issues/13031 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

[GitHub] [incubator-echarts] meggiepeng commented on issue #13031: toolbox optionToContent 自定义 dataView,点刷新,optionToContent回调中拿到的series数据遗失

2020-08-06 Thread GitBox
meggiepeng commented on issue #13031: URL: https://github.com/apache/incubator-echarts/issues/13031#issuecomment-669792019 谢谢,问题已解决。(如果没有设定contentToOption方法时也能容错就更好了) This is an automated message from the Apache Git Service.

[incubator-echarts] 01/01: Merge pull request #13087 from apache/fix/timeline-icon-style

2020-08-06 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git commit 106b94875eac1137f69ba933fc0885b9c8ffa962 Merge: 59f9861 5b8839b Author: Yi Shen AuthorDate: Thu Aug 6 16:35:

[GitHub] [incubator-echarts] echarts-bot[bot] commented on pull request #13087: fix(timeline): fix icon style not work bug brought in #13015

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

[incubator-echarts] branch release updated (59f9861 -> 106b948)

2020-08-06 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch release in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. from 59f9861 Merge pull request #13085 from easonyq/fix-13009 add 5b8839b fix(timeline): fix icon style

[GitHub] [incubator-echarts] pissang merged pull request #13087: fix(timeline): fix icon style not work bug brought in #13015

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

[GitHub] [incubator-echarts] plainheart closed issue #13061: 配置项手册无内容

2020-08-06 Thread GitBox
plainheart closed issue #13061: URL: https://github.com/apache/incubator-echarts/issues/13061 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

[GitHub] [incubator-echarts] plainheart closed issue #13050: 配置项手册无内容

2020-08-06 Thread GitBox
plainheart closed issue #13050: URL: https://github.com/apache/incubator-echarts/issues/13050 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 fix/remove-es6-code created (now 2e1429c)

2020-08-06 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch fix/remove-es6-code in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. at 2e1429c style: remove unexpected es6 code. This branch includes the following new commits:

[incubator-echarts] 01/01: style: remove unexpected es6 code.

2020-08-06 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch fix/remove-es6-code in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git commit 2e1429ca861e276323c792214e1f315dfcda3840 Author: pissang AuthorDate: Thu Aug 6 16:53:32 2020 +08

[GitHub] [incubator-echarts] liucaidong commented on issue #12221: Cannot read property 'traverse' of undefined when drawing custom chart

2020-08-06 Thread GitBox
liucaidong commented on issue #12221: URL: https://github.com/apache/incubator-echarts/issues/12221#issuecomment-669803544 has this problem been resolved? This is an automated message from the Apache Git Service. To respond

[incubator-echarts] branch fix/remove-es6-code created (now 106b948)

2020-08-06 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch fix/remove-es6-code in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. at 106b948 Merge pull request #13087 from apache/fix/timeline-icon-style No new revisions were

[incubator-echarts] branch fix/remove-es6-code updated: style: remove unexpected es6 code

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

[GitHub] [incubator-echarts] pissang opened a new pull request #13088: style: remove unexpected es6 code

2020-08-06 Thread GitBox
pissang opened a new pull request #13088: URL: https://github.com/apache/incubator-echarts/pull/13088 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[incubator-echarts] branch release updated (106b948 -> 68e965f)

2020-08-06 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch release in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. from 106b948 Merge pull request #13087 from apache/fix/timeline-icon-style add 7d0d325 style: remove un

[GitHub] [incubator-echarts] pissang merged pull request #13088: style: remove unexpected es6 code

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

[incubator-echarts] 01/01: Merge pull request #13088 from apache/fix/remove-es6-code

2020-08-06 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git commit 68e965fe840d58ebf755d19c81b0dff2ef8a39b1 Merge: 106b948 7d0d325 Author: Yi Shen AuthorDate: Thu Aug 6 17:01:

[GitHub] [incubator-echarts] echarts-bot[bot] commented on pull request #13088: style: remove unexpected es6 code

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

[GitHub] [incubator-echarts] zl7261 commented on issue #10391: 使用dataset时,tooltip.formatter使用通配符有问题

2020-08-06 Thread GitBox
zl7261 commented on issue #10391: URL: https://github.com/apache/incubator-echarts/issues/10391#issuecomment-669825256 Same problem. wait for release new version. This is an automated message from the Apache Git Service. To

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13089: Get more dimensions data from echarts instance

2020-08-06 Thread GitBox
echarts-bot[bot] commented on issue #13089: URL: https://github.com/apache/incubator-echarts/issues/13089#issuecomment-669830857 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] pierrebonny opened a new issue #13089: Get more dimensions data from echarts instance

2020-08-06 Thread GitBox
pierrebonny opened a new issue #13089: URL: https://github.com/apache/incubator-echarts/issues/13089 ### What problem does this feature solve? It could be useful to be able to get more data about some items dimensions in chart. For exemple to be able to shorten x axis labels depending on

[GitHub] [incubator-echarts] kilik52 commented on issue #10813: echarts 中的关系图,如果将link的source和target设置一致时,无法可见。

2020-08-06 Thread GitBox
kilik52 commented on issue #10813: URL: https://github.com/apache/incubator-echarts/issues/10813#issuecomment-669848950 @Ovilia 4.8.0了。这个问题还没有解决。请问是否有计划将自指向的问题解决 This is an automated message from the Apache Git Service. To r

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13090: Install echarts using github link

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

[GitHub] [incubator-echarts] sgurin opened a new issue #13090: Install echarts using github link

2020-08-06 Thread GitBox
sgurin opened a new issue #13090: URL: https://github.com/apache/incubator-echarts/issues/13090 Hi, guys. I was trying to install echarts using GitHub link https://github.com/apache/incubator-echarts#4.8.0 and there is lib folder missing. So, I get ERROR Failed to c

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13091: Install echarts using github link

2020-08-06 Thread GitBox
echarts-bot[bot] commented on issue #13091: URL: https://github.com/apache/incubator-echarts/issues/13091#issuecomment-669871877 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] sgurin closed issue #13090: Install echarts using github link

2020-08-06 Thread GitBox
sgurin closed issue #13090: URL: https://github.com/apache/incubator-echarts/issues/13090 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

[GitHub] [incubator-echarts] sgurin opened a new issue #13091: Install echarts using github link

2020-08-06 Thread GitBox
sgurin opened a new issue #13091: URL: https://github.com/apache/incubator-echarts/issues/13091 ### Version 4.8.0 ### Steps to reproduce I was trying to install echarts using GitHub link https://github.com/apache/incubator-echarts#4.8.0 and there is lib folder missing.

[GitHub] [incubator-echarts] quillblue closed pull request #12563: fix(axisLabel): show min(max) label when interval is function and configured showMin(Max)Label #12142

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

[incubator-echarts] branch release-dev created (now e5c8871)

2020-08-06 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch release-dev in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. at e5c8871 chore: release 4.9.0 This branch includes the following new commits: new e5c8871 cho

[GitHub] [incubator-echarts] pissang opened a new pull request #13092: Release 4.9.0

2020-08-06 Thread GitBox
pissang opened a new pull request #13092: URL: https://github.com/apache/incubator-echarts/pull/13092 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [incubator-echarts] echarts-bot[bot] commented on pull request #13092: Release 4.9.0

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

[incubator-echarts] branch release updated (68e965f -> 90243fc)

2020-08-06 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch release in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. from 68e965f Merge pull request #13088 from apache/fix/remove-es6-code add e5c8871 chore: release 4.9.0

[incubator-echarts] 01/01: Merge pull request #13092 from apache/release-dev

2020-08-06 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git commit 90243fca100866ea802249a98df8b0899e68927e Merge: 68e965f e5c8871 Author: Yi Shen AuthorDate: Thu Aug 6 21:05:

[GitHub] [incubator-echarts] pissang merged pull request #13092: Release 4.9.0

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

[incubator-echarts] tag 4.9.0-rc.1 created (now 450ee94)

2020-08-06 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to tag 4.9.0-rc.1 in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. at 450ee94 (commit) No new revisions were added by this update. -

[incubator-echarts] tag 4.9.0-rc.1 created (now 90243fc)

2020-08-06 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to tag 4.9.0-rc.1 in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. at 90243fc (commit) No new revisions were added by this update. -

svn commit: r40889 - in /dev/incubator/echarts: 4.9.0-rc.1/ 4.9.0-rc.1/apache-echarts-4.9.0-rc.1-incubating-src.zip 4.9.0-rc.1/apache-echarts-4.9.0-rc.1-incubating-src.zip.asc 4.9.0-rc.1/apache-echart

2020-08-06 Thread shenyi
Author: shenyi Date: Thu Aug 6 14:26:05 2020 New Revision: 40889 Log: prerelease 4.9.0 Added: dev/incubator/echarts/4.9.0-rc.1/ dev/incubator/echarts/4.9.0-rc.1/apache-echarts-4.9.0-rc.1-incubating-src.zip (with props) dev/incubator/echarts/4.9.0-rc.1/apache-echarts-4.9.0-rc.1-i

[GitHub] [incubator-echarts] sBhaskar20 commented on issue #8907: Sunburst with defined levels has weird behavior when drill down

2020-08-06 Thread GitBox
sBhaskar20 commented on issue #8907: URL: https://github.com/apache/incubator-echarts/issues/8907#issuecomment-669962080 Any progress on this? This is a blocker for us in terms of sunburst adoption in our product. This is a

[GitHub] [incubator-echarts] susiwen8 closed issue #13083: tree图,设置节点与节点之间连线的颜色,lineStyle对所有子节点的线都设置了,无法对可以独立每条线分开设置?

2020-08-06 Thread GitBox
susiwen8 closed issue #13083: URL: https://github.com/apache/incubator-echarts/issues/13083 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 t

svn commit: r40890 - /dev/incubator/echarts/4.9.0-rc.1/RELEASE_NOTE.txt

2020-08-06 Thread shenyi
Author: shenyi Date: Thu Aug 6 14:42:48 2020 New Revision: 40890 Log: add release note for 4.9.0-rc.1 Added: dev/incubator/echarts/4.9.0-rc.1/RELEASE_NOTE.txt Added: dev/incubator/echarts/4.9.0-rc.1/RELEASE_NOTE.txt ===

[GitHub] [incubator-echarts] HHHui commented on issue #13091: Install echarts using github link

2020-08-06 Thread GitBox
HHHui commented on issue #13091: URL: https://github.com/apache/incubator-echarts/issues/13091#issuecomment-670010481 npm install echarts --save maybe you can check the [tutorial](https://echarts.apache.org/en/tutorial.html#Get%20Started%20with%20ECharts%20in%205%20minutes). -

[GitHub] [incubator-echarts] sgurin commented on issue #13091: Install echarts using github link

2020-08-06 Thread GitBox
sgurin commented on issue #13091: URL: https://github.com/apache/incubator-echarts/issues/13091#issuecomment-670012332 Unfortunately I cannot use NPM Package. Is there any way to install plugin thrown link? For example npm install https://github.com/apache/incubator-echarts#4.8.0 --

[GitHub] [incubator-echarts] HHHui commented on issue #13091: Install echarts using github link

2020-08-06 Thread GitBox
HHHui commented on issue #13091: URL: https://github.com/apache/incubator-echarts/issues/13091#issuecomment-670017100 maybe just use dist/echarts.min.js or use cdn https://cdnjs.cloudflare.com/ajax/libs/echarts/4.8.0/echarts.min.js ? --

[incubator-echarts] branch next updated: fix: make boxplot transform more reasonable: add config.itemNameFormatter and remove config.layout.

2020-08-06 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 87bc7fb fix: make boxplot transform mo

[GitHub] [incubator-echarts] sgurin commented on issue #13091: Install echarts using github link

2020-08-06 Thread GitBox
sgurin commented on issue #13091: URL: https://github.com/apache/incubator-echarts/issues/13091#issuecomment-670127006 So, there is no way to install echarts via NPM by direct link to the GitHub repo? `npm install https://github.com/apache/incubator-echarts#4.8.0`

[GitHub] [incubator-echarts] jackferrous commented on issue #13082: 使用散点图,多组散点下,散点未显示全

2020-08-06 Thread GitBox
jackferrous commented on issue #13082: URL: https://github.com/apache/incubator-echarts/issues/13082#issuecomment-670275788 误操作导致关闭,现重新打开 This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [incubator-echarts] jackferrous edited a comment on issue #13082: 使用散点图,多组散点下,散点未显示全

2020-08-06 Thread GitBox
jackferrous edited a comment on issue #13082: URL: https://github.com/apache/incubator-echarts/issues/13082#issuecomment-669660790 ```js {symbolSize: 20, data:[["2020-06-07 00:06:46","10.27","2020-06-07 00:06:46"],["2020-06-07 00:16:46","10.20","2020-06-07 00:16:46"],["2020-06-07 00

[GitHub] [incubator-echarts] jackferrous edited a comment on issue #13082: 使用散点图,多组散点下,散点未显示全

2020-08-06 Thread GitBox
jackferrous edited a comment on issue #13082: URL: https://github.com/apache/incubator-echarts/issues/13082#issuecomment-669660737 ```js {symbolSize: 20, data:[["2020-06-16 00:02:34","-4.167E-3","2020-06-16 00:02:34"],["2020-06-16 00:07:34","-4.167E-3","2020-06-16 00:07:34"],["

[GitHub] [incubator-echarts] plainheart commented on issue #13091: Install echarts using github link

2020-08-06 Thread GitBox
plainheart commented on issue #13091: URL: https://github.com/apache/incubator-echarts/issues/13091#issuecomment-670286349 @sgurin It can be installed as follows. ```shell npm install https://github.com/apache/incubator-echarts.git#4.8.0 ``` --

[GitHub] [incubator-echarts] cdydayang opened a new issue #13093: 力导向图,如何通过鼠标点击后从节点随鼠标移动连出一条线到另一个节点???

2020-08-06 Thread GitBox
cdydayang opened a new issue #13093: URL: https://github.com/apache/incubator-echarts/issues/13093 ### What problem does this feature solve? echarts 力导向图,如何通过鼠标点击节点后从节点随鼠标移动连出一条线到另一个节点??? ### What does the proposed API look like? make line,drawing line from node --

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13093: 力导向图,如何通过鼠标点击后从节点随鼠标移动连出一条线到另一个节点???

2020-08-06 Thread GitBox
echarts-bot[bot] commented on issue #13093: URL: https://github.com/apache/incubator-echarts/issues/13093#issuecomment-670287668 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] cdydayang commented on issue #13093: 力导向图,如何通过鼠标点击后从节点随鼠标移动连出一条线到另一个节点???

2020-08-06 Thread GitBox
cdydayang commented on issue #13093: URL: https://github.com/apache/incubator-echarts/issues/13093#issuecomment-670287934 有哪位遇到的呢 This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [incubator-echarts] wangmeijian commented on issue #9256: echarts 4.0 树缩放 后收拢根节点会玩失踪

2020-08-06 Thread GitBox
wangmeijian commented on issue #9256: URL: https://github.com/apache/incubator-echarts/issues/9256#issuecomment-670295434 配置setOption的第二个参数设置为true即可,意思是重新绘制 This is an automated message from the Apache Git Service. To respon

[incubator-echarts] branch next updated: style: optimize color of brush rect

2020-08-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 The following commit(s) were added to refs/heads/next by this push: new a69b446 style: optimize color of brush r

[GitHub] [incubator-echarts] pissang commented on issue #13082: 使用散点图,多组散点下,散点未显示全

2020-08-06 Thread GitBox
pissang commented on issue #13082: URL: https://github.com/apache/incubator-echarts/issues/13082#issuecomment-670310361 这是因为图形过多导致开启了渐进渲染,设置 progressive: 0 关闭试试,可能会有一定卡顿 This is an automated message from the Apache Git Servi

[GitHub] [incubator-echarts] sgurin commented on issue #13091: Install echarts using github link

2020-08-06 Thread GitBox
sgurin commented on issue #13091: URL: https://github.com/apache/incubator-echarts/issues/13091#issuecomment-670319517 Ok. Why the packages are different? There is lib folder if I install echarts `npm install echarts `https://prnt.sc/tvhazs but via GitHub link it is not there https

[GitHub] [incubator-echarts] plainheart commented on issue #13091: Install echarts using github link

2020-08-06 Thread GitBox
plainheart commented on issue #13091: URL: https://github.com/apache/incubator-echarts/issues/13091#issuecomment-670329707 The `lib` folder is generated after building. InstallIng from Github link is just to clone the repository without a release building, so this is different from NPM.

[GitHub] [incubator-echarts] sgurin commented on issue #13091: Install echarts using github link

2020-08-06 Thread GitBox
sgurin commented on issue #13091: URL: https://github.com/apache/incubator-echarts/issues/13091#issuecomment-670330032 Yeap, That exactly what I asked for. This is an automated message from the Apache Git Service. To respon

[GitHub] [incubator-echarts] sgurin closed issue #13091: Install echarts using github link

2020-08-06 Thread GitBox
sgurin closed issue #13091: URL: https://github.com/apache/incubator-echarts/issues/13091 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

[GitHub] [incubator-echarts] plainheart edited a comment on issue #13091: Install echarts using github link

2020-08-06 Thread GitBox
plainheart edited a comment on issue #13091: URL: https://github.com/apache/incubator-echarts/issues/13091#issuecomment-670329707 The `lib` folder is generated after building. Installing from Github link is just to clone the repository without a release building, so this is different fr

[GitHub] [incubator-echarts] easonyq opened a new pull request #13094: Fix legend color with customized itemStyle

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

[incubator-echarts] branch next updated (a69b446 -> 69d2bcc)

2020-08-06 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch next in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. from a69b446 style: optimize color of brush rect add 69d2bcc chore: generate types when run prepublish No

[GitHub] [incubator-echarts] AbhaysinghBhosale commented on issue #13049: On sunburst chart hand cursor shows clickable for already drilled down item - echarts-for-react

2020-08-06 Thread GitBox
AbhaysinghBhosale commented on issue #13049: URL: https://github.com/apache/incubator-echarts/issues/13049#issuecomment-670353097 Yes i tried the same logic but unable to find way that current hovered node is having ability to drill down. Is there any way to check that hovered node