[GitHub] [echarts] 14glwu commented on issue #13828: 页面内多图表实例联动场景下,如何关闭个别属性联动,例如关闭tooltip联动,其他行为联动保持正常

2021-03-29 Thread GitBox
14glwu commented on issue #13828: URL: https://github.com/apache/echarts/issues/13828#issuecomment-809141838 > > > 讲一下我最后的解决办法,仅供参考,非必要不建议改源码 > > > 图表联动,本质是某一图表触发action时,遍历当前group内的图表,dispatch对应的action, > > > 解决的思路为,在遍历group,触发action前,判断`eventType`是否需要联动,不需要则不触发action > > > 解决方法:

[GitHub] [echarts] 14glwu edited a comment on issue #13828: 页面内多图表实例联动场景下,如何关闭个别属性联动,例如关闭tooltip联动,其他行为联动保持正常

2021-03-29 Thread GitBox
14glwu edited a comment on issue #13828: URL: https://github.com/apache/echarts/issues/13828#issuecomment-809141838 > > > 讲一下我最后的解决办法,仅供参考,非必要不建议改源码 > > > 图表联动,本质是某一图表触发action时,遍历当前group内的图表,dispatch对应的action, > > > 解决的思路为,在遍历group,触发action前,判断`eventType`是否需要联动,不需要则不触发action > > > 解

[GitHub] [echarts] 14glwu edited a comment on issue #13828: 页面内多图表实例联动场景下,如何关闭个别属性联动,例如关闭tooltip联动,其他行为联动保持正常

2021-03-29 Thread GitBox
14glwu edited a comment on issue #13828: URL: https://github.com/apache/echarts/issues/13828#issuecomment-809141838 > > > 讲一下我最后的解决办法,仅供参考,非必要不建议改源码 > > > 图表联动,本质是某一图表触发action时,遍历当前group内的图表,dispatch对应的action, > > > 解决的思路为,在遍历group,触发action前,判断`eventType`是否需要联动,不需要则不触发action > > > 解

[GitHub] [echarts] 14glwu commented on issue #13645: Limit connected action in echarts.connect

2021-03-29 Thread GitBox
14glwu commented on issue #13645: URL: https://github.com/apache/echarts/issues/13645#issuecomment-809144829 > ### What problem does this feature solve? > In some cases, only part of the action wants to be connected. Like the case in #13630 > > ### What does the proposed API look

[GitHub] [echarts] lijia150 opened a new issue #14549: 桑基图中emphasis配置项并不起作用

2021-03-29 Thread GitBox
lijia150 opened a new issue #14549: URL: https://github.com/apache/echarts/issues/14549 ### Version 5.0.2 ### Steps to reproduce 最新版本中echarts-sankey.emphasis.focus值备选中只有'none'、'self'、'series'、'ancestor'、'descendant',但示例中设为“adjacency”时可高亮当前上下各一级,但是官方文档中并无此值; 而填入'series'、'

[GitHub] [echarts] echarts-bot[bot] commented on issue #14549: 桑基图中emphasis配置项并不起作用

2021-03-29 Thread GitBox
echarts-bot[bot] commented on issue #14549: URL: https://github.com/apache/echarts/issues/14549#issuecomment-809173035 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For q

[GitHub] [echarts] xjhjzxh commented on issue #14537: Can dataZoom slider only use left or right handler? dataZoom可以仅使用一侧的滑动手柄, 另一侧保持固定吗?

2021-03-29 Thread GitBox
xjhjzxh commented on issue #14537: URL: https://github.com/apache/echarts/issues/14537#issuecomment-809178830 > Like this? > https://echarts.apache.org/examples/zh/editor.html?c=grid-multiple emm.I want only left handler can be drag, right handler always at the end of slider o

[GitHub] [echarts] nguyencuongabcxyz commented on issue #11240: [feature] Add clip option for scatter, line, bar, lines, custom chart

2021-03-29 Thread GitBox
nguyencuongabcxyz commented on issue #11240: URL: https://github.com/apache/echarts/issues/11240#issuecomment-809273538 > For example, if I wish to keep my grid area clean and do not want anything to overflow from it, or if there is axis tick label on the left side and I don't want the cir

[GitHub] [echarts] susiwen8 commented on issue #14519: In the highlight action, if the type of "seriesName" is set to array, only one series will be highlighted

2021-03-29 Thread GitBox
susiwen8 commented on issue #14519: URL: https://github.com/apache/echarts/issues/14519#issuecomment-809445300 Right now, you can't, We will look into it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [echarts] tamersalama commented on issue #8992: How to remove the round and the arrow on a markLine ?

2021-03-29 Thread GitBox
tamersalama commented on issue #8992: URL: https://github.com/apache/echarts/issues/8992#issuecomment-809731509 `symbol:['none', 'none']` setting is on the markLine - not the data within the markLine -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [echarts] fezhangyao commented on issue #14519: In the highlight action, if the type of "seriesName" is set to array, only one series will be highlighted

2021-03-29 Thread GitBox
fezhangyao commented on issue #14519: URL: https://github.com/apache/echarts/issues/14519#issuecomment-809862701 > Right now, you can't, We will look into it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [echarts] fezhangyao closed issue #14519: In the highlight action, if the type of "seriesName" is set to array, only one series will be highlighted

2021-03-29 Thread GitBox
fezhangyao closed issue #14519: URL: https://github.com/apache/echarts/issues/14519 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] [echarts] fezhangyao removed a comment on issue #14519: In the highlight action, if the type of "seriesName" is set to array, only one series will be highlighted

2021-03-29 Thread GitBox
fezhangyao removed a comment on issue #14519: URL: https://github.com/apache/echarts/issues/14519#issuecomment-809862701 > Right now, you can't, We will look into it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [echarts] fezhangyao commented on issue #14519: In the highlight action, if the type of "seriesName" is set to array, only one series will be highlighted

2021-03-29 Thread GitBox
fezhangyao commented on issue #14519: URL: https://github.com/apache/echarts/issues/14519#issuecomment-809867729 > Right now, you can't, We will look into it I do it in other ways now, set emphasis: {focus: 'self'}, set the highlight style to transparent, highlight unselected series

[GitHub] [echarts] fezhangyao commented on issue #14519: In the highlight action, if the type of "seriesName" is set to array, only one series will be highlighted

2021-03-29 Thread GitBox
fezhangyao commented on issue #14519: URL: https://github.com/apache/echarts/issues/14519#issuecomment-809868155 > > Right now, you can't, We will look into it > > I do it in other ways now, set emphasis: {focus: 'self'}, set the highlight style to transparent, highlight unselected s

[GitHub] [echarts] zhoufanglu opened a new issue #14550: 关于effectScatter经纬度不准确的问题

2021-03-29 Thread GitBox
zhoufanglu opened a new issue #14550: URL: https://github.com/apache/echarts/issues/14550 ### Version 4.9.0 ### Steps to reproduce 我画了个浦东新区的地图,然后我想在上面标记了effectScatter,点,发现经纬度位置与实际的位置不符合 ### What is expected? effectScatter经纬度与实际地图符合 ### What is actually happening

[GitHub] [echarts] echarts-bot[bot] commented on issue #14550: 关于effectScatter经纬度不准确的问题

2021-03-29 Thread GitBox
echarts-bot[bot] commented on issue #14550: URL: https://github.com/apache/echarts/issues/14550#issuecomment-809869133 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For q

[GitHub] [echarts] zhoufanglu commented on issue #14550: 关于effectScatter经纬度不准确的问题

2021-03-29 Thread GitBox
zhoufanglu commented on issue #14550: URL: https://github.com/apache/echarts/issues/14550#issuecomment-809869683 https://datav.aliyun.com/tools/atlas/#&lat=30.332329214580188&lng=106.72278672066881&zoom=3.5 地图是用这个生成的 -- This is an automated message from the Apache Git Service. To respon

[GitHub] [echarts] pissang commented on pull request #13902: fix(Calendar): fix day label drifting. close #11508

2021-03-29 Thread GitBox
pissang commented on pull request #13902: URL: https://github.com/apache/echarts/pull/13902#issuecomment-809870121 Sorry for the late review. Is it better to use the smaller dimension like: ```ts margin = numberUtil.parsePercent(margin, Math.min(cellSize[1], cellSize[0]); ``` Sin

[GitHub] [echarts] plainheart commented on issue #14550: 关于effectScatter经纬度不准确的问题

2021-03-29 Thread GitBox
plainheart commented on issue #14550: URL: https://github.com/apache/echarts/issues/14550#issuecomment-809876014 注意坐标系,阿里云这个应该是高德坐标系,在百度地图上显示需要转换下。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[GitHub] [echarts] zhoufanglu commented on issue #14550: 关于effectScatter经纬度不准确的问题

2021-03-29 Thread GitBox
zhoufanglu commented on issue #14550: URL: https://github.com/apache/echarts/issues/14550#issuecomment-809876437 > 注意坐标系,阿里云这个应该是高德坐标系,在百度地图上显示需要转换下。 转换过了 没有效果 ``` //将腾讯/高德地图经纬度转换为百度地图经纬度 qqMapTransBMap(lng, lat) { let x_pi = 3.14159265358979324 * 3000.0 / 18

[GitHub] [echarts] zhoufanglu removed a comment on issue #14550: 关于effectScatter经纬度不准确的问题

2021-03-29 Thread GitBox
zhoufanglu removed a comment on issue #14550: URL: https://github.com/apache/echarts/issues/14550#issuecomment-809876437 > 注意坐标系,阿里云这个应该是高德坐标系,在百度地图上显示需要转换下。 转换过了 没有效果 ``` //将腾讯/高德地图经纬度转换为百度地图经纬度 qqMapTransBMap(lng, lat) { let x_pi = 3.14159265358979324 * 300

[GitHub] [echarts] zhoufanglu commented on issue #14550: 关于effectScatter经纬度不准确的问题

2021-03-29 Thread GitBox
zhoufanglu commented on issue #14550: URL: https://github.com/apache/echarts/issues/14550#issuecomment-809876681 > 注意坐标系,阿里云这个应该是高德坐标系,在百度地图上显示需要转换下。 ```js //将腾讯/高德地图经纬度转换为百度地图经纬度 qqMapTransBMap(lng, lat) { let x_pi = 3.14159265358979324 * 3000.0 / 180.0;

[GitHub] [echarts] plainheart commented on issue #14550: 关于effectScatter经纬度不准确的问题

2021-03-29 Thread GitBox
plainheart commented on issue #14550: URL: https://github.com/apache/echarts/issues/14550#issuecomment-809877044 可以提供个示例代码,方便我们定位问题。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [echarts] pissang merged pull request #14357: fix: remove legacy usage of transform

2021-03-29 Thread GitBox
pissang merged pull request #14357: URL: https://github.com/apache/echarts/pull/14357 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, plea

[GitHub] [echarts] echarts-bot[bot] commented on pull request #14357: fix: remove legacy usage of transform

2021-03-29 Thread GitBox
echarts-bot[bot] commented on pull request #14357: URL: https://github.com/apache/echarts/pull/14357#issuecomment-809877342 Congratulations! Your PR has been merged. Thanks for your contribution! 👍 -- This is an automated message from the Apache Git Service. To respond to the message, ple

[echarts] branch master updated (f3471f0 -> 28f01ef)

2021-03-29 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/echarts.git. from f3471f0 Merge pull request #14254 from Nick22nd/fix-14092 add c3a4982 fix: remove legacy usage of transform

[GitHub] [echarts] plainheart closed issue #9325: symbolOffset not working in markLine data

2021-03-29 Thread GitBox
plainheart closed issue #9325: URL: https://github.com/apache/echarts/issues/9325 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please c

[echarts] branch master updated (28f01ef -> a39c4a1)

2021-03-29 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/echarts.git. from 28f01ef Merge pull request #14357 from apache/fix-legacy-code add 01e2da5 1) fix: markLine `symbolOffset` doe

[echarts] 01/01: Merge pull request #14375 from apache/fix/markLine-symbol

2021-03-29 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/echarts.git commit a39c4a18103897157bf34332efbc8ca605f0ffeb Merge: 28f01ef 1fb3d89 Author: Zhongxiang.Wang AuthorDate: Tue Mar 30 11:30:51

[GitHub] [echarts] plainheart closed issue #14106: Echart5.0.1 markLine symbolOffset不生效

2021-03-29 Thread GitBox
plainheart closed issue #14106: URL: https://github.com/apache/echarts/issues/14106 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] [echarts] plainheart closed issue #12495: symbolOffset as callback function

2021-03-29 Thread GitBox
plainheart closed issue #12495: URL: https://github.com/apache/echarts/issues/12495 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] [echarts] echarts-bot[bot] commented on pull request #14375: fix(markLine): fix a bug that markLine `symbolOffset` doesn't work and some other issues.

2021-03-29 Thread GitBox
echarts-bot[bot] commented on pull request #14375: URL: https://github.com/apache/echarts/pull/14375#issuecomment-809878808 Congratulations! Your PR has been merged. Thanks for your contribution! 👍 -- This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [echarts] plainheart merged pull request #14375: fix(markLine): fix a bug that markLine `symbolOffset` doesn't work and some other issues.

2021-03-29 Thread GitBox
plainheart merged pull request #14375: URL: https://github.com/apache/echarts/pull/14375 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, p

[GitHub] [echarts] pissang commented on a change in pull request #14243: fix(visualMap): use itemSymbol as default symbol type and fix #5719

2021-03-29 Thread GitBox
pissang commented on a change in pull request #14243: URL: https://github.com/apache/echarts/pull/14243#discussion_r603756637 ## File path: src/component/visualMap/VisualMapModel.ts ## @@ -511,7 +516,7 @@ class VisualMapModel extends Com // Filter square and

[GitHub] [echarts] pissang commented on a change in pull request #14542: fix(label): fix labels are not on the top bug.

2021-03-29 Thread GitBox
pissang commented on a change in pull request #14542: URL: https://github.com/apache/echarts/pull/14542#discussion_r603765920 ## File path: src/core/echarts.ts ## @@ -2157,34 +2157,44 @@ class ECharts extends Eventful { if (model.preventAutoZ) { re

[GitHub] [echarts] echarts-bot[bot] closed issue #14551: effectScatter datazoom filterModle none 数据溢出grid?

2021-03-29 Thread GitBox
echarts-bot[bot] closed issue #14551: URL: https://github.com/apache/echarts/issues/14551 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service,

[GitHub] [echarts] echarts-bot[bot] commented on issue #14551: effectScatter datazoom filterModle none 数据溢出grid?

2021-03-29 Thread GitBox
echarts-bot[bot] commented on issue #14551: URL: https://github.com/apache/echarts/issues/14551#issuecomment-809922032 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 save our maint

[GitHub] [echarts] mythFrist opened a new issue #14551: effectScatter datazoom filterModle none 数据溢出grid?

2021-03-29 Thread GitBox
mythFrist opened a new issue #14551: URL: https://github.com/apache/echarts/issues/14551 option = { xAxis: { scale: true }, yAxis: { scale: true }, grid: { show: true, height: "60%", top: 200,

[GitHub] [echarts] pissang merged pull request #13638: fix(lines): discard extraneous data-points during lines animation

2021-03-29 Thread GitBox
pissang merged pull request #13638: URL: https://github.com/apache/echarts/pull/13638 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, plea

[GitHub] [echarts] echarts-bot[bot] commented on pull request #13638: fix(lines): discard extraneous data-points during lines animation

2021-03-29 Thread GitBox
echarts-bot[bot] commented on pull request #13638: URL: https://github.com/apache/echarts/pull/13638#issuecomment-809922755 Congratulations! Your PR has been merged. Thanks for your contribution! 👍 -- This is an automated message from the Apache Git Service. To respond to the message, ple

[echarts] branch master updated (a39c4a1 -> d80deef)

2021-03-29 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/echarts.git. from a39c4a1 Merge pull request #14375 from apache/fix/markLine-symbol new 1e86a5c test(lines): add extraneous lin

[GitHub] [echarts] pissang commented on pull request #13638: fix(lines): discard extraneous data-points during lines animation

2021-03-29 Thread GitBox
pissang commented on pull request #13638: URL: https://github.com/apache/echarts/pull/13638#issuecomment-809924203 Have to admit I'm very surprised this issue that bothers us for a long time can be fixed by simply removing this branch -- This is an automated message from the Apache Git S

[GitHub] [echarts] pissang edited a comment on pull request #13638: fix(lines): discard extraneous data-points during lines animation

2021-03-29 Thread GitBox
pissang edited a comment on pull request #13638: URL: https://github.com/apache/echarts/pull/13638#issuecomment-809924203 Thanks so much! Have to admit I'm very surprised this issue that bothers us for a long time can be fixed by simply removing this branch -- This is an automated messag

[GitHub] [echarts] pissang closed issue #10228: wrong line display after setOption()

2021-03-29 Thread GitBox
pissang closed issue #10228: URL: https://github.com/apache/echarts/issues/10228 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please co

[GitHub] [echarts] pissang closed issue #11633: when updating the series data on zooming the line chart, the line will be wrong

2021-03-29 Thread GitBox
pissang closed issue #11633: URL: https://github.com/apache/echarts/issues/11633 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please co

[GitHub] [echarts] pissang closed issue #12164: Erroneous Behavior when displaying a line chart with multiple data pushes before updating chart data while zoomed in

2021-03-29 Thread GitBox
pissang closed issue #12164: URL: https://github.com/apache/echarts/issues/12164 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please co

[GitHub] [echarts] pissang closed issue #12433: When used dataZoom - adding data dynamically leaves lines.

2021-03-29 Thread GitBox
pissang closed issue #12433: URL: https://github.com/apache/echarts/issues/12433 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please co

[GitHub] [echarts] pissang opened a new pull request #14552: test(line): add test case for line remove animation.

2021-03-29 Thread GitBox
pissang opened a new pull request #14552: URL: https://github.com/apache/echarts/pull/14552 ## Brief Information This pull request is in the type of: - [ ] bug fixing - [ ] new feature - x] others ### What does this PR do? Added test cases fo

[GitHub] [echarts] echarts-bot[bot] commented on pull request #14552: test(line): add test case for line remove animation.

2021-03-29 Thread GitBox
echarts-bot[bot] commented on pull request #14552: URL: https://github.com/apache/echarts/pull/14552#issuecomment-809929299 Thanks for your contribution! The community will review it ASAP. In the meanwhile, please checkout [the coding standard](https://echarts.apache.org/en/coding-standa

[echarts] branch add-test-for-line-extraneous created (now d80deef)

2021-03-29 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch add-test-for-line-extraneous in repository https://gitbox.apache.org/repos/asf/echarts.git. at d80deef Merge pull request #13638 from areo/fix-10228 No new revisions were added by this up

[GitHub] [echarts] echarts-bot[bot] commented on issue #13923: resize的取消动画效果了吗?

2021-03-29 Thread GitBox
echarts-bot[bot] commented on issue #13923: URL: https://github.com/apache/echarts/issues/13923#issuecomment-809931155 This issue is labeled with `priority: high`, which means it's a frequently asked problem and we will fix it ASAP. -- This is an automated message from the Apache Git Ser

[echarts] branch add-test-for-line-extraneous updated: test(line): add test case for line remove animation.

2021-03-29 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch add-test-for-line-extraneous in repository https://gitbox.apache.org/repos/asf/echarts.git The following commit(s) were added to refs/heads/add-test-for-line-extraneous by this push: new d0

[GitHub] [echarts] pissang merged pull request #14552: test(line): add test case for line remove animation.

2021-03-29 Thread GitBox
pissang merged pull request #14552: URL: https://github.com/apache/echarts/pull/14552 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, plea

[echarts] branch master updated (d80deef -> 6e8515a)

2021-03-29 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/echarts.git. from d80deef Merge pull request #13638 from areo/fix-10228 add d010376 test(line): add test case for line remove a

[GitHub] [echarts] echarts-bot[bot] commented on pull request #14552: test(line): add test case for line remove animation.

2021-03-29 Thread GitBox
echarts-bot[bot] commented on pull request #14552: URL: https://github.com/apache/echarts/pull/14552#issuecomment-809930687 Congratulations! Your PR has been merged. Thanks for your contribution! 👍 -- This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [echarts] pissang closed issue #13681: Area line chart display incorrectly occasionally during animation

2021-03-29 Thread GitBox
pissang closed issue #13681: URL: https://github.com/apache/echarts/issues/13681 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please co

[echarts] 01/01: feat(animation): add animaiton configuration in resize

2021-03-29 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch resize-animation in repository https://gitbox.apache.org/repos/asf/echarts.git commit 1fecb51ae8db3f1416b037903f0f36205ab99d13 Author: pissang AuthorDate: Tue Mar 30 14:23:27 2021 +0800 feat

[echarts] branch resize-animation created (now 1fecb51)

2021-03-29 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch resize-animation in repository https://gitbox.apache.org/repos/asf/echarts.git. at 1fecb51 feat(animation): add animaiton configuration in resize This branch includes the following new co

[GitHub] [echarts] pissang opened a new pull request #14553: feat(animation): add animaiton configuration in resize

2021-03-29 Thread GitBox
pissang opened a new pull request #14553: URL: https://github.com/apache/echarts/pull/14553 ## Brief Information This pull request is in the type of: - [ ] bug fixing - [x] new feature - [ ] others ### What does this PR do? Add animation conf

[GitHub] [echarts] echarts-bot[bot] commented on pull request #14553: feat(animation): add animaiton configuration in resize

2021-03-29 Thread GitBox
echarts-bot[bot] commented on pull request #14553: URL: https://github.com/apache/echarts/pull/14553#issuecomment-809948982 Thanks for your contribution! The community will review it ASAP. In the meanwhile, please checkout [the coding standard](https://echarts.apache.org/en/coding-standa

[GitHub] [echarts] echarts-bot[bot] commented on pull request #14553: feat(animation): add animaiton configuration in resize

2021-03-29 Thread GitBox
echarts-bot[bot] commented on pull request #14553: URL: https://github.com/apache/echarts/pull/14553#issuecomment-809953278 Congratulations! Your PR has been merged. Thanks for your contribution! 👍 -- This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [echarts] pissang merged pull request #14553: feat(animation): add animaiton configuration in resize

2021-03-29 Thread GitBox
pissang merged pull request #14553: URL: https://github.com/apache/echarts/pull/14553 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, plea

[echarts] branch master updated (6e8515a -> ba3e89b)

2021-03-29 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/echarts.git. from 6e8515a Merge pull request #14552 from apache/add-test-for-line-extraneous add 1fecb51 feat(animation): add

[echarts] 01/01: Merge pull request #14553 from apache/resize-animation

2021-03-29 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/echarts.git commit ba3e89bc6b31a89f31bee15752f9691ce48d29c7 Merge: 6e8515a 1fecb51 Author: Yi Shen AuthorDate: Tue Mar 30 14:35:34 2021 +0

[GitHub] [echarts] pissang closed issue #13923: resize的取消动画效果了吗?

2021-03-29 Thread GitBox
pissang closed issue #13923: URL: https://github.com/apache/echarts/issues/13923 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please co

[GitHub] [echarts] 100pah opened a new issue #14554: emphasis state remain unexpectedly when using gradient

2021-03-29 Thread GitBox
100pah opened a new issue #14554: URL: https://github.com/apache/echarts/issues/14554 ### Version 5.0.2 ### Steps to reproduce ```js option = { xAxis: { type: 'category', data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'] },

[echarts] branch fix-legend updated (c06dfcf -> 04ce156)

2021-03-29 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch fix-legend in repository https://gitbox.apache.org/repos/asf/echarts.git. from c06dfcf WIP(legend): fix legendSymbol add 04ce156 fix(legend): fix bugs of legend style No new revisions

[GitHub] [echarts] vially commented on pull request #13638: fix(lines): discard extraneous data-points during lines animation

2021-03-29 Thread GitBox
vially commented on pull request #13638: URL: https://github.com/apache/echarts/pull/13638#issuecomment-809963283 Thank *you* for this awesome library! I'm a little surprised too and to be honest I'm still a bit afraid of this change having unintended side-effects because I guess tha