[GitHub] [echarts] plainheart commented on issue #16968: 官方演示全部用不了[Bug]

2022-05-01 Thread GitBox
plainheart commented on issue #16968: URL: https://github.com/apache/echarts/issues/16968#issuecomment-1114463277 抱歉,示例页有更新,而 CDN 的缓存更新周期较长导致无法显示预览。目前应该可以正常访问,请清空缓存再试下,谢谢。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [echarts] susiwen8 commented on a diff in pull request #16767: feat(sankey): `sankey` support `edgeLabel`

2022-05-01 Thread GitBox
susiwen8 commented on code in PR #16767: URL: https://github.com/apache/echarts/pull/16767#discussion_r862569247 ## src/chart/sankey/SankeySeries.ts: ## @@ -298,6 +301,12 @@ class SankeySeriesModel extends SeriesModel { fontSize: 12 }, +

[GitHub] [echarts] echarts-bot[bot] commented on issue #16968: 官方演示全部用不了[Bug]

2022-05-01 Thread GitBox
echarts-bot[bot] commented on issue #16968: URL: https://github.com/apache/echarts/issues/16968#issuecomment-111551 @FZliweiliang 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

[GitHub] [echarts] FZliweiliang opened a new issue, #16968: 官方演示全部用不了[Bug]

2022-05-01 Thread GitBox
FZliweiliang opened a new issue, #16968: URL: https://github.com/apache/echarts/issues/16968 ### Version 5.3.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 全部图表都不行 https://echarts.apache.org/examples/zh/editor.html?c=line-race

[GitHub] [echarts] weimanzhou closed issue #16960: [Bug] 使用series[type='graph']时,line绘制错位

2022-05-01 Thread GitBox
weimanzhou closed issue #16960: [Bug] 使用series[type='graph']时,line绘制错位 URL: https://github.com/apache/echarts/issues/16960 -- 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] weimanzhou commented on issue #16960: [Bug] 使用series[type='graph']时,line绘制错位

2022-05-01 Thread GitBox
weimanzhou commented on issue #16960: URL: https://github.com/apache/echarts/issues/16960#issuecomment-1114443702 > 懂了。去阅读了一下代码,逻辑更加清晰了,再次感谢你的回答。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [echarts] linghaoSu commented on issue #16931: [Feature] x轴标签间隔问题(xAxis.axisLabel.interval)question

2022-05-01 Thread GitBox
linghaoSu commented on issue #16931: URL: https://github.com/apache/echarts/issues/16931#issuecomment-1114409043 当前的 auto 的模式取得是最长标签的宽度,然后轴空间的**总长度** 除以 这个**最大宽度** 计算的得到的间隔。因此与直观理解的重叠隐藏逻辑不太一致(我个人理解的 auto 模式也许是逐个寻找能完整显示的标签,而不是通过最大宽度计算出一个固定间隔?) PS:`overflow: 'truncate'`

[GitHub] [echarts] linghaoSu commented on issue #16927: 当x轴为时间轴时X轴配置项interval设置无效[Bug]

2022-05-01 Thread GitBox
linghaoSu commented on issue #16927: URL: https://github.com/apache/echarts/issues/16927#issuecomment-1114378665 也许你可以搭配 minInterval 与 maxInterval 来设置一个固定的间隔,不过 interval 似乎确实不生效了,使用的是根据 minInterval 与 maxInterval 计算的结果来划分 tick,不晓得是文档没更新还是一个 bug( -- This is an automated message from the

[GitHub] [echarts] linghaoSu commented on issue #16960: [Bug] 使用series[type='graph']时,line绘制错位

2022-05-01 Thread GitBox
linghaoSu commented on issue #16960: URL: https://github.com/apache/echarts/issues/16960#issuecomment-1114371810 > 这块代码中,`1.2`是从哪里得出的呢?没看出来是如何计算的,还是说固定的呢? 不是。。。这是我一开始随便写的例子`(1.2, 1),(1, 3)`,后来换成了你的示例中的点的位置,但是代码那块忘记换了 浪,数据的来源是坐标

[GitHub] [echarts] github-actions[bot] commented on issue #12477: 大数据量面积图的导出

2022-05-01 Thread GitBox
github-actions[bot] commented on issue #12477: URL: https://github.com/apache/echarts/issues/12477#issuecomment-1114335503 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

[GitHub] [echarts] github-actions[bot] closed issue #12477: 大数据量面积图的导出

2022-05-01 Thread GitBox
github-actions[bot] closed issue #12477: 大数据量面积图的导出 URL: https://github.com/apache/echarts/issues/12477 -- 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 #12450: heatmap item wrongly rendered to strip when axis type is 'time'

2022-05-01 Thread GitBox
github-actions[bot] commented on issue #12450: URL: https://github.com/apache/echarts/issues/12450#issuecomment-1114335485 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

[echarts-www] branch master updated: update outdated links

2022-05-01 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 ce4e8513 update outdated links ce4e8513 is

[echarts-examples] branch gh-pages updated: chore: remove unexpected >

2022-05-01 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 d196312b chore: remove unexpected

[GitHub] [echarts] weimanzhou commented on issue #16960: [Bug] 使用series[type='graph']时,line绘制错位

2022-05-01 Thread GitBox
weimanzhou commented on issue #16960: URL: https://github.com/apache/echarts/issues/16960#issuecomment-1114266965 > 你所有的点的 x y 坐标都 * 100 就好了,也无需担心尺寸超出边界,反正都是自适应撑满整个绘图空间的。 > > 这个问题是 `subPixelOptimize` 与 graph 图表的自适应共同引发的。 > 由于你的 边 的两点的坐标十分接近,同时由于 graph

[echarts-examples] branch gh-pages updated: fix toast style & build issues

2022-05-01 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 76493222 fix toast style & build

[echarts-examples] 01/01: Merge branch 'gh-pages' of https://github.com/apache/echarts-examples into feat-share

2022-05-01 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 5e7aa6977d2d96342f55a05c62c8fefe05b439ad Merge: d7a18e35 bafef5a3 Author: plainheart AuthorDate: Sun May 1

[echarts-examples] branch gh-pages updated (bafef5a3 -> 5e7aa697)

2022-05-01 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 bafef5a3 Merge pull request #43 from apache/feat-share add d7a18e35 fix sandbox scripts can't be

[echarts-examples] branch feat-share created (now d7a18e35)

2022-05-01 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a change to branch feat-share in repository https://gitbox.apache.org/repos/asf/echarts-examples.git at d7a18e35 fix sandbox scripts can't be injected in production This branch includes the following new

[echarts-examples] 01/01: fix sandbox scripts can't be injected in production

2022-05-01 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch feat-share in repository https://gitbox.apache.org/repos/asf/echarts-examples.git commit d7a18e35afeccbe176b44f372d70f02ba5d4f0ec Author: plainheart AuthorDate: Sun May 1 22:41:50 2022 +0800

[echarts-examples] branch dependabot/npm_and_yarn/node-fetch-2.6.7 created (now 35d28aa0)

2022-05-01 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/node-fetch-2.6.7 in repository https://gitbox.apache.org/repos/asf/echarts-examples.git at 35d28aa0 chore(deps): bump node-fetch from 2.6.1 to 2.6.7 No new

[echarts-examples] branch dependabot/npm_and_yarn/postcss-7.0.39 created (now b022e79f)

2022-05-01 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/postcss-7.0.39 in repository https://gitbox.apache.org/repos/asf/echarts-examples.git at b022e79f chore(deps): bump postcss from 7.0.25 to 7.0.39 No new

[echarts-examples] branch dependabot/npm_and_yarn/simple-get-4.0.1 created (now 03ff6437)

2022-05-01 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/simple-get-4.0.1 in repository https://gitbox.apache.org/repos/asf/echarts-examples.git at 03ff6437 chore(deps): bump simple-get from 4.0.0 to 4.0.1 No new

[echarts-examples] branch dependabot/npm_and_yarn/nanoid-3.1.31 created (now fd22dbfb)

2022-05-01 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/nanoid-3.1.31 in repository https://gitbox.apache.org/repos/asf/echarts-examples.git at fd22dbfb chore(deps): bump nanoid from 3.1.30 to 3.1.31 No new

[echarts-examples] 01/01: Merge pull request #43 from apache/feat-share

2022-05-01 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/echarts-examples.git commit bafef5a3f33c5aaa9c778072036db7e54d50f512 Merge: 62c9f2a9 6110ae00 Author: Yi Shen AuthorDate: Sun May 1

[echarts-examples] branch gh-pages updated (62c9f2a9 -> bafef5a3)

2022-05-01 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch gh-pages in repository https://gitbox.apache.org/repos/asf/echarts-examples.git from 62c9f2a9 Merge pull request #44 from fuchunhui/gh-pages add 18cf8777 feat: support sharing code and

[echarts-examples] branch feat-share updated (db87f961 -> 6110ae00)

2022-05-01 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a change to branch feat-share in repository https://gitbox.apache.org/repos/asf/echarts-examples.git from db87f961 fix: limit shared code's access to global vars add 6110ae00 fix darkMode No new

[GitHub] [echarts] linghaoSu commented on issue #16960: [Bug] 使用series[type='graph']时,line绘制错位

2022-05-01 Thread GitBox
linghaoSu commented on issue #16960: URL: https://github.com/apache/echarts/issues/16960#issuecomment-1114250330 你所有的点的 x y 坐标都 * 100 就好了,也无需担心尺寸超出边界,反正都是自适应撑满整个绘图空间的。 这个问题是 `subPixelOptimize` 与 graph 图表的自适应共同引发的。 由于你的 边 的两点的坐标十分接近,同时由于 graph

[echarts-examples] branch feat-share updated (e2141f2b -> db87f961)

2022-05-01 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a change to branch feat-share in repository https://gitbox.apache.org/repos/asf/echarts-examples.git from e2141f2b chore: reload sandbox when clicking `Run` add db87f961 fix: limit shared code's access to

[echarts-examples] branch feat-share updated (515139b6 -> e2141f2b)

2022-05-01 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a change to branch feat-share in repository https://gitbox.apache.org/repos/asf/echarts-examples.git from 515139b6 fix: add apache.github.io to CSP allow list add e2141f2b chore: reload sandbox when

[GitHub] [echarts] plainheart opened a new issue, #16967: [Bug] lineGL-ny can't work since v5.3.0

2022-05-01 Thread GitBox
plainheart opened a new issue, #16967: URL: https://github.com/apache/echarts/issues/16967 ### Version ^5.3.0 ### Link to Minimal Reproduction https://echarts.apache.org/examples/editor.html?c=linesGL-ny=1 ### Steps to Reproduce Open the reproduction link

[echarts-examples] branch feat-share updated (8ae6adef -> 515139b6)

2022-05-01 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a change to branch feat-share in repository https://gitbox.apache.org/repos/asf/echarts-examples.git from 8ae6adef fix: add bdstatic.com to CSP allow list add 515139b6 fix: add apache.github.io to CSP

[echarts-examples] branch feat-share updated (7a78a254 -> 8ae6adef)

2022-05-01 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a change to branch feat-share in repository https://gitbox.apache.org/repos/asf/echarts-examples.git from 7a78a254 fix: set CSP `frame-src` to `'none'` add 8ae6adef fix: add bdstatic.com to CSP allow list

[echarts] branch master updated: feat(View): `View` center supports `string` (#16904)

2022-05-01 Thread susiwen8
This is an automated email from the ASF dual-hosted git repository. susiwen8 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/echarts.git The following commit(s) were added to refs/heads/master by this push: new bc641254a feat(View): `View` center supports

[GitHub] [echarts] susiwen8 merged pull request #16904: feat(View): `View` center supports `string`

2022-05-01 Thread GitBox
susiwen8 merged PR #16904: URL: https://github.com/apache/echarts/pull/16904 -- 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 #16904: feat(View): `View` center supports `string`

2022-05-01 Thread GitBox
echarts-bot[bot] commented on PR #16904: URL: https://github.com/apache/echarts/pull/16904#issuecomment-1114188855 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

[GitHub] [echarts] susiwen8 closed issue #14764: type graph roam nodes disapper!

2022-05-01 Thread GitBox
susiwen8 closed issue #14764: type graph roam nodes disapper! URL: https://github.com/apache/echarts/issues/14764 -- 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

[echarts-examples] branch feat-share updated (27aa32c7 -> 7a78a254)

2022-05-01 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a change to branch feat-share in repository https://gitbox.apache.org/repos/asf/echarts-examples.git from 27aa32c7 fix: add back `allow-same-origin` for sandbox and tweak CSP rules for FireFox compatibility.

[echarts-examples] branch feat-share updated (df598ad5 -> 27aa32c7)

2022-05-01 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a change to branch feat-share in repository https://gitbox.apache.org/repos/asf/echarts-examples.git from df598ad5 fix: override `document.defaultView` with custom limited `window` add 27aa32c7 fix: add

[echarts-examples] branch feat-share updated (044396d5 -> df598ad5)

2022-05-01 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a change to branch feat-share in repository https://gitbox.apache.org/repos/asf/echarts-examples.git from 044396d5 chore: optimize estraverse browser js import add df598ad5 fix: override