Re: [PR] fix(pie): fix `endAngle` is not applied on the empty circle [echarts]

2024-02-25 Thread via GitHub
echarts-bot[bot] commented on PR #19642: URL: https://github.com/apache/echarts/pull/19642#issuecomment-1963512333 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, please log

Re: [PR] fix(pie): fix `endAngle` is not applied on the empty circle [echarts]

2024-02-25 Thread via GitHub
Ovilia merged PR #19642: URL: https://github.com/apache/echarts/pull/19642 -- 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:

(echarts) branch fix/pie-endAngle-emptyCircle deleted (was c539b1fe3)

2024-02-25 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch fix/pie-endAngle-emptyCircle in repository https://gitbox.apache.org/repos/asf/echarts.git was c539b1fe3 fix(pie): fix `endAngle` is not applied on the empty circle The revisions that were

(echarts) 01/01: Merge pull request #19642 from apache/fix/pie-endAngle-emptyCircle

2024-02-25 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.git commit 643955133fa5b6baa1a68b0c715c5b97586363df Merge: b9f78094b c539b1fe3 Author: Wenli Zhang AuthorDate: Mon Feb 26

(echarts) branch master updated (b9f78094b -> 643955133)

2024-02-25 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.git from b9f78094b Merge pull request #19628 from apache/release add c539b1fe3 fix(pie): fix `endAngle` is not applied

Re: [I] [Bug] The legend is blurry in svg rendering mode [echarts]

2024-02-25 Thread via GitHub
Ovilia commented on issue #19583: URL: https://github.com/apache/echarts/issues/19583#issuecomment-1963506905 Do you mean we should round values into integers? I think the blurring maybe serve as anti-aliasing in this case. -- This is an automated message from the Apache Git Service. To

Re: [I] [Bug] color parse() does not understand new spec rgb and hsl colors [echarts]

2024-02-25 Thread via GitHub
Ovilia commented on issue #19604: URL: https://github.com/apache/echarts/issues/19604#issuecomment-1963501970 Color formatting is a complex topic and I would suggest using a third-party library to convert it to normal color format and pass it to ECharts. -- This is an automated message

Re: [I] [Feature] Show axisLabels on X-axis from points in my data [echarts]

2024-02-25 Thread via GitHub
Ovilia commented on issue #19605: URL: https://github.com/apache/echarts/issues/19605#issuecomment-1963499336 In time axes, the ticks are calculated without the knowledge of data values, which is the same as value axes. I think this is a good feature to have, since we don't have the

Re: [I] [Feature] Add labels to continuous visualMap [echarts]

2024-02-25 Thread via GitHub
Ovilia commented on issue #19613: URL: https://github.com/apache/echarts/issues/19613#issuecomment-1963492445 Even with these intermediate labels, the mapping from color to value is not clear without hovering on the data to see the mapped position in the visualMap component. So I don't

Re: [I] [Feature] Support for 100% stacked charts [echarts]

2024-02-25 Thread via GitHub
Ovilia commented on issue #17179: URL: https://github.com/apache/echarts/issues/17179#issuecomment-1963478728 Please checkout https://echarts.apache.org/examples/zh/editor.html?c=bar-stack-normalization and

Re: [I] [Feature] Support for 100% stacked charts [echarts]

2024-02-25 Thread via GitHub
Ovilia closed issue #17179: [Feature] Support for 100% stacked charts URL: https://github.com/apache/echarts/issues/17179 -- 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

Re: [I] [Bug] datazoom不能通过触发dispatchAction实现自动选中状态 [echarts]

2024-02-25 Thread via GitHub
Ovilia commented on issue #16392: URL: https://github.com/apache/echarts/issues/16392#issuecomment-1963477363 @zac18992 A pull request is appreciated. Please check out [the wiki](https://github.com/apache/echarts/wiki) to learn how to contribute. -- This is an automated message from the

Re: [I] [Feature] `yAxis.max/yAxis.min` of DataShadow(mini chart) in `dataZoom.slider` [echarts]

2024-02-25 Thread via GitHub
Ovilia commented on issue #16559: URL: https://github.com/apache/echarts/issues/16559#issuecomment-1963468554 It seems to me that by setting the range of y limits, makes it confusing to the big picture. -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] Update dataset-layout.html [echarts]

2024-02-25 Thread via GitHub
plainheart commented on code in PR #19373: URL: https://github.com/apache/echarts/pull/19373#discussion_r1502089360 ## test/dataset-layout.html: ## @@ -204,22 +204,26 @@ height: 500 }); +var curDimension = 0;

Re: [I] 自定义多个markPoint ,分别设置其z值,markPoint.label没有按照z值的大小来显示,z值只对图形标签(symbol)有用,对图形标签上的label不起作用 [echarts]

2024-02-25 Thread via GitHub
soeasyjx commented on issue #19643: URL: https://github.com/apache/echarts/issues/19643#issuecomment-1963329740 > duplicate of #19108 The markPoint and markLine **z** value is a constant =5. So yes, there is a bug since z cannot be changed. Workaround for your example: Since all markPoints

Re: [I] 自定义多个markPoint ,分别设置其z值,markPoint.label没有按照z值的大小来显示,z值只对图形标签(symbol)有用,对图形标签上的label不起作用 [echarts]

2024-02-25 Thread via GitHub
helgasoft commented on issue #19643: URL: https://github.com/apache/echarts/issues/19643#issuecomment-1963296535 duplicate of #19108 The markPoint and markLine **z** value is a constant =5. So yes, there is a bug since z cannot be changed. Workaround for your example: Since all

Re: [I] markPoints set zlevel [echarts]

2024-02-25 Thread via GitHub
helgasoft commented on issue #15494: URL: https://github.com/apache/echarts/issues/15494#issuecomment-1963287336 see also #19108 -- 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

(echarts-examples) branch dependabot/npm_and_yarn/ip-1.1.9 deleted (was 255fe501)

2024-02-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/ip-1.1.9 in repository https://gitbox.apache.org/repos/asf/echarts-examples.git was 255fe501 chore(deps): bump ip from 1.1.5 to 1.1.9 The revisions that were on

(echarts-examples) 01/01: Merge pull request #89 from apache/dependabot/npm_and_yarn/ip-1.1.9

2024-02-25 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/echarts-examples.git commit fb686eb242dc8c1600d0bb3ec77e6ccd455c4770 Merge: 897f4716 255fe501 Author: Zhongxiang Wang AuthorDate: Mon

(echarts-examples) branch gh-pages updated (897f4716 -> fb686eb2)

2024-02-25 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a change to branch gh-pages in repository https://gitbox.apache.org/repos/asf/echarts-examples.git from 897f4716 fix potential compatibility issue & update README.md add 255fe501 chore(deps): bump ip from

Re: [PR] chore(deps): bump ip from 1.1.5 to 1.1.9 [echarts-examples]

2024-02-25 Thread via GitHub
plainheart merged PR #89: URL: https://github.com/apache/echarts-examples/pull/89 -- 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:

(echarts-examples) branch gh-pages updated: fix potential compatibility issue & update README.md

2024-02-25 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/echarts-examples.git The following commit(s) were added to refs/heads/gh-pages by this push: new 897f4716 fix potential

(echarts-doc) branch dependabot/npm_and_yarn/editor/axios-and-google-translate-api-browser--removed deleted (was 62e6ddfa)

2024-02-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/editor/axios-and-google-translate-api-browser--removed in repository https://gitbox.apache.org/repos/asf/echarts-doc.git was 62e6ddfa chore(deps): bump axios

Re: [PR] chore(deps): bump axios and google-translate-api-browser in /editor [echarts-doc]

2024-02-25 Thread via GitHub
dependabot[bot] commented on PR #385: URL: https://github.com/apache/echarts-doc/pull/385#issuecomment-1963263417 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you change your mind, just re-open this PR and I'll resolve any

(echarts-doc) branch dependabot/npm_and_yarn/editor/ip-1.1.9 deleted (was f0fd0f18)

2024-02-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/editor/ip-1.1.9 in repository https://gitbox.apache.org/repos/asf/echarts-doc.git was f0fd0f18 chore(deps-dev): bump ip from 1.1.5 to 1.1.9 in /editor The

Re: [PR] chore(deps): bump axios and google-translate-api-browser in /editor [echarts-doc]

2024-02-25 Thread via GitHub
plainheart closed pull request #385: chore(deps): bump axios and google-translate-api-browser in /editor URL: https://github.com/apache/echarts-doc/pull/385 -- 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

Re: [PR] chore(deps-dev): bump ip from 1.1.5 to 1.1.9 in /editor [echarts-doc]

2024-02-25 Thread via GitHub
dependabot[bot] commented on PR #386: URL: https://github.com/apache/echarts-doc/pull/386#issuecomment-1963263308 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version,

Re: [PR] chore(deps-dev): bump ip from 1.1.5 to 1.1.9 in /editor [echarts-doc]

2024-02-25 Thread via GitHub
plainheart closed pull request #386: chore(deps-dev): bump ip from 1.1.5 to 1.1.9 in /editor URL: https://github.com/apache/echarts-doc/pull/386 -- 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

(echarts-www) branch master updated: update assets version

2024-02-25 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-www.git The following commit(s) were added to refs/heads/master by this push: new c6c23c5c update assets version c6c23c5c is

Re: [I] [Feature] `yAxis.max/yAxis.min` of DataShadow(mini chart) in `dataZoom.slider` [echarts]

2024-02-25 Thread via GitHub
Airkro commented on issue #16559: URL: https://github.com/apache/echarts/issues/16559#issuecomment-1963155655 bump -- 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

Re: [I] [Bug] When the number of points is more than 5000, zlevel and tooltip axispointer will cause the chart to render only partially [echarts]

2024-02-25 Thread via GitHub
github-actions[bot] commented on issue #16581: URL: https://github.com/apache/echarts/issues/16581#issuecomment-1963060931 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

Re: [I] [Bug] Formating xAxis label with format function and rich causing labels not to fit [echarts]

2024-02-25 Thread via GitHub
github-actions[bot] closed issue #16538: [Bug] Formating xAxis label with format function and rich causing labels not to fit URL: https://github.com/apache/echarts/issues/16538 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] Not able to plot regression line [echarts]

2024-02-25 Thread via GitHub
github-actions[bot] commented on issue #16577: URL: https://github.com/apache/echarts/issues/16577#issuecomment-1963060912 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

Re: [I] [Bug] Formating xAxis label with format function and rich causing labels not to fit [echarts]

2024-02-25 Thread via GitHub
github-actions[bot] commented on issue #16538: URL: https://github.com/apache/echarts/issues/16538#issuecomment-1963060895 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

Re: [I] 如何将 scatter3D 中的 坐标轴名称 与 坐标轴轴线 平行显示(坐标轴名称显示角度不需要随着图表旋转角度而发生变化) [echarts]

2024-02-25 Thread via GitHub
github-actions[bot] closed issue #16536: 如何将 scatter3D 中的 坐标轴名称 与 坐标轴轴线 平行显示(坐标轴名称显示角度不需要随着图表旋转角度而发生变化) URL: https://github.com/apache/echarts/issues/16536 -- 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

Re: [I] 如何将 scatter3D 中的 坐标轴名称 与 坐标轴轴线 平行显示(坐标轴名称显示角度不需要随着图表旋转角度而发生变化) [echarts]

2024-02-25 Thread via GitHub
github-actions[bot] commented on issue #16536: URL: https://github.com/apache/echarts/issues/16536#issuecomment-1963060889 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

Re: [I] [Bug] i set the option: geo.select.label.formatter,but it doesn't take effect(geo的label配置了formatter没有效果,传入回调函数都不会触发console) [echarts]

2024-02-25 Thread via GitHub
github-actions[bot] closed issue #16526: [Bug] i set the option: geo.select.label.formatter,but it doesn't take effect(geo的label配置了formatter没有效果,传入回调函数都不会触发console) URL: https://github.com/apache/echarts/issues/16526 -- This is an automated message from the Apache Git Service. To respond to

Re: [I] [Bug] i set the option: geo.select.label.formatter,but it doesn't take effect(geo的label配置了formatter没有效果,传入回调函数都不会触发console) [echarts]

2024-02-25 Thread via GitHub
github-actions[bot] commented on issue #16526: URL: https://github.com/apache/echarts/issues/16526#issuecomment-1963060875 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

Re: [I] On Axis label click how to add data [echarts]

2024-02-25 Thread via GitHub
github-actions[bot] closed issue #16524: On Axis label click how to add data URL: https://github.com/apache/echarts/issues/16524 -- 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.

Re: [I] Need x,y,Width,Height of the chart elements [echarts]

2024-02-25 Thread via GitHub
github-actions[bot] commented on issue #16480: URL: https://github.com/apache/echarts/issues/16480#issuecomment-1963060859 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

Re: [I] Options to apply bar border to specific sides of the bar [echarts]

2024-02-25 Thread via GitHub
github-actions[bot] commented on issue #15934: URL: https://github.com/apache/echarts/issues/15934#issuecomment-1963060845 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

Re: [I] On Axis label click how to add data [echarts]

2024-02-25 Thread via GitHub
github-actions[bot] commented on issue #16524: URL: https://github.com/apache/echarts/issues/16524#issuecomment-1963060869 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

Re: [I] [Bug] svg渲染模式下载的svg图片背景色是黑色的 [echarts]

2024-02-25 Thread via GitHub
github-actions[bot] closed issue #16515: [Bug] svg渲染模式下载的svg图片背景色是黑色的 URL: https://github.com/apache/echarts/issues/16515 -- 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

Re: [I] Need x,y,Width,Height of the chart elements [echarts]

2024-02-25 Thread via GitHub
github-actions[bot] closed issue #16480: Need x,y,Width,Height of the chart elements URL: https://github.com/apache/echarts/issues/16480 -- 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

Re: [I] [Bug] svg渲染模式下载的svg图片背景色是黑色的 [echarts]

2024-02-25 Thread via GitHub
github-actions[bot] commented on issue #16515: URL: https://github.com/apache/echarts/issues/16515#issuecomment-1963060863 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

Re: [I] 折线图设置 visualMap.pieces 2000个分段。配置dataZoom 放大缩小会卡,有什么方法解决吗? [echarts]

2024-02-25 Thread via GitHub
github-actions[bot] commented on issue #15740: URL: https://github.com/apache/echarts/issues/15740#issuecomment-1963060836 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

Re: [I] 折线图设置 visualMap.pieces 2000个分段。配置dataZoom 放大缩小会卡,有什么方法解决吗? [echarts]

2024-02-25 Thread via GitHub
github-actions[bot] closed issue #15740: 折线图设置 visualMap.pieces 2000个分段。配置dataZoom 放大缩小会卡,有什么方法解决吗? URL: https://github.com/apache/echarts/issues/15740 -- 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

Re: [I] Prevent markPoint labels overlapping [echarts]

2024-02-25 Thread via GitHub
soeasyjx commented on issue #19633: URL: https://github.com/apache/echarts/issues/19633#issuecomment-1962860719 两个离的比较近的markPoint有可能会有部分内容重叠,有办法调整么 -- 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

Re: [I] 自定义多个markPoint ,分别设置其z值,markPoint.label没有按照z值的大小来显示,z值只对标签(symbol)有用,对标签上的label不起作用 [echarts]

2024-02-25 Thread via GitHub
echarts-bot[bot] commented on issue #19643: URL: https://github.com/apache/echarts/issues/19643#issuecomment-1962857334 @soeasyjx It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to