[GitHub] [echarts] ayashjorden opened a new issue, #17660: [Feature] When Symbol is SVG, make the area of the symbol clickable, no just the SVG paths

2022-09-15 Thread GitBox
ayashjorden opened a new issue, #17660: URL: https://github.com/apache/echarts/issues/17660 ### What problem does this feature solve? When Symbol is SVG, only the SVG paths will generate a click event. so the User need to be precise in order to click on a node. The area between

[GitHub] [echarts] The-Wizzart opened a new issue, #17659: [Bug] Legend do not break in VisualMap piecewise option

2022-09-15 Thread GitBox
The-Wizzart opened a new issue, #17659: URL: https://github.com/apache/echarts/issues/17659 ### Version 5.3.3 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=calendar-heatmap ### Steps to Reproduce Hi, I was trying

[GitHub] [echarts] JinJianQi closed issue #17658: [Feature] How can I hide the short line below the xAxis Label ?

2022-09-15 Thread GitBox
JinJianQi closed issue #17658: [Feature] How can I hide the short line below the xAxis Label ? URL: https://github.com/apache/echarts/issues/17658 -- 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

[GitHub] [echarts] JinJianQi commented on issue #17658: [Feature] How can I hide the short line below the xAxis Label ?

2022-09-15 Thread GitBox
JinJianQi commented on issue #17658: URL: https://github.com/apache/echarts/issues/17658#issuecomment-1248886936 I found this option in official doc. `axisTick` https://echarts.apache.org/zh/option.html#xAxis.axisTick.show Thanks, btw. :) -- This is an automated message from the

[GitHub] [echarts] JinJianQi opened a new issue, #17658: [Feature] How can I hide the short line below the xAxis Label ?

2022-09-15 Thread GitBox
JinJianQi opened a new issue, #17658: URL: https://github.com/apache/echarts/issues/17658 ### What problem does this feature solve? https://user-images.githubusercontent.com/33452468/190549786-48f27a41-a93a-4f62-987a-81f4ff46b237.png;> ### What does the proposed API look

[echarts-doc] 01/01: Merge pull request #286 from apache/feat-pie-coordinateSystem

2022-09-15 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/echarts-doc.git commit 91c9ecc69cee2f25b3570cdd48eff319a59c70ae Merge: a7549296 8724589f Author: Wenli Zhang AuthorDate: Fri Sep 16

[echarts-doc] branch master updated (a7549296 -> 91c9ecc6)

2022-09-15 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/echarts-doc.git from a7549296 doc: update outdated doc add 054af810 feat(pie): add `coordinateSystem` option for pie series

[GitHub] [echarts-doc] Ovilia merged pull request #286: feat(pie): add docs for new option `coordinateSystem` of the pie series

2022-09-15 Thread GitBox
Ovilia merged PR #286: URL: https://github.com/apache/echarts-doc/pull/286 -- 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-doc] plainheart opened a new pull request, #286: feat(pie): add docs for new option `coordinateSystem` of the pie series

2022-09-15 Thread GitBox
plainheart opened a new pull request, #286: URL: https://github.com/apache/echarts-doc/pull/286 Also fixed some wrong `seriesType` passed to the `coord-sys` partial component. I don't mention the `cartesian2d` coordinate as it's not supported perfectly. -- This is an automated message

[echarts-doc] 02/03: fix: add missing item for `calendar` coordinate system.

2022-09-15 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch feat-pie-coordinateSystem in repository https://gitbox.apache.org/repos/asf/echarts-doc.git commit 1913b728bb46714d41cbd3032bc1c5308cf29e6d Author: plainheart AuthorDate: Fri Sep 16 09:49:21

[echarts-doc] 01/03: feat(pie): add `coordinateSystem` option for pie series

2022-09-15 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch feat-pie-coordinateSystem in repository https://gitbox.apache.org/repos/asf/echarts-doc.git commit 054af810a2ca65a8e9701348789b4e470e44ba53 Author: plainheart AuthorDate: Wed Aug 17 12:45:31

[echarts-doc] 03/03: fix wrong `seriesType` was passed to `partial/coord-sys.md`

2022-09-15 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch feat-pie-coordinateSystem in repository https://gitbox.apache.org/repos/asf/echarts-doc.git commit 8724589ff83fc810b129d2fca505ba5e0545dd43 Author: plainheart AuthorDate: Fri Sep 16 09:54:30

[echarts-doc] branch feat-pie-coordinateSystem created (now 8724589f)

2022-09-15 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a change to branch feat-pie-coordinateSystem in repository https://gitbox.apache.org/repos/asf/echarts-doc.git at 8724589f fix wrong `seriesType` was passed to `partial/coord-sys.md` This branch includes

[GitHub] [echarts] hongdeyuan closed issue #17650: [Bug] time axis labels Irregular interval

2022-09-15 Thread GitBox
hongdeyuan closed issue #17650: [Bug] time axis labels Irregular interval URL: https://github.com/apache/echarts/issues/17650 -- 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.

[GitHub] [echarts] hongdeyuan commented on issue #17650: [Bug] time axis labels Irregular interval

2022-09-15 Thread GitBox
hongdeyuan commented on issue #17650: URL: https://github.com/apache/echarts/issues/17650#issuecomment-1248816122 > 这个不是 bug,默认按可用宽度计算出的间距是一周的间隔,到了月底因为要显示 1 号位置,所以会出现不等分的情况。如果要强制每周显示,也就是不显示每月 1 号,请关注 #17576 。 感谢您的回复,你的回复对我非常有用! -- This is an automated message from the Apache Git

[GitHub] [echarts] plainheart commented on issue #17657: [Bug] Uncaught TypeError: Cannot read properties of undefined (reading '__ec_inner_22')

2022-09-15 Thread GitBox
plainheart commented on issue #17657: URL: https://github.com/apache/echarts/issues/17657#issuecomment-1248802492 It looks similar to the issues fixed by #17308. Please try `v5.4.0-rc.1` and check if it works. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [echarts] ngoc308 commented on issue #13178: ScatterGL points get blurred when zooming in

2022-09-15 Thread GitBox
ngoc308 commented on issue #13178: URL: https://github.com/apache/echarts/issues/13178#issuecomment-1248798792 @plainheart When do your team plan to have a look at this issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [echarts] github-actions[bot] commented on issue #13178: ScatterGL points get blurred when zooming in

2022-09-15 Thread GitBox
github-actions[bot] commented on issue #13178: URL: https://github.com/apache/echarts/issues/13178#issuecomment-1248629426 This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not

[GitHub] [echarts] nhhaidee opened a new issue, #17657: [Bug] Uncaught TypeError: Cannot read properties of undefined (reading '__ec_inner_22')

2022-09-15 Thread GitBox
nhhaidee opened a new issue, #17657: URL: https://github.com/apache/echarts/issues/17657 ### Version 5.3.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce Hi, My application has problem with error `Uncaught TypeError: Cannot

[GitHub] [echarts] JakubRaban opened a new issue, #17656: `setOption` takes most of the execution time in `clone` function

2022-09-15 Thread GitBox
JakubRaban opened a new issue, #17656: URL: https://github.com/apache/echarts/issues/17656 ### Version 5.3.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce Create a line chart with a few series and animations turned off which is

[GitHub] [echarts] praful-hunde opened a new issue, #17655: [Bug]

2022-09-15 Thread GitBox
praful-hunde opened a new issue, #17655: URL: https://github.com/apache/echarts/issues/17655 ### Version 5.3.3 ### Link to Minimal Reproduction https://codesandbox.io/s/function-plot-forked-13rr3y?file=/index.js ### Steps to Reproduce Configure Vertical

[GitHub] [echarts] echarts-bot[bot] closed issue #17655: [Bug]

2022-09-15 Thread GitBox
echarts-bot[bot] closed issue #17655: [Bug] URL: https://github.com/apache/echarts/issues/17655 -- 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] longchuxiong commented on issue #17633: [Bug] 仪表盘顺时针和轴线展示的不一致

2022-09-15 Thread GitBox
longchuxiong commented on issue #17633: URL: https://github.com/apache/echarts/issues/17633#issuecomment-1248130453 ![image](https://user-images.githubusercontent.com/46107383/190421102-541c3f5c-8352-4216-9c27-e09109094a35.png) 我设置的是顺时针,但是这个分段看起来是逆时针展示的,这个圆角交界处 -- This is an

[GitHub] [echarts] RahulVishK opened a new issue, #17654: markline should start from center of axis Tick of category axis

2022-09-15 Thread GitBox
RahulVishK opened a new issue, #17654: URL: https://github.com/apache/echarts/issues/17654 ### What problem does this feature solve? when there are mutiple Series , markline should start from center of axis Tick of category axis , even there are mu;tiple series

[GitHub] [echarts] ob-ARC commented on issue #17631: [Bug] Bar series clipping does not work

2022-09-15 Thread GitBox
ob-ARC commented on issue #17631: URL: https://github.com/apache/echarts/issues/17631#issuecomment-1247929282 The Problem is that this also applies to the contained line series - it is not desired to have incomplete line segments being filtered. I just do not want bars outside the axes,

[GitHub] [echarts] ob-ARC commented on issue #17631: [Bug] Bar series clipping does not work

2022-09-15 Thread GitBox
ob-ARC commented on issue #17631: URL: https://github.com/apache/echarts/issues/17631#issuecomment-1247892379 Ah, "shouldn't"- I read "should" first. Thanks for the hint! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [echarts] ob-ARC commented on issue #17631: [Bug] Bar series clipping does not work

2022-09-15 Thread GitBox
ob-ARC commented on issue #17631: URL: https://github.com/apache/echarts/issues/17631#issuecomment-1247889673 Please re-apply the "bug" label. -- 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] ob-ARC commented on issue #17631: [Bug] Bar series clipping does not work

2022-09-15 Thread GitBox
ob-ARC commented on issue #17631: URL: https://github.com/apache/echarts/issues/17631#issuecomment-1247887524 > This is not a bug. You shouldn't set [filterMode](https://echarts.apache.org/en/option.html#dataZoom-inside.filterMode) to be `'none'`. Sorry, but have you checked my

[GitHub] [echarts] Ovilia commented on issue #17631: [Bug] Bar series clipping does not work

2022-09-15 Thread GitBox
Ovilia commented on issue #17631: URL: https://github.com/apache/echarts/issues/17631#issuecomment-1247869022 This is not a bug. You shouldn't set [filterMode](https://echarts.apache.org/en/option.html#dataZoom-inside.filterMode) to be `'none'`. -- This is an automated message from the

[GitHub] [echarts] echarts-bot[bot] commented on issue #17641: [Bug] setOption took a long time. And block UI process.

2022-09-15 Thread GitBox
echarts-bot[bot] commented on issue #17641: URL: https://github.com/apache/echarts/issues/17641#issuecomment-1247829115 @JinJianQi Please provide a demo for the issue either with [Official Editor](https://echarts.apache.org/examples/editor.html),

[GitHub] [echarts] Ovilia commented on issue #17641: [Bug] setOption took a long time. And block UI process.

2022-09-15 Thread GitBox
Ovilia commented on issue #17641: URL: https://github.com/apache/echarts/issues/17641#issuecomment-1247828928 30ms is acceptable time and should not be noticable to users. Do you call `setOption` very frequently or what else cause the problem? You may provide a demo to show the case. --

[GitHub] [echarts] Ovilia closed issue #17640: [Bug] 离群值 大家一般怎么展示?

2022-09-15 Thread GitBox
Ovilia closed issue #17640: [Bug] 离群值 大家一般怎么展示? URL: https://github.com/apache/echarts/issues/17640 -- 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] Ovilia commented on issue #17633: [Bug] 仪表盘顺时针和轴线展示的不一致

2022-09-15 Thread GitBox
Ovilia commented on issue #17633: URL: https://github.com/apache/echarts/issues/17633#issuecomment-1247825605 看起来没有问题,是我没理解吗? -- 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] cnovelli commented on issue #17649: How to display sum stack bar in echarts with legend handling

2022-09-15 Thread GitBox
cnovelli commented on issue #17649: URL: https://github.com/apache/echarts/issues/17649#issuecomment-1247783540 > You can stack another bar series with transparent background and set label position to be `'insideBottom'`. This does not solve the problem that I have of managing the

[GitHub] [echarts] cnovelli commented on issue #17649: How to display sum stack bar in echarts with legend handling

2022-09-15 Thread GitBox
cnovelli commented on issue #17649: URL: https://github.com/apache/echarts/issues/17649#issuecomment-1247775546 > Puede apilar otra serie de barras con fondo transparente y establecer la posición de la etiqueta para que sea `'insideBottom'`. This does not solve the problem that I

[GitHub] [echarts] echarts-bot[bot] commented on issue #17642: [Bug] 关系图circular,节点四个时,中间的连线曲率失效

2022-09-15 Thread GitBox
echarts-bot[bot] commented on issue #17642: URL: https://github.com/apache/echarts/issues/17642#issuecomment-1247772985 @cyrna Please provide a demo for the issue either with [Official Editor](https://echarts.apache.org/examples/editor.html),

[GitHub] [echarts] echarts-bot[bot] commented on issue #17644: [Bug] Heatmap value overflow: 'truncate' not dynamic

2022-09-15 Thread GitBox
echarts-bot[bot] commented on issue #17644: URL: https://github.com/apache/echarts/issues/17644#issuecomment-1247771384 This issue is labeled with `difficulty: easy`. @MeMeMax Would you like to debug it by yourself? This is a quicker way to get your problem fixed. Or you may wait for the

[GitHub] [echarts] echarts-bot[bot] closed issue #17648: [Bug] visualMap实现折线颜色渐变渲染问题

2022-09-15 Thread GitBox
echarts-bot[bot] closed issue #17648: [Bug] visualMap实现折线颜色渐变渲染问题 URL: https://github.com/apache/echarts/issues/17648 -- 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 commented on issue #17648: [Bug] visualMap实现折线颜色渐变渲染问题

2022-09-15 Thread GitBox
Ovilia commented on issue #17648: URL: https://github.com/apache/echarts/issues/17648#issuecomment-1247768596 Please follow #17138 -- 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] Ovilia commented on issue #17649: How to display sum stack bar in echarts with legend handling

2022-09-15 Thread GitBox
Ovilia commented on issue #17649: URL: https://github.com/apache/echarts/issues/17649#issuecomment-1247766437 You can stack another bar series with transparent background and set label position to be `'insideBottom'`. -- This is an automated message from the Apache Git Service. To

[GitHub] [echarts] Ovilia commented on issue #17650: [Bug] time axis labels Irregular interval

2022-09-15 Thread GitBox
Ovilia commented on issue #17650: URL: https://github.com/apache/echarts/issues/17650#issuecomment-1247754982 这个不是 bug,默认按可用宽度计算出的间距是一周的间隔,到了月底因为要显示 1 号位置,所以会出现不等分的情况。如果要强制每周显示,也就是不显示每月 1 号,请关注 #17576 。 -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [echarts] Ovilia commented on issue #17576: [Feature] Time axis interval

2022-09-15 Thread GitBox
Ovilia commented on issue #17576: URL: https://github.com/apache/echarts/issues/17576#issuecomment-1247752930 @pissang Yes, I've considered about the second problem. Another option would be to use `intervalUnit: 'day', interval: 7`, which may not be as intuitive as `'7 days'` but more

[GitHub] [echarts] Veath commented on issue #11382: echarts中实现多个tooltip存在

2022-09-15 Thread GitBox
Veath commented on issue #11382: URL: https://github.com/apache/echarts/issues/11382#issuecomment-1247738847 ![image](https://user-images.githubusercontent.com/15187953/190350649-1279af8f-9ce5-477c-b75b-972165d785c8.png) 场景如上,希望实现这个功能 -- This is an automated message from the Apache

[GitHub] [echarts] plainheart commented on issue #17653: Echart使用百度地图扩展,地图切片显示不全,有时有单独的灰色块,有时全部灰色

2022-09-15 Thread GitBox
plainheart commented on issue #17653: URL: https://github.com/apache/echarts/issues/17653#issuecomment-1247660646 ECharts 百度地图扩展只是利用百度地图作为底图,而图块是由百度地图提供的,如果图块加载失败,只能是您本地网络环境或者百度地图服务器造成的。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [echarts] jxbb012265 commented on issue #17653: Echart使用百度地图扩展,地图切片显示不全,有时有单独的灰色块,有时全部灰色

2022-09-15 Thread GitBox
jxbb012265 commented on issue #17653: URL: https://github.com/apache/echarts/issues/17653#issuecomment-1247651424 > 这是网络环境问题或百度地图服务器的问题,而非 ECharts 的 bug。 百度的让我问下Echart https://user-images.githubusercontent.com/650104/190333219-31b54576-33bf-4d1a-8f49-a43bce14eb20.png;> --

[GitHub] [echarts] plainheart closed issue #17653: Echart使用百度地图扩展,地图切片显示不全,有时有单独的灰色块,有时全部灰色

2022-09-15 Thread GitBox
plainheart closed issue #17653: Echart使用百度地图扩展,地图切片显示不全,有时有单独的灰色块,有时全部灰色 URL: https://github.com/apache/echarts/issues/17653 -- 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] plainheart commented on issue #17653: Echart使用百度地图扩展,地图切片显示不全,有时有单独的灰色块,有时全部灰色

2022-09-15 Thread GitBox
plainheart commented on issue #17653: URL: https://github.com/apache/echarts/issues/17653#issuecomment-1247618633 这是网络环境问题或百度地图服务器的问题,而非 ECharts 的 bug。 -- 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