[GitHub] [incubator-echarts] echarts-bot[bot] commented on pull request #13589: fix(label): inherit opacity from attached element

2020-11-09 Thread GitBox
echarts-bot[bot] commented on pull request #13589: URL: https://github.com/apache/incubator-echarts/pull/13589#issuecomment-724528400 Thanks for your contribution! The community will review it ASAP. In the meanwhile, please checkout [the coding standard](https://echarts.apache.org/en/co

[GitHub] [incubator-echarts] pissang opened a new pull request #13589: fix(label): inherit opacity from attached element

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

[incubator-echarts] branch label-inherit-opacity created (now 79fb9d1)

2020-11-09 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch label-inherit-opacity in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. at 79fb9d1 fix(label): inherit opacity from attached element This branch includes the follow

[incubator-echarts] 01/01: fix(label): inherit opacity from attached element

2020-11-09 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch label-inherit-opacity in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git commit 79fb9d12326f107c3df790dbdbfe20e6bb4ce154 Author: pissang AuthorDate: Tue Nov 10 15:14:43 2020

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13588: double candlestick in one chart cannot zoom in correctly with many datas; It can be zoom in correctly with verion 3.8.5

2020-11-09 Thread GitBox
echarts-bot[bot] commented on issue #13588: URL: https://github.com/apache/incubator-echarts/issues/13588#issuecomment-724490081 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] zjqzero opened a new issue #13588: double candlestick in one chart cannot zoom in correctly with many datas; It can be zoom in correctly with verion 3.8.5

2020-11-09 Thread GitBox
zjqzero opened a new issue #13588: URL: https://github.com/apache/incubator-echarts/issues/13588 ### Version 4.8.0 ### Steps to reproduce put two candlestick in one figure with many datas. ### What is expected? two candlestick should be shown with certain width ![i

[GitHub] [incubator-echarts] plainheart commented on issue #13585: Allow to select and copy text of legend items.

2020-11-09 Thread GitBox
plainheart commented on issue #13585: URL: https://github.com/apache/incubator-echarts/issues/13585#issuecomment-724482012 Maybe you can use a third-party library like [clipboardjs](https://clipboardjs.com/), in the callback of `legendselected` event, set the text into system clipboard ma

[GitHub] [incubator-echarts] mmm2006 edited a comment on issue #13269: Style MarkLine label background

2020-11-09 Thread GitBox
mmm2006 edited a comment on issue #13269: URL: https://github.com/apache/incubator-echarts/issues/13269#issuecomment-724478251 hello, I just want to know whether height and weight is supported in markline. In your upper setting, I just find height and weight, But it don't work in my test

[GitHub] [incubator-echarts] mmm2006 commented on issue #13269: Style MarkLine label background

2020-11-09 Thread GitBox
mmm2006 commented on issue #13269: URL: https://github.com/apache/incubator-echarts/issues/13269#issuecomment-724478251 hello, I just want to know whether height and weight is supported in markline. In your upper setting, I just find height and weight, But it don't work in my test. I als

[GitHub] [incubator-echarts] lesovsky commented on issue #13585: Allow to select and copy text of legend items.

2020-11-09 Thread GitBox
lesovsky commented on issue #13585: URL: https://github.com/apache/incubator-echarts/issues/13585#issuecomment-724477548 Is it possible to achieve this without SVG but using events (like 'legendselected') ? This is an autom

[GitHub] [incubator-echarts] plainheart commented on issue #13585: Allow to select and copy text of legend items.

2020-11-09 Thread GitBox
plainheart commented on issue #13585: URL: https://github.com/apache/incubator-echarts/issues/13585#issuecomment-724475529 Unless we provide an HTML renderer for `legend` component, we can only use SVG renderer and set the SVG container's style by CSS `user-select: auto` to enable text s

[incubator-echarts] branch release updated (a21f5d2 -> 8d5ea08)

2020-11-09 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 a21f5d2 Merge pull request #13579 from apache/fix-tree-animation add 5a284e1 fix(types): add forma

[incubator-echarts] branch release updated (8d5ea08 -> a5d7645)

2020-11-09 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 8d5ea08 Merge pull request #13586 from apache/enhance-type add ccb0166 fix(tree): make same animat

[GitHub] [incubator-echarts] pissang merged pull request #13587: fix(tree): make same animation config in update and remove.

2020-11-09 Thread GitBox
pissang merged pull request #13587: URL: https://github.com/apache/incubator-echarts/pull/13587 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 #13587: fix(tree): make same animation config in update and remove.

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

[GitHub] [incubator-echarts] echarts-bot[bot] commented on pull request #13586: fix(types): fix wrong and missed types.

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

[GitHub] [incubator-echarts] pissang merged pull request #13586: fix(types): fix wrong and missed types.

2020-11-09 Thread GitBox
pissang merged pull request #13586: URL: https://github.com/apache/incubator-echarts/pull/13586 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] branch fix-tree-remove-animation created (now ccb0166)

2020-11-09 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch fix-tree-remove-animation in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. at ccb0166 fix(tree): make same animation config in update and remove. No new revisions

[incubator-echarts] branch fix-tree-remove-animation created (now ccb0166)

2020-11-09 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch fix-tree-remove-animation in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. at ccb0166 fix(tree): make same animation config in update and remove. No new revisions

[GitHub] [incubator-echarts] echarts-bot[bot] commented on pull request #13587: fix(tree): make same animation config in update and remove.

2020-11-09 Thread GitBox
echarts-bot[bot] commented on pull request #13587: URL: https://github.com/apache/incubator-echarts/pull/13587#issuecomment-724464004 Thanks for your contribution! The community will review it ASAP. In the meanwhile, please checkout [the coding standard](https://echarts.apache.org/en/co

[GitHub] [incubator-echarts] pissang opened a new pull request #13587: fix(tree): make same animation config in update and remove.

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

[GitHub] [incubator-echarts] pissang opened a new pull request #13586: fix(types): fix wrong and missed types.

2020-11-09 Thread GitBox
pissang opened a new pull request #13586: URL: https://github.com/apache/incubator-echarts/pull/13586 + add missing label formatter in series. + support callback in symbolSize. + add missing encode, dimensions in series + fix some wrong types. -

[GitHub] [incubator-echarts] echarts-bot[bot] commented on pull request #13586: fix(types): fix wrong and missed types.

2020-11-09 Thread GitBox
echarts-bot[bot] commented on pull request #13586: URL: https://github.com/apache/incubator-echarts/pull/13586#issuecomment-724456067 Thanks for your contribution! The community will review it ASAP. In the meanwhile, please checkout [the coding standard](https://echarts.apache.org/en/co

[incubator-echarts] branch enhance-type updated: fix(types): fix more type issues. add symbol callbacks

2020-11-09 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch enhance-type in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git The following commit(s) were added to refs/heads/enhance-type by this push: new 9b9c98f fix(types): fix

[incubator-echarts] branch enhance-type updated: fix(types): fix some type issues

2020-11-09 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch enhance-type in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git The following commit(s) were added to refs/heads/enhance-type by this push: new bb68a48 fix(types): fix

[GitHub] [incubator-echarts] lesovsky opened a new issue #13585: Allow to select and copy text of legend items.

2020-11-09 Thread GitBox
lesovsky opened a new issue #13585: URL: https://github.com/apache/incubator-echarts/issues/13585 ### What problem does this feature solve? Currently it's impossible to select text of legend items and copy it into buffer (and then paste somewhere). ### What does the proposed API l

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13585: Allow to select and copy text of legend items.

2020-11-09 Thread GitBox
echarts-bot[bot] commented on issue #13585: URL: https://github.com/apache/incubator-echarts/issues/13585#issuecomment-724446182 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 enhance-type updated: fix(types): fix some types issue

2020-11-09 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch enhance-type in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git The following commit(s) were added to refs/heads/enhance-type by this push: new 67d6a33 fix(types): fix

[incubator-echarts] 02/02: fix(types): add encode in more series

2020-11-09 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch enhance-type in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git commit b5d57a6ca05f52525bfd320187e5982cca2b6f42 Author: pissang AuthorDate: Tue Nov 10 12:21:30 2020 +0800

[incubator-echarts] 01/02: fix(types): add formatter in label

2020-11-09 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch enhance-type in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git commit 5a284e1a0eb96bcaa3bcbba9f727a8f3f5e3ecda Author: pissang AuthorDate: Tue Nov 10 12:14:09 2020 +0800

[incubator-echarts] branch enhance-type created (now b5d57a6)

2020-11-09 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch enhance-type in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. at b5d57a6 fix(types): add encode in more series This branch includes the following new commits:

[incubator-echarts-www] branch next updated: feat: complete home page style

2020-11-09 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-www.git The following commit(s) were added to refs/heads/next by this push: new 70f9552 feat: complete home page sty

[GitHub] [incubator-echarts] qiaoxiayu commented on issue #13455: visualMap pieces过多导致显示不全

2020-11-09 Thread GitBox
qiaoxiayu commented on issue #13455: URL: https://github.com/apache/incubator-echarts/issues/13455#issuecomment-724416603 @Ovilia 可以帮忙看下吗 This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [incubator-echarts] susiwen8 commented on issue #13446: fontSize中rem/em的设置失效

2020-11-09 Thread GitBox
susiwen8 commented on issue #13446: URL: https://github.com/apache/incubator-echarts/issues/13446#issuecomment-724402053 目前不支持,字体大小是由 zrender 控制,要加也挺好加,可以去 zrender 提 PR @luozejian This is an automated message from the Ap

[GitHub] [incubator-echarts] luozejian commented on issue #13446: fontSize中rem/em的设置失效

2020-11-09 Thread GitBox
luozejian commented on issue #13446: URL: https://github.com/apache/incubator-echarts/issues/13446#issuecomment-724401487 > Yes, 5.0 supports `rem` and `em`, you can try it now. Will the 'vw' be supported ? 可以支持vw单位吗

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13584: 如何单独设置echarts legend icon的颜色?

2020-11-09 Thread GitBox
echarts-bot[bot] commented on issue #13584: URL: https://github.com/apache/incubator-echarts/issues/13584#issuecomment-724389863 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] mengjie0611 opened a new issue #13584: 如何单独设置echarts legend icon的颜色?

2020-11-09 Thread GitBox
mengjie0611 opened a new issue #13584: URL: https://github.com/apache/incubator-echarts/issues/13584 This issue is not created by [echarts-issue-helper](https://ecomfe.github.io/echarts-issue-helper) and will be soon closed. ---

[GitHub] [incubator-echarts] echarts-bot[bot] closed issue #13584: 如何单独设置echarts legend icon的颜色?

2020-11-09 Thread GitBox
echarts-bot[bot] closed issue #13584: URL: https://github.com/apache/incubator-echarts/issues/13584 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] Atiqullah-Naemi opened a new issue #13583: how to toggle entire group by clicking on axis label tick?

2020-11-09 Thread GitBox
Atiqullah-Naemi opened a new issue #13583: URL: https://github.com/apache/incubator-echarts/issues/13583 I am using eCharts in a sass project to create a stacked and grouped bar chart, it is my first time using eCharts. but clicking on axis label tick not working properly , I want when cli

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13583: how to toggle entire group by clicking on axis label tick?

2020-11-09 Thread GitBox
echarts-bot[bot] commented on issue #13583: URL: https://github.com/apache/incubator-echarts/issues/13583#issuecomment-724371805 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] echarts-bot[bot] closed issue #13583: how to toggle entire group by clicking on axis label tick?

2020-11-09 Thread GitBox
echarts-bot[bot] closed issue #13583: URL: https://github.com/apache/incubator-echarts/issues/13583 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 issue #13582: clicking on axis label tick not working properly

2020-11-09 Thread GitBox
echarts-bot[bot] commented on issue #13582: URL: https://github.com/apache/incubator-echarts/issues/13582#issuecomment-724369419 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] echarts-bot[bot] closed issue #13582: clicking on axis label tick not working properly

2020-11-09 Thread GitBox
echarts-bot[bot] closed issue #13582: URL: https://github.com/apache/incubator-echarts/issues/13582 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] Atiqullah-Naemi opened a new issue #13582: clicking on axis label tick not working properly

2020-11-09 Thread GitBox
Atiqullah-Naemi opened a new issue #13582: URL: https://github.com/apache/incubator-echarts/issues/13582 This issue is not created by [echarts-issue-helper](https://ecomfe.github.io/echarts-issue-helper) and will be soon closed. ---

[GitHub] [incubator-echarts] echarts-bot[bot] closed issue #13581: clicking on axis label tick not working properly

2020-11-09 Thread GitBox
echarts-bot[bot] closed issue #13581: URL: https://github.com/apache/incubator-echarts/issues/13581 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] Atiqullah-Naemi opened a new issue #13581: clicking on axis label tick not working properly

2020-11-09 Thread GitBox
Atiqullah-Naemi opened a new issue #13581: URL: https://github.com/apache/incubator-echarts/issues/13581 This issue is not created by [echarts-issue-helper](https://ecomfe.github.io/echarts-issue-helper) and will be soon closed. ---

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13581: clicking on axis label tick not working properly

2020-11-09 Thread GitBox
echarts-bot[bot] commented on issue #13581: URL: https://github.com/apache/incubator-echarts/issues/13581#issuecomment-724369282 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] susiwen8 opened a new pull request #13580: Fix(tree): `symbol` is `none` cannot be skipped

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

[GitHub] [incubator-echarts] echarts-bot[bot] commented on pull request #13580: Fix(tree): `symbol` is `none` cannot be skipped

2020-11-09 Thread GitBox
echarts-bot[bot] commented on pull request #13580: URL: https://github.com/apache/incubator-echarts/pull/13580#issuecomment-724105287 Thanks for your contribution! The community will review it ASAP. In the meanwhile, please checkout [the coding standard](https://echarts.apache.org/en/co

[incubator-echarts] 01/01: Merge pull request #13579 from apache/fix-tree-animation

2020-11-09 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 a21f5d2a070e2eb2ffd7a91863d766ef4e7193a7 Merge: 98af79c fa55b7e Author: Yi Shen AuthorDate: Mon Nov 9 22:47:

[GitHub] [incubator-echarts] echarts-bot[bot] commented on pull request #13579: Fix animation issues of tree

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

[incubator-echarts] branch release updated (98af79c -> a21f5d2)

2020-11-09 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 98af79c Merge pull request #13577 from apache/fix/dataZoom-brush add 5139ee8 fix(tree): fix tree e

[GitHub] [incubator-echarts] pissang merged pull request #13579: Fix animation issues of tree

2020-11-09 Thread GitBox
pissang merged pull request #13579: URL: https://github.com/apache/incubator-echarts/pull/13579 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] pissang opened a new pull request #13579: Fix animation issues of tree

2020-11-09 Thread GitBox
pissang opened a new pull request #13579: URL: https://github.com/apache/incubator-echarts/pull/13579 1. Fix tree edge animation. 2. Fix polyline edge disappear after collapsed and opened again. This is an automated messa

[GitHub] [incubator-echarts] echarts-bot[bot] commented on pull request #13579: Fix animation issues of tree

2020-11-09 Thread GitBox
echarts-bot[bot] commented on pull request #13579: URL: https://github.com/apache/incubator-echarts/pull/13579#issuecomment-724051038 Thanks for your contribution! The community will review it ASAP. In the meanwhile, please checkout [the coding standard](https://echarts.apache.org/en/co

[incubator-echarts] branch fix-tree-animation updated: fix(tree): optimize remove animation in tree. not invoked twice

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

[GitHub] [incubator-echarts] Derek-Xiang opened a new issue #13578: line chart怎么能在x轴是"value"的时候使用 stack

2020-11-09 Thread GitBox
Derek-Xiang opened a new issue #13578: URL: https://github.com/apache/incubator-echarts/issues/13578 line chart中,series里面的stack属性,只对category的x轴数据好用,其实value也可以,但她加的是series里面data的第一个数据,比如数据是[(1,2), (2,4)] 每次都是把 index是0的1,和2 与对应同stack的series数据相加,但我需要的是加在y轴上 This issue is not cr

[GitHub] [incubator-echarts] echarts-bot[bot] closed issue #13578: line chart怎么能在x轴是"value"的时候使用 stack

2020-11-09 Thread GitBox
echarts-bot[bot] closed issue #13578: URL: https://github.com/apache/incubator-echarts/issues/13578 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 issue #13578: line chart怎么能在x轴是"value"的时候使用 stack

2020-11-09 Thread GitBox
echarts-bot[bot] commented on issue #13578: URL: https://github.com/apache/incubator-echarts/issues/13578#issuecomment-723992054 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] wangJia-l commented on issue #2660: xAxis.axisLabel.formatter这里用起来有点问题

2020-11-09 Thread GitBox
wangJia-l commented on issue #2660: URL: https://github.com/apache/incubator-echarts/issues/2660#issuecomment-723980003 为什么数据量变大之后,echarts回自动间隔轴坐标的值?即使在formatter时也会被间隔,获取不到每个轴坐标数据 This is an automated message from the Apache

[incubator-echarts] 01/01: Merge pull request #13577 from apache/fix/dataZoom-brush

2020-11-09 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git commit 98af79c829684f6262f84e709878d42b15e00fde Merge: 1eaeed9 570ee92 Author: sushuang AuthorDate: Mon Nov 9 20:

[GitHub] [incubator-echarts] echarts-bot[bot] commented on pull request #13577: fix: [dataZoom] fix that after dataZoom updated by others (like inside dataZoom), the brush rect does not display.

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

[GitHub] [incubator-echarts] 100pah merged pull request #13577: fix: [dataZoom] fix that after dataZoom updated by others (like inside dataZoom), the brush rect does not display.

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

[incubator-echarts] branch release updated (1eaeed9 -> 98af79c)

2020-11-09 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a change to branch release in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. from 1eaeed9 Merge pull request #13570 from apache/fix/useUTC add 570ee92 fix: [dataZoom] fix that af

[GitHub] [incubator-echarts] echarts-bot[bot] commented on pull request #13577: fix: [dataZoom] fix that after dataZoom updated by others (like inside dataZoom), the brush rect does not display.

2020-11-09 Thread GitBox
echarts-bot[bot] commented on pull request #13577: URL: https://github.com/apache/incubator-echarts/pull/13577#issuecomment-723970972 Thanks for your contribution! The community will review it ASAP. In the meanwhile, please checkout [the coding standard](https://echarts.apache.org/en/co

[GitHub] [incubator-echarts] 100pah opened a new pull request #13577: fix: [dataZoom] fix that after dataZoom updated by others (like inside dataZoom), the brush rect does not display.

2020-11-09 Thread GitBox
100pah opened a new pull request #13577: URL: https://github.com/apache/incubator-echarts/pull/13577 ## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ---

[incubator-echarts] 01/01: fix: [dataZoom] fix that after dataZoom updated by others (like inside dataZoom), the brush rect does not display.

2020-11-09 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a commit to branch fix/dataZoom-brush in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git commit 570ee92b0cb2a1b98d16aaf7277e36b750ed022e Author: 100pah AuthorDate: Mon Nov 9 20:01:01 2020 +08

[incubator-echarts] branch fix/dataZoom-brush created (now 570ee92)

2020-11-09 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a change to branch fix/dataZoom-brush in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. at 570ee92 fix: [dataZoom] fix that after dataZoom updated by others (like inside dataZoom),

[incubator-echarts] branch release updated (2814043 -> 1eaeed9)

2020-11-09 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a change to branch release in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. from 2814043 Merge pull request #13576 from susiwen8/licensed add 556c488 fix: comment incorrect impl

[incubator-echarts] 01/01: Merge pull request #13570 from apache/fix/useUTC

2020-11-09 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git commit 1eaeed90c00b20ff1c934994309d454c69bf4629 Merge: 2814043 085c7dc Author: sushuang AuthorDate: Mon Nov 9 19:

[GitHub] [incubator-echarts] 100pah merged pull request #13570: Fix/use UTC and tooltip.formatter on time axis

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

[GitHub] [incubator-echarts] echarts-bot[bot] commented on pull request #13570: Fix/use UTC and tooltip.formatter on time axis

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

[incubator-echarts-www] branch next updated: feat: add 5.0 home page about section

2020-11-09 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-www.git The following commit(s) were added to refs/heads/next by this push: new 8f3d8cd feat: add 5.0 home page abou

[incubator-echarts] branch fix/useUTC updated (a3e658c -> 085c7dc)

2020-11-09 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a change to branch fix/useUTC in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. from a3e658c fix: (1) tooltip should support useUTC by default (2) make the param useUTC/isUTC mandator

[incubator-echarts] branch fix-tree-animation created (now 5139ee8)

2020-11-09 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch fix-tree-animation in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. at 5139ee8 fix(tree): fix tree edge animation. This branch includes the following new commits:

[incubator-echarts] 01/01: fix(tree): fix tree edge animation.

2020-11-09 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch fix-tree-animation in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git commit 5139ee86373226449a88a781435e8478dee41b7e Author: pissang AuthorDate: Mon Nov 9 18:06:38 2020 +080

[incubator-echarts] branch fix/useUTC updated (a3e658c -> 085c7dc)

2020-11-09 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a change to branch fix/useUTC in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. from a3e658c fix: (1) tooltip should support useUTC by default (2) make the param useUTC/isUTC mandator

[incubator-echarts] branch release updated: chore: add missing license description

2020-11-09 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 7806a7b chore: add missing license

[incubator-echarts] branch release updated: chore: add missing license description

2020-11-09 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 7806a7b chore: add missing license

[GitHub] [incubator-echarts] echarts-bot[bot] commented on pull request #13576: chore: add missing license description

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

[GitHub] [incubator-echarts] pissang merged pull request #13576: chore: add missing license description

2020-11-09 Thread GitBox
pissang merged pull request #13576: URL: https://github.com/apache/incubator-echarts/pull/13576 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] gehringf commented on issue #13528: Labels rendered in the wrong place

2020-11-09 Thread GitBox
gehringf commented on issue #13528: URL: https://github.com/apache/incubator-echarts/issues/13528#issuecomment-723870276 Back to the actual issue… When you zoom in so that one of the bars fills the whole view, sometimes the label will just jump out and be displayed elsewhere even though t

[GitHub] [incubator-echarts] qortex commented on issue #13551: Radar: indicator names can go beyond canvas (thus clipped)

2020-11-09 Thread GitBox
qortex commented on issue #13551: URL: https://github.com/apache/incubator-echarts/issues/13551#issuecomment-723866128 Great thanks! Do you think there's a way to make this automatic in the sizing algorithm? Because figure size is usually set through percentages. Mixing in Pixels mi

[GitHub] [incubator-echarts] echarts-bot[bot] commented on pull request #13576: chore: add missing license description

2020-11-09 Thread GitBox
echarts-bot[bot] commented on pull request #13576: URL: https://github.com/apache/incubator-echarts/pull/13576#issuecomment-723864562 Thanks for your contribution! The community will review it ASAP. In the meanwhile, please checkout [the coding standard](https://echarts.apache.org/en/co

[GitHub] [incubator-echarts] susiwen8 opened a new pull request #13576: chore: add missing license description

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

[GitHub] [incubator-echarts] hellokidder commented on issue #13575: In graph,when the node link to it self ,the line is invisible almost

2020-11-09 Thread GitBox
hellokidder commented on issue #13575: URL: https://github.com/apache/incubator-echarts/issues/13575#issuecomment-723838404 it same #10813 but not #11260 This is an automated message from the Apache Git Service. To respond t

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13575: In graph,when the node link to it self ,the line is invisible almost

2020-11-09 Thread GitBox
echarts-bot[bot] commented on issue #13575: URL: https://github.com/apache/incubator-echarts/issues/13575#issuecomment-723837926 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] hellokidder opened a new issue #13575: In graph,when the node link to it self ,the line is invisible almost

2020-11-09 Thread GitBox
hellokidder opened a new issue #13575: URL: https://github.com/apache/incubator-echarts/issues/13575 ### Version 4.9.0 ### Steps to reproduce option = { title: { text: 'Graph 简单示例' }, tooltip: {}, animationDurationUpdate: 1500, anima