Re: [I] [Bug] Tree chart rendered using SVG is not compliant with strict CSP directives for styles [echarts]

2024-01-30 Thread via GitHub
echarts-bot[bot] closed issue #19398: [Bug] Tree chart rendered using SVG is not compliant with strict CSP directives for styles URL: https://github.com/apache/echarts/issues/19398 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [I] [Bug] Tree chart rendered using SVG is not compliant with strict CSP directives for styles [echarts]

2024-01-30 Thread via GitHub
plainheart commented on issue #19398: URL: https://github.com/apache/echarts/issues/19398#issuecomment-1917701009 Fixed by ecomfe/zrender#1030. Please try the coming v5.5.0. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] Support for inline charts - 'sparklines' [echarts]

2024-01-30 Thread via GitHub
helgasoft commented on issue #12714: URL: https://github.com/apache/echarts/issues/12714#issuecomment-1917667017 @SardarDelha, @ignm, these sparklines are indeed made with ECharts: https://github.com/uptrace/uptrace/blob/master/vue/src/components/SparklineChart.vue -- This is an

Re: [PR] chore: revert #19567 "chore: add source release debug file" [echarts]

2024-01-30 Thread via GitHub
github-actions[bot] commented on PR #19569: URL: https://github.com/apache/echarts/pull/19569#issuecomment-1917642092 The changes brought by this PR can be previewed at: https://echarts.apache.org/examples/editor?version=PR-19569@0e30eac -- This is an automated message from the

Re: [PR] chore: revert #19567 "chore: add source release debug file" [echarts]

2024-01-30 Thread via GitHub
echarts-bot[bot] commented on PR #19569: URL: https://github.com/apache/echarts/pull/19569#issuecomment-1917630968 Thanks for your contribution! The community will review it ASAP. In the meanwhile, please checkout [the coding standard](https://echarts.apache.org/en/coding-standard.html)

[PR] chore: revert #19567 "chore: add source release debug file" [echarts]

2024-01-30 Thread via GitHub
plainheart opened a new pull request, #19569: URL: https://github.com/apache/echarts/pull/19569 ## Brief Information This pull request is in the type of: - [ ] bug fixing - [ ] new feature - [x] others ### What does this PR do? Reverts #19567. See #19568

(echarts) branch revert-19567-chore-source-release created (now 0e30eac78)

2024-01-30 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a change to branch revert-19567-chore-source-release in repository https://gitbox.apache.org/repos/asf/echarts.git at 0e30eac78 Revert "chore: add source release debug file" This branch includes the

(echarts) 01/01: Revert "chore: add source release debug file"

2024-01-30 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch revert-19567-chore-source-release in repository https://gitbox.apache.org/repos/asf/echarts.git commit 0e30eac78e6eb1d0b12d2fcc687195e2ad43cf02 Author: Zhongxiang Wang AuthorDate: Wed Jan 31

Re: [PR] fix(test): rename `jest.config.js` to `jest.config.cjs` to fix jest error [echarts]

2024-01-30 Thread via GitHub
github-actions[bot] commented on PR #19568: URL: https://github.com/apache/echarts/pull/19568#issuecomment-1917580539 The changes brought by this PR can be previewed at: https://echarts.apache.org/examples/editor?version=PR-19568@fde9fbd -- This is an automated message from the

Re: [PR] fix(test): rename `jest.config.js` to `jest.config.cjs` to fix jest error [echarts]

2024-01-30 Thread via GitHub
echarts-bot[bot] commented on PR #19568: URL: https://github.com/apache/echarts/pull/19568#issuecomment-1917567995 Thanks for your contribution! The community will review it ASAP. In the meanwhile, please checkout [the coding standard](https://echarts.apache.org/en/coding-standard.html)

[PR] fix(test): rename `jest.config.js` to `jest.config.cjs` to fix jest error [echarts]

2024-01-30 Thread via GitHub
plainheart opened a new pull request, #19568: URL: https://github.com/apache/echarts/pull/19568 ## Brief Information This pull request is in the type of: - [ ] bug fixing - [ ] new feature - [x] others ### What does this PR do? Fix jest can't run

Re: [I] [Feature] KMB style yAxis label formatter [echarts]

2024-01-30 Thread via GitHub
helgasoft commented on issue #19565: URL: https://github.com/apache/echarts/issues/19565#issuecomment-1917561390 try that: ``` yAxis: { axisLabel: { formatter: v => { b= 10; m= 100; k= 1000; out = v>=b ? v/b + 'B' : v>=m ? v/m + 'M'

(echarts) branch fix-jest created (now fde9fbdbc)

2024-01-30 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a change to branch fix-jest in repository https://gitbox.apache.org/repos/asf/echarts.git at fde9fbdbc fix(test): rename `jest.config.js` to `jest.config.cjs` to fix jest can't run This branch includes the

(echarts) 01/01: fix(test): rename `jest.config.js` to `jest.config.cjs` to fix jest can't run

2024-01-30 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch fix-jest in repository https://gitbox.apache.org/repos/asf/echarts.git commit fde9fbdbc9809b509c13f3e1feb4b81788bb495b Author: plainheart AuthorDate: Wed Jan 31 01:23:14 2024 +0800

Re: [I] [Bug] `on` API doesn't work on `line` type graph when `symbol: 'none'` [echarts]

2024-01-30 Thread via GitHub
yogat3ch commented on issue #19562: URL: https://github.com/apache/echarts/issues/19562#issuecomment-1917399490 > Do you want to listen to the line or the invisible symbols? If it's the line, you will need to enable the

Re: [I] [Bug] `on` API doesn't work on `line` type graph when `symbol: 'none'` [echarts]

2024-01-30 Thread via GitHub
yogat3ch closed issue #19562: [Bug] `on` API doesn't work on `line` type graph when `symbol: 'none'` URL: https://github.com/apache/echarts/issues/19562 -- 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] 在k线图中通过使用markPoint symbol自定义矢量图形,图形中所画的直线/虚线不显示,其它的path可以显示 [echarts]

2024-01-30 Thread via GitHub
plainheart commented on issue #19566: URL: https://github.com/apache/echarts/issues/19566#issuecomment-1917256857 @soeasyjx I think there is something wrong with the SVG path. I created an SVG file with the provided path string, but it shows no dots. ```html

Re: [I] [Bug] `on` API doesn't work on `line` type graph when `symbol: 'none'` [echarts]

2024-01-30 Thread via GitHub
plainheart commented on issue #19562: URL: https://github.com/apache/echarts/issues/19562#issuecomment-1917136616 Do you want to listen to the line or the invisible symbols? If it's the line, you will need to enable the

Re: [I] [Feature] 主题配置-新增 label 字体样式配置 [echarts]

2024-01-30 Thread via GitHub
plainheart commented on issue #19561: URL: https://github.com/apache/echarts/issues/19561#issuecomment-1917093425 其实主题中的配置几乎跟 option 的配置一样,可以直接修改导出的 theme 文件,找到其中 pie 的部分,添加 label.color 手动配置一个颜色。 https://github.com/apache/echarts/assets/26999792/94288b2b-51dc-4d2e-b45f-63385418ae24;

(echarts) branch chore-source-release deleted (was 39a690e16)

2024-01-30 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch chore-source-release in repository https://gitbox.apache.org/repos/asf/echarts.git was 39a690e16 chore: log jest version The revisions that were on this branch are still contained in other

Re: [PR] chore: add source release debug file [echarts]

2024-01-30 Thread via GitHub
echarts-bot[bot] commented on PR #19567: URL: https://github.com/apache/echarts/pull/19567#issuecomment-1916986340 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

(echarts) 01/01: Merge pull request #19567 from apache/chore-source-release

2024-01-30 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.git commit 5cd6322b812d80fd5d3b4a0d95c24f7c05e3430f Merge: 6b8fae82e 39a690e16 Author: Zhongxiang Wang AuthorDate: Tue Jan 30

(echarts) branch master updated (6b8fae82e -> 5cd6322b8)

2024-01-30 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/echarts.git from 6b8fae82e Merge pull request #19513 from apache/module_default_esm add dadc3ce7e chore: add source release

Re: [PR] chore: add source release debug file [echarts]

2024-01-30 Thread via GitHub
plainheart merged PR #19567: URL: https://github.com/apache/echarts/pull/19567 -- 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:

Re: [I] 在k线图中通过使用markPoint symbol自定义矢量图形,图形中所画的直线/虚线不显示,其它的path可以显示 [echarts]

2024-01-30 Thread via GitHub
soeasyjx commented on issue #19566: URL: https://github.com/apache/echarts/issues/19566#issuecomment-1916846540 > might be too small to be displayed. Try using small rectangles as a thicker line instead. 我觉得这个方案并不可取,而且会将简单的问题复杂化,我后面还需要绘制许多的图标,有很多的直接,难道都按照上面的方案。 -- This is an

Re: [I] [Bug] Tree chart rendered using SVG is not compliant with strict CSP directives for styles [echarts]

2024-01-30 Thread via GitHub
undeletable commented on issue #19398: URL: https://github.com/apache/echarts/issues/19398#issuecomment-1916702678 UPD: I've tried latest (5.5.0-rc.1) version, and looks like there's no issue anymore. -- This is an automated message from the Apache Git Service. To respond to the message,

(echarts) branch chore-source-release updated (dadc3ce7e -> 39a690e16)

2024-01-30 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch chore-source-release in repository https://gitbox.apache.org/repos/asf/echarts.git from dadc3ce7e chore: add source release debug file add 39a690e16 chore: log jest version No new

Re: [PR] chore: add source release debug file [echarts]

2024-01-30 Thread via GitHub
github-actions[bot] commented on PR #19567: URL: https://github.com/apache/echarts/pull/19567#issuecomment-1916619155 The changes brought by this PR can be previewed at: https://echarts.apache.org/examples/editor?version=PR-19567@dadc3ce -- This is an automated message from the

Re: [PR] chore: add source release debug file [echarts]

2024-01-30 Thread via GitHub
echarts-bot[bot] commented on PR #19567: URL: https://github.com/apache/echarts/pull/19567#issuecomment-1916606356 Thanks for your contribution! The community will review it ASAP. In the meanwhile, please checkout [the coding standard](https://echarts.apache.org/en/coding-standard.html)

[PR] chore: add source release debug file [echarts]

2024-01-30 Thread via GitHub
Ovilia opened a new pull request, #19567: URL: https://github.com/apache/echarts/pull/19567 ## Brief Information This pull request is in the type of: - [ ] bug fixing - [ ] new feature - [x] others ### What does this PR do? Add a

(echarts) branch chore-source-release created (now dadc3ce7e)

2024-01-30 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch chore-source-release in repository https://gitbox.apache.org/repos/asf/echarts.git at dadc3ce7e chore: add source release debug file This branch includes the following new commits:

(echarts) 01/01: chore: add source release debug file

2024-01-30 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch chore-source-release in repository https://gitbox.apache.org/repos/asf/echarts.git commit dadc3ce7e2dfd66b0a85daa9e4cbb55df8b4719e Author: Ovilia AuthorDate: Tue Jan 30 19:04:30 2024 +0800

Re: [I] [Bug] The yAxis configuration item nameTextStyle.width does not work。yAxis的name配置项TextStyle.width不起作用 [echarts]

2024-01-30 Thread via GitHub
ptandler commented on issue #18408: URL: https://github.com/apache/echarts/issues/18408#issuecomment-1916595677 > Fixed in [apache/echarts-doc@0d22eaa](https://github.com/apache/echarts-doc/commit/0d22eaa136bf6c06486ec9a8910f12f27306d69c) I'm a bit puzzled now: When I look at

Re: [I] 在k线图中通过使用markPoint symbol自定义矢量图形,图形中所画的直线/虚线不显示,其它的path可以显示 [echarts]

2024-01-30 Thread via GitHub
MatthiasMert commented on issue #19566: URL: https://github.com/apache/echarts/issues/19566#issuecomment-1916504051 might be too small to be displayed. Try using small rectangles as a thicker line instead. -- This is an automated message from the Apache Git Service. To respond to the

(echarts) branch chore-source-release deleted (was cdd051e40)

2024-01-30 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch chore-source-release in repository https://gitbox.apache.org/repos/asf/echarts.git was cdd051e40 chore: rebuild source release when release edited This change permanently discards the

Re: [I] 在k线图中通过使用markPoint symbol自定义矢量图形,图形中所画的直线/虚线不显示,其它的path可以显示 [echarts]

2024-01-30 Thread via GitHub
echarts-bot[bot] commented on issue #19566: URL: https://github.com/apache/echarts/issues/19566#issuecomment-1916431959 @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

(echarts) branch chore-source-release created (now cdd051e40)

2024-01-30 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch chore-source-release in repository https://gitbox.apache.org/repos/asf/echarts.git at cdd051e40 chore: rebuild source release when release edited This branch includes the following new

(echarts) 01/01: chore: rebuild source release when release edited

2024-01-30 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch chore-source-release in repository https://gitbox.apache.org/repos/asf/echarts.git commit cdd051e40f0fc5412d27cddc27380b0303f1e390 Author: Ovilia AuthorDate: Tue Jan 30 17:05:02 2024 +0800

Re: [I] 折线图如何实现不同的区间值绘制不同 [echarts]

2024-01-30 Thread via GitHub
iscmd commented on issue #19563: URL: https://github.com/apache/echarts/issues/19563#issuecomment-1916295421 >

Re: [I] 折线图如何实现不同的区间值绘制不同 [echarts]

2024-01-30 Thread via GitHub
iscmd commented on issue #19563: URL: https://github.com/apache/echarts/issues/19563#issuecomment-1916289254 >