[GitHub] [echarts] pissang commented on issue #15717: legend单独设置icon时,itemHeight在v5.0.1和v5.2.0显示不一致

2021-09-13 Thread GitBox
pissang commented on issue #15717: URL: https://github.com/apache/echarts/issues/15717#issuecomment-918830561 加上 ```ts symbolKeepAspect: true ``` 试试 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [echarts] pissang removed a comment on issue #15717: legend单独设置icon时,itemHeight在v5.0.1和v5.2.0显示不一致

2021-09-13 Thread GitBox
pissang removed a comment on issue #15717: URL: https://github.com/apache/echarts/issues/15717#issuecomment-918829884 看这个 path 本身就是一个 40x10 的长方形,现在的才是应该符合预期的,你可以把 path 的高度改得小一点: ```ts var iconpath = "path://M0 0 L40 0 L40 2 L0 2z" ``` -- This is an automated message from the

[GitHub] [echarts] pissang commented on issue #15717: legend单独设置icon时,itemHeight在v5.0.1和v5.2.0显示不一致

2021-09-13 Thread GitBox
pissang commented on issue #15717: URL: https://github.com/apache/echarts/issues/15717#issuecomment-918829884 看这个 path 本身就是一个 40x10 的长方形,现在的才是应该符合预期的,你可以把 path 的高度改得小一点: ```ts var iconpath = "path://M0 0 L40 0 L40 2 L0 2z" ``` -- This is an automated message from the Apache Git

[GitHub] [echarts] pissang commented on a change in pull request #15601: Add support for StreamGraph algorithm#14643

2021-09-13 Thread GitBox
pissang commented on a change in pull request #15601: URL: https://github.com/apache/echarts/pull/15601#discussion_r707931734 ## File path: src/chart/themeRiver/ThemeRiverSeries.ts ## @@ -18,9 +18,9 @@ */ import SeriesModel from '../../model/Series'; -import

[GitHub] [echarts] pissang commented on pull request #15601: Add support for StreamGraph algorithm#14643

2021-09-13 Thread GitBox
pissang commented on pull request #15601: URL: https://github.com/apache/echarts/pull/15601#issuecomment-918826965 CI is failed -- 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] quillblue commented on pull request #15601: Add support for StreamGraph algorithm#14643

2021-09-13 Thread GitBox
quillblue commented on pull request #15601: URL: https://github.com/apache/echarts/pull/15601#issuecomment-918796415 LGTM on the whole, with following minor items to be considered: - Coding format (unnecessary empty line) - Not sure whether it is proper to use `List` instead of

[GitHub] [echarts] echarts-bot[bot] commented on issue #15717: legend单独设置icon时,itemHeight在v5.0.1和v5.2.0显示不一致

2021-09-13 Thread GitBox
echarts-bot[bot] commented on issue #15717: URL: https://github.com/apache/echarts/issues/15717#issuecomment-918767698 -- 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. To

[GitHub] [echarts] HAM2506 opened a new issue #15717: legend单独设置icon时,itemHeight在v5.0.1和v5.2.0显示不一致

2021-09-13 Thread GitBox
HAM2506 opened a new issue #15717: URL: https://github.com/apache/echarts/issues/15717 ### Version 5.2.0 ### Reproduction link [https://codepen.io/ham2506/pen/mdwMxVW](https://codepen.io/ham2506/pen/mdwMxVW) ### Steps to reproduce 单独给legend设置icon

[GitHub] [echarts] a1292999652 commented on issue #15716: 随机颜色中,排除红色

2021-09-13 Thread GitBox
a1292999652 commented on issue #15716: URL: https://github.com/apache/echarts/issues/15716#issuecomment-918757405 棒!已解决 -- 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. To

[GitHub] [echarts] pissang commented on issue #15644: visualMap设置文字width无效

2021-09-13 Thread GitBox
pissang commented on issue #15644: URL: https://github.com/apache/echarts/issues/15644#issuecomment-918754377 5.0 开始才支持设置 width 和 overflow 换行 -- 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

[GitHub] [echarts] pissang closed issue #15716: 随机颜色中,排除红色

2021-09-13 Thread GitBox
pissang closed issue #15716: URL: https://github.com/apache/echarts/issues/15716 -- 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. To unsubscribe, e-mail:

[GitHub] [echarts] jwdzzhz777 commented on issue #11473: 可不可以给 graph 图 layout: 为 force,设置边界 不要让节点超出画布

2021-09-13 Thread GitBox
jwdzzhz777 commented on issue #11473: URL: https://github.com/apache/echarts/issues/11473#issuecomment-918753009 这个有进展吗 -- 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. To

[GitHub] [echarts] Ovilia closed issue #15710: 动态条形图条形末端加图片

2021-09-13 Thread GitBox
Ovilia closed issue #15710: URL: https://github.com/apache/echarts/issues/15710 -- 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. To unsubscribe, e-mail:

[GitHub] [echarts] pissang commented on issue #15714: tree 组件点击收缩展开出现严重卡顿,闪烁等情况

2021-09-13 Thread GitBox
pissang commented on issue #15714: URL: https://github.com/apache/echarts/issues/15714#issuecomment-918747148 @hanyan123 这个应该是 `animationEasingUpdate` 配置成 `cubicInOut` 的问题,你试试改成 `cubicOut` -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [echarts] pissang commented on issue #15671: Start/End tick label are incorrect for the Bar chart.

2021-09-13 Thread GitBox
pissang commented on issue #15671: URL: https://github.com/apache/echarts/issues/15671#issuecomment-918746789 @shishiranshuman I'm afraid the only way is change the bar series to line series. Or changing time axis to category axis -- This is an automated message from the Apache Git

[GitHub] [echarts] plainheart commented on issue #15716: 随机颜色中,排除红色

2021-09-13 Thread GitBox
plainheart commented on issue #15716: URL: https://github.com/apache/echarts/issues/15716#issuecomment-918744275 可以用 [`color`](https://echarts.apache.org/zh/option.html#color) 自定义取色盘 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[echarts] 01/01: Merge pull request #15715 from apache/fix-test

2021-09-13 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 233d2a1dd5746adda0e5b9159fe73af8911ee0c9 Merge: bdafcbc 3bea75a Author: Yi Shen AuthorDate: Tue Sep 14 10:27:00 2021

[GitHub] [echarts] pissang merged pull request #15715: test: optimize test cases for visual regression test

2021-09-13 Thread GitBox
pissang merged pull request #15715: URL: https://github.com/apache/echarts/pull/15715 -- 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. To unsubscribe, e-mail:

[GitHub] [echarts] echarts-bot[bot] commented on pull request #15715: test: optimize test cases for visual regression test

2021-09-13 Thread GitBox
echarts-bot[bot] commented on pull request #15715: URL: https://github.com/apache/echarts/pull/15715#issuecomment-918741884 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,

[echarts] branch master updated (bdafcbc -> 233d2a1)

2021-09-13 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 bdafcbc Merge pull request #15711 from apache/fix-line-gradient add 3bea75a test: optimize test cases for

[GitHub] [echarts] echarts-bot[bot] commented on issue #15716: 随机颜色中,排除红色

2021-09-13 Thread GitBox
echarts-bot[bot] commented on issue #15716: URL: https://github.com/apache/echarts/issues/15716#issuecomment-918741620 -- 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. To

[GitHub] [echarts] a1292999652 opened a new issue #15716: 随机颜色中,排除红色

2021-09-13 Thread GitBox
a1292999652 opened a new issue #15716: URL: https://github.com/apache/echarts/issues/15716 ### Version 5.2.0 ### Steps to reproduce 多个item时 ### What is expected? 不要出现红色 ### What is actually happening? 出现了红色背景的柱子,老板不喜欢,红色表示错误,故障的意思

[GitHub] [echarts] echarts-bot[bot] commented on pull request #15715: test: optimize test cases for visual regression test

2021-09-13 Thread GitBox
echarts-bot[bot] commented on pull request #15715: URL: https://github.com/apache/echarts/pull/15715#issuecomment-918740039 Thanks for your contribution! The community will review it ASAP. In the meanwhile, please checkout [the coding

[GitHub] [echarts] pissang opened a new pull request #15715: test: optimize test cases for visual regression test

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

[echarts] branch fix-test created (now 3bea75a)

2021-09-13 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch fix-test in repository https://gitbox.apache.org/repos/asf/echarts.git. at 3bea75a test: optimize test cases for visual regression test This branch includes the following new commits:

[echarts] 01/01: test: optimize test cases for visual regression test

2021-09-13 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch fix-test in repository https://gitbox.apache.org/repos/asf/echarts.git commit 3bea75a994ffb9ebb01ea1e6927c912b9cc9606a Author: pissang AuthorDate: Tue Sep 14 10:16:18 2021 +0800 test:

[GitHub] [echarts] pissang closed issue #15680: 折线图使用visualMap时颜色错乱,颜色错位

2021-09-13 Thread GitBox
pissang closed issue #15680: URL: https://github.com/apache/echarts/issues/15680 -- 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. To unsubscribe, e-mail:

[GitHub] [echarts] echarts-bot[bot] commented on pull request #15711: fix(line): soft clipping gradient.

2021-09-13 Thread GitBox
echarts-bot[bot] commented on pull request #15711: URL: https://github.com/apache/echarts/pull/15711#issuecomment-918729838 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,

[echarts] branch master updated (fde66ec -> bdafcbc)

2021-09-13 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 fde66ec Merge pull request #15589 from apache/fix-polar add 344b648 fix(line): soft clipping gradient.

[echarts] 01/01: Merge pull request #15711 from apache/fix-line-gradient

2021-09-13 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 bdafcbc1101c582b2cf12b184dc3a763803fb878 Merge: fde66ec 344b648 Author: Yi Shen AuthorDate: Tue Sep 14 09:59:02 2021

[GitHub] [echarts] pissang merged pull request #15711: fix(line): soft clipping gradient.

2021-09-13 Thread GitBox
pissang merged pull request #15711: URL: https://github.com/apache/echarts/pull/15711 -- 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. To unsubscribe, e-mail:

[GitHub] [echarts] pissang edited a comment on pull request #15711: fix(line): soft clipping gradient.

2021-09-13 Thread GitBox
pissang edited a comment on pull request #15711: URL: https://github.com/apache/echarts/pull/15711#issuecomment-918718746 @plainheart I did some search on how skia draws the gradient with `OpenGL`. Seems it will use a `256` width texture(bitmap) to cache the gradient pixels when the color

[GitHub] [echarts] pissang edited a comment on pull request #15711: fix(line): soft clipping gradient.

2021-09-13 Thread GitBox
pissang edited a comment on pull request #15711: URL: https://github.com/apache/echarts/pull/15711#issuecomment-918718746 @plainheart I did some search on how skia draws the gradient with `OpenGL`. Seems it will use a `256` width texture(bitmap) to cache the gradient pixels when the color

[GitHub] [echarts] pissang commented on pull request #15711: fix(line): soft clipping gradient.

2021-09-13 Thread GitBox
pissang commented on pull request #15711: URL: https://github.com/apache/echarts/pull/15711#issuecomment-918718746 @plainheart I did some search on how skia draws the gradient with `OpenGL`. Seems it will use a `256` width texture to cache the gradient pixels when it has more than 10

[GitHub] [echarts] pissang edited a comment on pull request #15711: fix(line): soft clipping gradient.

2021-09-13 Thread GitBox
pissang edited a comment on pull request #15711: URL: https://github.com/apache/echarts/pull/15711#issuecomment-918718746 @plainheart I did some search on how skia draws the gradient with `OpenGL`. Seems it will use a `256` width texture(bitmap) to cache the gradient pixels when the color

[GitHub] [echarts] pissang edited a comment on pull request #15711: fix(line): soft clipping gradient.

2021-09-13 Thread GitBox
pissang edited a comment on pull request #15711: URL: https://github.com/apache/echarts/pull/15711#issuecomment-918718746 @plainheart I did some search on how skia draws the gradient with `OpenGL`. Seems it will use a `256` width texture(bitmap) to cache the gradient pixels when the color

[GitHub] [echarts] pissang edited a comment on pull request #15711: fix(line): soft clipping gradient.

2021-09-13 Thread GitBox
pissang edited a comment on pull request #15711: URL: https://github.com/apache/echarts/pull/15711#issuecomment-918718746 @plainheart I did some search on how skia draws the gradient with `OpenGL`. Seems it will use a `256` width texture(bitmap) to cache the gradient pixels when it's hard

[GitHub] [echarts] pissang edited a comment on pull request #15711: fix(line): soft clipping gradient.

2021-09-13 Thread GitBox
pissang edited a comment on pull request #15711: URL: https://github.com/apache/echarts/pull/15711#issuecomment-918718746 @plainheart I did some search on how skia draws the gradient with `OpenGL`. Seems it will use a `256` width texture(bitmap) to cache the gradient pixels when it has

[GitHub] [echarts] pissang edited a comment on pull request #15711: fix(line): soft clipping gradient.

2021-09-13 Thread GitBox
pissang edited a comment on pull request #15711: URL: https://github.com/apache/echarts/pull/15711#issuecomment-918718746 @plainheart I did some search on how skia draws the gradient with `OpenGL`. Seems it will use a `256` width bitmap to cache the gradient pixels when it has more than

[GitHub] [echarts] pissang edited a comment on pull request #15711: fix(line): soft clipping gradient.

2021-09-13 Thread GitBox
pissang edited a comment on pull request #15711: URL: https://github.com/apache/echarts/pull/15711#issuecomment-918718746 @plainheart I did some search on how skia draws the gradient with `OpenGL`. Seems it will use a `256` width texture to cache the gradient pixels when it has more than

[GitHub] [echarts] plainheart commented on a change in pull request #15711: fix(line): soft clipping gradient.

2021-09-13 Thread GitBox
plainheart commented on a change in pull request #15711: URL: https://github.com/apache/echarts/pull/15711#discussion_r707836203 ## File path: src/chart/line/LineView.ts ## @@ -257,34 +300,40 @@ function getVisualGradient( colorStops.reverse();

[GitHub] [echarts] pissang commented on a change in pull request #15711: fix(line): soft clipping gradient.

2021-09-13 Thread GitBox
pissang commented on a change in pull request #15711: URL: https://github.com/apache/echarts/pull/15711#discussion_r707834859 ## File path: src/chart/line/LineView.ts ## @@ -257,34 +300,40 @@ function getVisualGradient( colorStops.reverse();

[GitHub] [echarts] pissang commented on a change in pull request #15711: fix(line): soft clipping gradient.

2021-09-13 Thread GitBox
pissang commented on a change in pull request #15711: URL: https://github.com/apache/echarts/pull/15711#discussion_r707834859 ## File path: src/chart/line/LineView.ts ## @@ -257,34 +300,40 @@ function getVisualGradient( colorStops.reverse();

[GitHub] [echarts] dignfei commented on pull request #15711: fix(line): soft clipping gradient.

2021-09-13 Thread GitBox
dignfei commented on pull request #15711: URL: https://github.com/apache/echarts/pull/15711#issuecomment-918712541 大佬牛逼 -- 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. To

[GitHub] [echarts] github-actions[bot] closed issue #9851: bar series itemstyle color 动态刷新时鼠标放置的那一个柱颜色不变

2021-09-13 Thread GitBox
github-actions[bot] closed issue #9851: URL: https://github.com/apache/echarts/issues/9851 -- 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. To unsubscribe, e-mail:

[GitHub] [echarts] github-actions[bot] commented on issue #9920: How can I remove style change on out of range map serie

2021-09-13 Thread GitBox
github-actions[bot] commented on issue #9920: URL: https://github.com/apache/echarts/issues/9920#issuecomment-918575136 This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open

[GitHub] [echarts] github-actions[bot] closed issue #9920: How can I remove style change on out of range map serie

2021-09-13 Thread GitBox
github-actions[bot] closed issue #9920: URL: https://github.com/apache/echarts/issues/9920 -- 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. To unsubscribe, e-mail:

[GitHub] [echarts] github-actions[bot] closed issue #9925: VisualMap can not support multiple dimensions.

2021-09-13 Thread GitBox
github-actions[bot] closed issue #9925: URL: https://github.com/apache/echarts/issues/9925 -- 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. To unsubscribe, e-mail:

[GitHub] [echarts] github-actions[bot] commented on pull request #9940: feat(legend): add legend.color

2021-09-13 Thread GitBox
github-actions[bot] commented on pull request #9940: URL: https://github.com/apache/echarts/pull/9940#issuecomment-918575182 This PR has been automatically closed because it has not had recent activity. Sorry for that and we are looking forward to your next contribution. -- This is an

[GitHub] [echarts] github-actions[bot] closed issue #9968: title.textStyle.align not working

2021-09-13 Thread GitBox
github-actions[bot] closed issue #9968: URL: https://github.com/apache/echarts/issues/9968 -- 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. To unsubscribe, e-mail:

[GitHub] [echarts] github-actions[bot] closed pull request #9940: feat(legend): add legend.color

2021-09-13 Thread GitBox
github-actions[bot] closed pull request #9940: URL: https://github.com/apache/echarts/pull/9940 -- 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. To unsubscribe, e-mail:

[GitHub] [echarts] github-actions[bot] commented on issue #9968: title.textStyle.align not working

2021-09-13 Thread GitBox
github-actions[bot] commented on issue #9968: URL: https://github.com/apache/echarts/issues/9968#issuecomment-918575253 This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open

[GitHub] [echarts] github-actions[bot] closed issue #9948: 3D地球使用echarts 绘制世界地图的实例作为纹理时,飞线图经纬度坐标显示错误

2021-09-13 Thread GitBox
github-actions[bot] closed issue #9948: URL: https://github.com/apache/echarts/issues/9948 -- 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. To unsubscribe, e-mail:

[GitHub] [echarts] github-actions[bot] commented on issue #9963: “保存为图”的右边被截断

2021-09-13 Thread GitBox
github-actions[bot] commented on issue #9963: URL: https://github.com/apache/echarts/issues/9963#issuecomment-918575231 This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open

[GitHub] [echarts] github-actions[bot] closed issue #9963: “保存为图”的右边被截断

2021-09-13 Thread GitBox
github-actions[bot] closed issue #9963: URL: https://github.com/apache/echarts/issues/9963 -- 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. To unsubscribe, e-mail:

[GitHub] [echarts] github-actions[bot] commented on issue #9925: VisualMap can not support multiple dimensions.

2021-09-13 Thread GitBox
github-actions[bot] commented on issue #9925: URL: https://github.com/apache/echarts/issues/9925#issuecomment-918575158 This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open

[GitHub] [echarts] github-actions[bot] commented on issue #9948: 3D地球使用echarts 绘制世界地图的实例作为纹理时,飞线图经纬度坐标显示错误

2021-09-13 Thread GitBox
github-actions[bot] commented on issue #9948: URL: https://github.com/apache/echarts/issues/9948#issuecomment-918575210 This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open

[GitHub] [echarts] github-actions[bot] closed issue #9846: effectScatter的涟漪效果在火狐下消失了

2021-09-13 Thread GitBox
github-actions[bot] closed issue #9846: URL: https://github.com/apache/echarts/issues/9846 -- 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. To unsubscribe, e-mail:

[GitHub] [echarts] github-actions[bot] commented on issue #9851: bar series itemstyle color 动态刷新时鼠标放置的那一个柱颜色不变

2021-09-13 Thread GitBox
github-actions[bot] commented on issue #9851: URL: https://github.com/apache/echarts/issues/9851#issuecomment-918575090 This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open

[GitHub] [echarts] github-actions[bot] closed issue #9818: echarts-gl 中globe如何设置tooltip效果

2021-09-13 Thread GitBox
github-actions[bot] closed issue #9818: URL: https://github.com/apache/echarts/issues/9818 -- 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. To unsubscribe, e-mail:

[GitHub] [echarts] github-actions[bot] commented on issue #9840: Echarts markLine animation not linear all the time.

2021-09-13 Thread GitBox
github-actions[bot] commented on issue #9840: URL: https://github.com/apache/echarts/issues/9840#issuecomment-918575047 This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open

[GitHub] [echarts] github-actions[bot] commented on issue #9832: echarts 后期会不会发布 立体柱形图 3D Column Chart

2021-09-13 Thread GitBox
github-actions[bot] commented on issue #9832: URL: https://github.com/apache/echarts/issues/9832#issuecomment-918575026 This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open

[GitHub] [echarts] github-actions[bot] closed issue #9832: echarts 后期会不会发布 立体柱形图 3D Column Chart

2021-09-13 Thread GitBox
github-actions[bot] closed issue #9832: URL: https://github.com/apache/echarts/issues/9832 -- 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. To unsubscribe, e-mail:

[GitHub] [echarts] github-actions[bot] commented on issue #9824: Inconsistent UI when hovering over example documentation navigation sidebar

2021-09-13 Thread GitBox
github-actions[bot] commented on issue #9824: URL: https://github.com/apache/echarts/issues/9824#issuecomment-918575008 This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open

[GitHub] [echarts] github-actions[bot] closed issue #9805: 使用canvas和toDataURL绘制雷达图时,没有绘制雷达面积

2021-09-13 Thread GitBox
github-actions[bot] closed issue #9805: URL: https://github.com/apache/echarts/issues/9805 -- 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. To unsubscribe, e-mail:

[GitHub] [echarts] github-actions[bot] commented on issue #9805: 使用canvas和toDataURL绘制雷达图时,没有绘制雷达面积

2021-09-13 Thread GitBox
github-actions[bot] commented on issue #9805: URL: https://github.com/apache/echarts/issues/9805#issuecomment-918574968 This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open

[GitHub] [echarts] github-actions[bot] closed issue #9824: Inconsistent UI when hovering over example documentation navigation sidebar

2021-09-13 Thread GitBox
github-actions[bot] closed issue #9824: URL: https://github.com/apache/echarts/issues/9824 -- 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. To unsubscribe, e-mail:

[GitHub] [echarts] github-actions[bot] commented on issue #9818: echarts-gl 中globe如何设置tooltip效果

2021-09-13 Thread GitBox
github-actions[bot] commented on issue #9818: URL: https://github.com/apache/echarts/issues/9818#issuecomment-918574991 This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open

[GitHub] [echarts] github-actions[bot] closed issue #9840: Echarts markLine animation not linear all the time.

2021-09-13 Thread GitBox
github-actions[bot] closed issue #9840: URL: https://github.com/apache/echarts/issues/9840 -- 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. To unsubscribe, e-mail:

[GitHub] [echarts] github-actions[bot] commented on issue #9846: effectScatter的涟漪效果在火狐下消失了

2021-09-13 Thread GitBox
github-actions[bot] commented on issue #9846: URL: https://github.com/apache/echarts/issues/9846#issuecomment-918575064 This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open

[GitHub] [echarts] github-actions[bot] closed issue #9791: 3D坐标轴如何倒置?yAxis3D中没有“ inverse:true”的配置

2021-09-13 Thread GitBox
github-actions[bot] closed issue #9791: URL: https://github.com/apache/echarts/issues/9791 -- 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. To unsubscribe, e-mail:

[GitHub] [echarts] github-actions[bot] commented on issue #9791: 3D坐标轴如何倒置?yAxis3D中没有“ inverse:true”的配置

2021-09-13 Thread GitBox
github-actions[bot] commented on issue #9791: URL: https://github.com/apache/echarts/issues/9791#issuecomment-918574949 This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open

[GitHub] [echarts] github-actions[bot] closed issue #9769: [Echarts]引入的js地图文件如何和百度地图坐标系对应上?

2021-09-13 Thread GitBox
github-actions[bot] closed issue #9769: URL: https://github.com/apache/echarts/issues/9769 -- 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. To unsubscribe, e-mail:

[GitHub] [echarts] github-actions[bot] commented on issue #9773: 设置`dimensions`之后,`dataZoom`中原来总动生成的缩略图消失

2021-09-13 Thread GitBox
github-actions[bot] commented on issue #9773: URL: https://github.com/apache/echarts/issues/9773#issuecomment-918574915 This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open

[GitHub] [echarts] github-actions[bot] closed issue #9627: brush doesn't clear if I mouseout of the chart

2021-09-13 Thread GitBox
github-actions[bot] closed issue #9627: URL: https://github.com/apache/echarts/issues/9627 -- 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. To unsubscribe, e-mail:

[GitHub] [echarts] github-actions[bot] commented on issue #9650: 使用3D地球时,地球的背景颜色可以改变吗?就是地球表面的颜色

2021-09-13 Thread GitBox
github-actions[bot] commented on issue #9650: URL: https://github.com/apache/echarts/issues/9650#issuecomment-918574797 This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open

[GitHub] [echarts] github-actions[bot] closed pull request #9758: Modified the node's coordinates generate method

2021-09-13 Thread GitBox
github-actions[bot] closed pull request #9758: URL: https://github.com/apache/echarts/pull/9758 -- 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. To unsubscribe, e-mail:

[GitHub] [echarts] github-actions[bot] commented on issue #9769: [Echarts]引入的js地图文件如何和百度地图坐标系对应上?

2021-09-13 Thread GitBox
github-actions[bot] commented on issue #9769: URL: https://github.com/apache/echarts/issues/9769#issuecomment-918574890 This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open

[GitHub] [echarts] github-actions[bot] closed issue #9773: 设置`dimensions`之后,`dataZoom`中原来总动生成的缩略图消失

2021-09-13 Thread GitBox
github-actions[bot] closed issue #9773: URL: https://github.com/apache/echarts/issues/9773 -- 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. To unsubscribe, e-mail:

[GitHub] [echarts] github-actions[bot] closed issue #9650: 使用3D地球时,地球的背景颜色可以改变吗?就是地球表面的颜色

2021-09-13 Thread GitBox
github-actions[bot] closed issue #9650: URL: https://github.com/apache/echarts/issues/9650 -- 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. To unsubscribe, e-mail:

[GitHub] [echarts] github-actions[bot] commented on pull request #9758: Modified the node's coordinates generate method

2021-09-13 Thread GitBox
github-actions[bot] commented on pull request #9758: URL: https://github.com/apache/echarts/pull/9758#issuecomment-918574864 This PR has been automatically closed because it has not had recent activity. Sorry for that and we are looking forward to your next contribution. -- This is an

[GitHub] [echarts] github-actions[bot] closed issue #9623: Zooming triggers unnecessary "brushselected" events

2021-09-13 Thread GitBox
github-actions[bot] closed issue #9623: URL: https://github.com/apache/echarts/issues/9623 -- 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. To unsubscribe, e-mail:

[GitHub] [echarts] github-actions[bot] commented on issue #9602: plotting mathematical funtions

2021-09-13 Thread GitBox
github-actions[bot] commented on issue #9602: URL: https://github.com/apache/echarts/issues/9602#issuecomment-918574623 This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open

[GitHub] [echarts] github-actions[bot] closed issue #9616: xAxis 的类型为 time 时 zoomData 的数据阴影跟图表不一致

2021-09-13 Thread GitBox
github-actions[bot] closed issue #9616: URL: https://github.com/apache/echarts/issues/9616 -- 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. To unsubscribe, e-mail:

[GitHub] [echarts] github-actions[bot] commented on issue #9627: brush doesn't clear if I mouseout of the chart

2021-09-13 Thread GitBox
github-actions[bot] commented on issue #9627: URL: https://github.com/apache/echarts/issues/9627#issuecomment-918574748 This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open

[GitHub] [echarts] github-actions[bot] closed issue #9602: plotting mathematical funtions

2021-09-13 Thread GitBox
github-actions[bot] closed issue #9602: URL: https://github.com/apache/echarts/issues/9602 -- 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. To unsubscribe, e-mail:

[GitHub] [echarts] github-actions[bot] commented on issue #9605: 4.2.0rc2 brush 只能选择前400个点

2021-09-13 Thread GitBox
github-actions[bot] commented on issue #9605: URL: https://github.com/apache/echarts/issues/9605#issuecomment-918574639 This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open

[GitHub] [echarts] github-actions[bot] closed issue #9083: singleAxis series unable to use function for SymbolOffset

2021-09-13 Thread GitBox
github-actions[bot] closed issue #9083: URL: https://github.com/apache/echarts/issues/9083 -- 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. To unsubscribe, e-mail:

[GitHub] [echarts] github-actions[bot] commented on issue #9606: 双Y轴距离图标的距离如何设置?

2021-09-13 Thread GitBox
github-actions[bot] commented on issue #9606: URL: https://github.com/apache/echarts/issues/9606#issuecomment-918574664 This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open

[GitHub] [echarts] github-actions[bot] commented on pull request #9531: fix(sankey): modify the calculation of node value

2021-09-13 Thread GitBox
github-actions[bot] commented on pull request #9531: URL: https://github.com/apache/echarts/pull/9531#issuecomment-918574524 This PR has been automatically closed because it has not had recent activity. Sorry for that and we are looking forward to your next contribution. -- This is an

[GitHub] [echarts] github-actions[bot] closed issue #9605: 4.2.0rc2 brush 只能选择前400个点

2021-09-13 Thread GitBox
github-actions[bot] closed issue #9605: URL: https://github.com/apache/echarts/issues/9605 -- 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. To unsubscribe, e-mail:

[GitHub] [echarts] github-actions[bot] commented on issue #9574: 3d地图tooltip问题

2021-09-13 Thread GitBox
github-actions[bot] commented on issue #9574: URL: https://github.com/apache/echarts/issues/9574#issuecomment-918574590 This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open

[GitHub] [echarts] github-actions[bot] closed issue #9606: 双Y轴距离图标的距离如何设置?

2021-09-13 Thread GitBox
github-actions[bot] closed issue #9606: URL: https://github.com/apache/echarts/issues/9606 -- 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. To unsubscribe, e-mail:

[GitHub] [echarts] github-actions[bot] closed issue #9564: 堆叠图markPoint坐标轴显示叠加

2021-09-13 Thread GitBox
github-actions[bot] closed issue #9564: URL: https://github.com/apache/echarts/issues/9564 -- 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. To unsubscribe, e-mail:

[GitHub] [echarts] github-actions[bot] commented on issue #9616: xAxis 的类型为 time 时 zoomData 的数据阴影跟图表不一致

2021-09-13 Thread GitBox
github-actions[bot] commented on issue #9616: URL: https://github.com/apache/echarts/issues/9616#issuecomment-918574707 This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open

[GitHub] [echarts] github-actions[bot] closed issue #9573: globe中使用scatter3D没办法触发dispatchAction

2021-09-13 Thread GitBox
github-actions[bot] closed issue #9573: URL: https://github.com/apache/echarts/issues/9573 -- 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. To unsubscribe, e-mail:

[GitHub] [echarts] github-actions[bot] commented on issue #9623: Zooming triggers unnecessary "brushselected" events

2021-09-13 Thread GitBox
github-actions[bot] commented on issue #9623: URL: https://github.com/apache/echarts/issues/9623#issuecomment-918574729 This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open

[GitHub] [echarts] github-actions[bot] commented on issue #9573: globe中使用scatter3D没办法触发dispatchAction

2021-09-13 Thread GitBox
github-actions[bot] commented on issue #9573: URL: https://github.com/apache/echarts/issues/9573#issuecomment-918574564 This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open

[GitHub] [echarts] github-actions[bot] commented on issue #9564: 堆叠图markPoint坐标轴显示叠加

2021-09-13 Thread GitBox
github-actions[bot] commented on issue #9564: URL: https://github.com/apache/echarts/issues/9564#issuecomment-918574544 This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open

[GitHub] [echarts] github-actions[bot] commented on issue #9083: singleAxis series unable to use function for SymbolOffset

2021-09-13 Thread GitBox
github-actions[bot] commented on issue #9083: URL: https://github.com/apache/echarts/issues/9083#issuecomment-918574465 This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open

  1   2   >