(echarts) branch ssr updated: chore: use zrender nightly build

2023-11-16 Thread ovilia
ot;: "5.4.4" +"zrender": "npm:zrender-nightly@^5.4.4-dev.20231116" }, "devDependencies": { "@babel/code-frame": "7.10.4", @@ -11098,9 +11098,10 @@ "optional": true },

Re: [PR] feat(ssr): server-side rendering and client hydration #18334 [echarts]

2023-11-16 Thread via GitHub
github-actions[bot] commented on PR #18381: URL: https://github.com/apache/echarts/pull/18381#issuecomment-1813996827 The changes brought by this PR can be previewed at: https://echarts.apache.org/examples/editor?version=PR-18381@badfd0f -- This is an automated message from the Ap

Re: [PR] feat(ssr): server-side rendering and client hydration #18334 [echarts]

2023-11-16 Thread via GitHub
Ovilia merged PR #18381: URL: https://github.com/apache/echarts/pull/18381 -- 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: commits-unsubscr...@echarts.a

(echarts) branch master updated (fd9e62d7f -> b07ce7974)

2023-11-16 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 fd9e62d7f fix(tooltip): fix potential NPE when the parent node of the tooltip element doesn't exist (#19265) ad

Re: [PR] feat(ssr): server-side rendering and client hydration #18334 [echarts]

2023-11-16 Thread via GitHub
echarts-bot[bot] commented on PR #18381: URL: https://github.com/apache/echarts/pull/18381#issuecomment-1814017079 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 on

(echarts) 01/01: Merge pull request #18381 from apache/ssr

2023-11-16 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 b07ce7974ce55eff2e091856702dfcee2e961ac1 Merge: fd9e62d7f badfd0ffc Author: Wenli Zhang AuthorDate: Thu Nov 16 16:46:49

(echarts) branch ssr deleted (was badfd0ffc)

2023-11-16 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch ssr in repository https://gitbox.apache.org/repos/asf/echarts.git was badfd0ffc chore: use zrender nightly build The revisions that were on this branch are still contained in other referenc

Re: [I] Dynamic "borderRadius" Application for Top Series in Stacked Bar Charts [echarts]

2023-11-16 Thread via GitHub
Ovilia commented on issue #19275: URL: https://github.com/apache/echarts/issues/19275#issuecomment-1814027067 I'm going to support a new feature `stackBorderRadius` so that you don't need to hack on this. -- This is an automated message from the Apache Git Service. To respond to the messa

Re: [PR] feat: allow closing a curve on polar line series [echarts]

2023-11-16 Thread via GitHub
yassilah commented on PR #17720: URL: https://github.com/apache/echarts/pull/17720#issuecomment-1814115609 Hi! So I got rid of the loop implementation for ECPolyline, which will use the ECPolygon `buildPath` method when `loop: true` instead. I tried to get rid of the `getPoints` function en

Re: [I] [Feature] Custom breadcrumb for Treemap [echarts]

2023-11-16 Thread via GitHub
luccabimachine commented on issue #19299: URL: https://github.com/apache/echarts/issues/19299#issuecomment-1814362072 > something to experiment with > > ``` > myChart.on('click', 'series', function (p) { > if (p.selfType=='breadcrumb') { > // get the dataIndex of clicked

Re: [I] [Feature] Large datapoints ( more than 500k) at a time in echarts heatmap [echarts]

2023-11-16 Thread via GitHub
AndreyPatseiko commented on issue #18567: URL: https://github.com/apache/echarts/issues/18567#issuecomment-1814414182 Hi. ScatterGL has couple differences: 1) in presenting elements (which you can't change) 2) doesn't support tooltip functionality Also seems like echarts-gl libra

Re: [I] [Feature] Ability to Customize Denominator for Percentage in Funnel Visualization [echarts]

2023-11-16 Thread via GitHub
tolkiien commented on issue #16288: URL: https://github.com/apache/echarts/issues/16288#issuecomment-1814448235 Totally agree with @JaWeilBaum. Any news about adding this feature? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [I] echarts 容器width:100%有问题。 [echarts]

2023-11-16 Thread via GitHub
liunanchenFYJJ commented on issue #3894: URL: https://github.com/apache/echarts/issues/3894#issuecomment-1814462204 > clientHeight "clientHeight" may be different from "getBoundingClientRect", Accuracy issue -- This is an automated message from the Apache Git Service. To respond to

Re: [I] [Bug] duplicate id=0 on multiple svg charts [echarts]

2023-11-16 Thread via GitHub
plainheart closed issue #18194: [Bug] duplicate id=0 on multiple svg charts URL: https://github.com/apache/echarts/issues/18194 -- 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] Dynamic "borderRadius" Application for Top Series in Stacked Bar Charts [echarts]

2023-11-16 Thread via GitHub
BenJackGill commented on issue #19275: URL: https://github.com/apache/echarts/issues/19275#issuecomment-1814518220 Amazing! I think there are other people who want all series rounded as [seen here](https://github.com/apache/echarts/issues/18080). So maybe supporting both types would be good

Re: [PR] Fix #18206 - [Feature] Enable indicators Radar charts to invert their axis [echarts]

2023-11-16 Thread via GitHub
gkentr commented on PR #18376: URL: https://github.com/apache/echarts/pull/18376#issuecomment-1814612210 Also happen to have a need for this currently, looks like the CI logs are not available anymore though. -- This is an automated message from the Apache Git Service. To respond to the m

[I] [Bug] Big heat map stop present data when dataZoom selected small part. [echarts]

2023-11-16 Thread via GitHub
AndreyPatseiko opened a new issue, #19306: URL: https://github.com/apache/echarts/issues/19306 ### Version 5.4.3 ### Link to Minimal Reproduction https://codesandbox.io/s/heatmap-forked-cnhhc7?file=/index.js ### Steps to Reproduce 1) Open example link for re

[PR] FIX added timeout to show action, so when it have a delay, it won't show unexpectedly [echarts]

2023-11-16 Thread via GitHub
gabrielduumont opened a new pull request, #19307: URL: https://github.com/apache/echarts/pull/19307 ## Brief Information This pull request is in the type of: - [ x] bug fixing - [ ] new feature - [ ] others ### What does this PR do? added

[PR] chore(deps-dev): bump sharp from 0.30.5 to 0.32.6 [echarts-examples]

2023-11-16 Thread via GitHub
dependabot[bot] opened a new pull request, #86: URL: https://github.com/apache/echarts-examples/pull/86 Bumps [sharp](https://github.com/lovell/sharp) from 0.30.5 to 0.32.6. Changelog Sourced from https://github.com/lovell/sharp/blob/main/docs/changelog.md";>sharp's changelog.

(echarts-examples) branch dependabot/npm_and_yarn/sharp-0.32.6 created (now 3365bd18)

2023-11-16 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/sharp-0.32.6 in repository https://gitbox.apache.org/repos/asf/echarts-examples.git at 3365bd18 chore(deps-dev): bump sharp from 0.30.5 to 0.32.6 No new revisio

Re: [I] [Bug] Big heat map stop present data when dataZoom selected small part. [echarts]

2023-11-16 Thread via GitHub
helgasoft commented on issue #19306: URL: https://github.com/apache/echarts/issues/19306#issuecomment-1815253505 hm, hardly a **Minimal** Reproduction code - it has 160,000+ lines... Agree, the "hidden" heatmaps are there. Alternative designs might help. For instance changing axes type

Re: [I] api.coord is not a function [echarts]

2023-11-16 Thread via GitHub
github-actions[bot] commented on issue #13430: URL: https://github.com/apache/echarts/issues/13430#issuecomment-1815312785 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

Re: [I] api.coord is not a function [echarts]

2023-11-16 Thread via GitHub
github-actions[bot] closed issue #13430: api.coord is not a function URL: https://github.com/apache/echarts/issues/13430 -- 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 unsu

Re: [I] echart5 示例的自定义的聚合分割形变图(散点-饼图) 饼图添加标签会导致图形消失 [echarts]

2023-11-16 Thread via GitHub
github-actions[bot] commented on issue #14639: URL: https://github.com/apache/echarts/issues/14639#issuecomment-1815312844 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 to

Re: [I] label支持skew吗 [echarts]

2023-11-16 Thread via GitHub
github-actions[bot] commented on issue #15536: URL: https://github.com/apache/echarts/issues/15536#issuecomment-1815312898 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 to

Re: [I] Add tools to add data points to current selection [echarts]

2023-11-16 Thread via GitHub
github-actions[bot] commented on issue #15881: URL: https://github.com/apache/echarts/issues/15881#issuecomment-1815312958 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

Re: [I] Add tools to add data points to current selection [echarts]

2023-11-16 Thread via GitHub
github-actions[bot] closed issue #15881: Add tools to add data points to current selection URL: https://github.com/apache/echarts/issues/15881 -- 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 spe

Re: [I] Using pie chart in vue 2.6.13, set "series.pie.itemStyle.borderColor: rgba(0, 0, 0, 0) " is not valiable [echarts]

2023-11-16 Thread via GitHub
github-actions[bot] closed issue #15983: Using pie chart in vue 2.6.13, set "series.pie.itemStyle.borderColor: rgba(0, 0, 0, 0) " is not valiable URL: https://github.com/apache/echarts/issues/15983 -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [I] Using pie chart in vue 2.6.13, set "series.pie.itemStyle.borderColor: rgba(0, 0, 0, 0) " is not valiable [echarts]

2023-11-16 Thread via GitHub
github-actions[bot] commented on issue #15983: URL: https://github.com/apache/echarts/issues/15983#issuecomment-1815313019 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

Re: [I] Polar heat map is not smooth enough, with shadows in the graph [echarts]

2023-11-16 Thread via GitHub
github-actions[bot] commented on issue #15992: URL: https://github.com/apache/echarts/issues/15992#issuecomment-1815313077 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

Re: [I] Polar heat map is not smooth enough, with shadows in the graph [echarts]

2023-11-16 Thread via GitHub
github-actions[bot] closed issue #15992: Polar heat map is not smooth enough, with shadows in the graph URL: https://github.com/apache/echarts/issues/15992 -- 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] Enlarge click area of scroll legend page icons [echarts]

2023-11-16 Thread via GitHub
github-actions[bot] commented on issue #16021: URL: https://github.com/apache/echarts/issues/16021#issuecomment-1815313120 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 to

Re: [I] 为什么react中折线图从左至右边的动画消失了 但是柱状图从下至上的动画还在 [echarts]

2023-11-16 Thread via GitHub
github-actions[bot] commented on issue #16029: URL: https://github.com/apache/echarts/issues/16029#issuecomment-1815313170 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

Re: [PR] fix:#15930 gauge's detail option can't setting the padding-top… [echarts]

2023-11-16 Thread via GitHub
github-actions[bot] closed pull request #16031: fix:#15930 gauge's detail option can't setting the padding-top… URL: https://github.com/apache/echarts/pull/16031 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [PR] fix:#15930 gauge's detail option can't setting the padding-top… [echarts]

2023-11-16 Thread via GitHub
github-actions[bot] commented on PR #16031: URL: https://github.com/apache/echarts/pull/16031#issuecomment-1815313214 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 automated

Re: [I] 为什么react中折线图从左至右边的动画消失了 但是柱状图从下至上的动画还在 [echarts]

2023-11-16 Thread via GitHub
github-actions[bot] closed issue #16029: 为什么react中折线图从左至右边的动画消失了 但是柱状图从下至上的动画还在 URL: https://github.com/apache/echarts/issues/16029 -- 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 commen

Re: [I] Can all option interfaces be exported? [echarts]

2023-11-16 Thread via GitHub
github-actions[bot] commented on issue #16035: URL: https://github.com/apache/echarts/issues/16035#issuecomment-1815313275 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

Re: [I] Can all option interfaces be exported? [echarts]

2023-11-16 Thread via GitHub
github-actions[bot] closed issue #16035: Can all option interfaces be exported? URL: https://github.com/apache/echarts/issues/16035 -- 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 commen

Re: [I] Not Showing Elements When Hovering on Heatmap Charts [echarts]

2023-11-16 Thread via GitHub
github-actions[bot] commented on issue #16042: URL: https://github.com/apache/echarts/issues/16042#issuecomment-1815313314 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 to

Re: [PR] chore(deps-dev): bump sharp from 0.30.5 to 0.32.6 [echarts-examples]

2023-11-16 Thread via GitHub
plainheart merged PR #86: URL: https://github.com/apache/echarts-examples/pull/86 -- 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: commits-unsubscr...@ec

(echarts-examples) 01/01: Merge pull request #86 from apache/dependabot/npm_and_yarn/sharp-0.32.6

2023-11-16 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 ebbe945efb84c7584d03ef427be6abd1e448bfe0 Merge: db9ebe78 3365bd18 Author: Zhongxiang Wang AuthorDate: Fri No

(echarts-examples) branch gh-pages updated (db9ebe78 -> ebbe945e)

2023-11-16 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 db9ebe78 fix(editor): revert jQuery reuse (due to $.getScript window context) (007749385bfcc99266c25d5401

(echarts-examples) branch dependabot/npm_and_yarn/sharp-0.32.6 deleted (was 3365bd18)

2023-11-16 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/sharp-0.32.6 in repository https://gitbox.apache.org/repos/asf/echarts-examples.git was 3365bd18 chore(deps-dev): bump sharp from 0.30.5 to 0.32.6 The revisions

[I] [Bug] line serier clip error [echarts]

2023-11-16 Thread via GitHub
Cat1007 opened a new issue, #19308: URL: https://github.com/apache/echarts/issues/19308 ### Version 5.4.3 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?c=area-simple&renderer=svg&code=DYUwLgBARghgziCBeCAKAdiA7hAIjMEVARgE4A2ADgBoJTaBm

Re: [I] [Bug] line serier clip error [echarts]

2023-11-16 Thread via GitHub
echarts-bot[bot] commented on issue #19308: URL: https://github.com/apache/echarts/issues/19308#issuecomment-1815878040 @Cat1007 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 sug