[GitHub] [echarts] paris0120 opened a new issue, #17135: [Bug] stack for null value with connectNulls: true, the color from the upper values overflows to the bottom.

2022-05-28 Thread GitBox
paris0120 opened a new issue, #17135: URL: https://github.com/apache/echarts/issues/17135 ### Version ng-echarts 8.0.1 ### Link to Minimal Reproduction https://611udm.csb.app/ ### Steps to Reproduce ``` import * as echarts from "echarts"; import

[GitHub] [echarts] tyn1998 commented on issue #16152: [Feature] Multi-level drill-down

2022-05-28 Thread GitBox
tyn1998 commented on issue #16152: URL: https://github.com/apache/echarts/issues/16152#issuecomment-1140357113 Hi @dirslashls, below is the snippet. You can run it in [online editor](https://echarts.apache.org/examples/en/editor.html?c=bar-drilldown) to have a try: ```javascript

[GitHub] [echarts] tyn1998 commented on pull request #17100: feat(funnel): new funnel style

2022-05-28 Thread GitBox
tyn1998 commented on PR #17100: URL: https://github.com/apache/echarts/pull/17100#issuecomment-1140354165 Hi @pe-2~ Maybe @susiwen8 set the option on purpose to test [different label positions](https://echarts.apache.org/zh/option.html#series-funnel.label), I suppose? -- This is

[GitHub] [echarts] pe-2 commented on pull request #17100: feat(funnel): new funnel style

2022-05-28 Thread GitBox
pe-2 commented on PR #17100: URL: https://github.com/apache/echarts/pull/17100#issuecomment-1140351779 Why are the last two labels out of place?For me, an ocD, It's too uncomfortable. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [echarts] mmichal9 opened a new issue, #17134: [Feature] Example of plotting images from file/url including zoom

2022-05-28 Thread GitBox
mmichal9 opened a new issue, #17134: URL: https://github.com/apache/echarts/issues/17134 ### What problem does this feature solve? Documentation for displaying images from url or loaded file (.jpg, .png) including zooming, panning, etc. ### What does the proposed API look

[GitHub] [echarts] dirslashls commented on issue #16152: [Feature] Multi-level drill-down

2022-05-28 Thread GitBox
dirslashls commented on issue #16152: URL: https://github.com/apache/echarts/issues/16152#issuecomment-1140311565 Hi @tyn1998 , yes, this new version is what I am looking for. Thanks for figuring out a way to achieve it. I am interested in the write-up of how to do it. -- This is an

[GitHub] [echarts] tyn1998 commented on issue #17122: [Bug] DataZoom's miniature misrepresents data in a managed plot (the plot drawn over the slider doesn't match the main plot's data)

2022-05-28 Thread GitBox
tyn1998 commented on issue #17122: URL: https://github.com/apache/echarts/issues/17122#issuecomment-1140269887 Hi, @MrCatEsq, glad to hear it helps a bit. Since the problem is beyond my capability, further help might be sought from the core team :) -- This is an automated message from

[GitHub] [echarts] MrCatEsq commented on issue #17122: [Bug] DataZoom's miniature misrepresents data in a managed plot (the plot drawn over the slider doesn't match the main plot's data)

2022-05-28 Thread GitBox
MrCatEsq commented on issue #17122: URL: https://github.com/apache/echarts/issues/17122#issuecomment-1140267999 > Hello, @MrCatEsq ~ If you mean this "indent"? Hi, @tyn1998! Thanks for the answer. Yes, I mean vertical indents/paddings from top and bottom of the DataZoom border.

[GitHub] [echarts] tyn1998 commented on issue #16152: [Feature] Multi-level drill-down

2022-05-28 Thread GitBox
tyn1998 commented on issue #16152: URL: https://github.com/apache/echarts/issues/16152#issuecomment-1140252347 Hi, @dirslashls, it is the second time I commenting on this issue. I commented here 3 days ago but I found I was wrong, so I deleted those wrong info and reworked with this

[GitHub] [echarts-doc] villebro commented on pull request #255: feat: add stackStrategy docs

2022-05-28 Thread GitBox
villebro commented on PR #255: URL: https://github.com/apache/echarts-doc/pull/255#issuecomment-1140252028 > Could you add `version`? Since this will be introduced in `5.3.3` @pissang Are we prepare to land this feature in `5.3.3`? Thanks @susiwen8 - I added the version here:

[GitHub] [echarts-doc] susiwen8 commented on pull request #255: feat: add stackStrategy docs

2022-05-28 Thread GitBox
susiwen8 commented on PR #255: URL: https://github.com/apache/echarts-doc/pull/255#issuecomment-1140246412 Could you add `version`? Since this will be introduced in `5.3.3` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [echarts] plainheart commented on pull request #17133: fix(symbol): fix `square` icon is not being respected

2022-05-28 Thread GitBox
plainheart commented on PR #17133: URL: https://github.com/apache/echarts/pull/17133#issuecomment-1140225969 But it's enough to use `rect` and `symbolSize` to do this. So is it necessary to support this icon type? -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [echarts] echarts-bot[bot] commented on pull request #17133: fix(symbol): fix `square` icon is not being respected

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

[GitHub] [echarts] plainheart opened a new pull request, #17133: fix(symbol): fix `square` icon is not being respected

2022-05-28 Thread GitBox
plainheart opened a new pull request, #17133: URL: https://github.com/apache/echarts/pull/17133 ## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do? `square` is one of the

[echarts] 01/01: fix(symbol): fix `square` icon is not being respected, which behaves like `rect` currently.

2022-05-28 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch fix/symbol-square in repository https://gitbox.apache.org/repos/asf/echarts.git commit 0adbfd53cb11a8c0afb9adbeb654312ef4dc0da8 Author: plainheart AuthorDate: Sat May 28 17:08:46 2022 +0800

[echarts] branch fix/symbol-square updated (7ba40b9ae -> 0adbfd53c)

2022-05-28 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a change to branch fix/symbol-square in repository https://gitbox.apache.org/repos/asf/echarts.git discard 7ba40b9ae fix(symbol): fix `squre` icon is not being respected, which behaves as the same as `rect`

[echarts] branch fix/symbol-square created (now 7ba40b9ae)

2022-05-28 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a change to branch fix/symbol-square in repository https://gitbox.apache.org/repos/asf/echarts.git at 7ba40b9ae fix(symbol): fix `squre` icon is not being respected, which behaves as the same as `rect`

[echarts] 01/01: fix(symbol): fix `squre` icon is not being respected, which behaves as the same as `rect` currently.

2022-05-28 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch fix/symbol-square in repository https://gitbox.apache.org/repos/asf/echarts.git commit 7ba40b9ae935e7f5fb6d405af744e415be1b4952 Author: plainheart AuthorDate: Sat May 28 17:08:46 2022 +0800

[echarts-doc] branch master updated: fix(icon): add missing icon `square`.

2022-05-28 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-doc.git The following commit(s) were added to refs/heads/master by this push: new fa7708a1 fix(icon): add missing icon

[echarts-doc] branch master updated: Add square as allowed builtin icon

2022-05-28 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-doc.git The following commit(s) were added to refs/heads/master by this push: new fe67441d Add square as allowed builtin

[GitHub] [echarts-doc] plainheart merged pull request #256: Add square as allowed builtin icon

2022-05-28 Thread GitBox
plainheart merged PR #256: URL: https://github.com/apache/echarts-doc/pull/256 -- 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 feat/pie-coordinate-system updated (c1b677597 -> a6307826c)

2022-05-28 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a change to branch feat/pie-coordinate-system in repository https://gitbox.apache.org/repos/asf/echarts.git from c1b677597 feat(pie): support specifying coordinate system for pie series. add a6307826c

[GitHub] [echarts-doc] villebro commented on pull request #255: feat: add stackStrategy docs

2022-05-28 Thread GitBox
villebro commented on PR #255: URL: https://github.com/apache/echarts-doc/pull/255#issuecomment-1140198665 Ping @pissang @Ovilia @susiwen8 is this PR ok to be merged now that the feature PR has been merged? -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [echarts] echarts-bot[bot] commented on pull request #17132: feat(pie): support specifying coordinate system for pie series.

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

[GitHub] [echarts] plainheart opened a new pull request, #17132: feat(pie): support specifying coordinate system for pie series.

2022-05-28 Thread GitBox
plainheart opened a new pull request, #17132: URL: https://github.com/apache/echarts/pull/17132 ## Brief Information This pull request is in the type of: - [ ] bug fixing - [x] new feature - [ ] others ### What does this PR do? Add coordinate system

[echarts] 01/01: feat(pie): support specifying coordinate system for pie series.

2022-05-28 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch feat/pie-coordinate-system in repository https://gitbox.apache.org/repos/asf/echarts.git commit c1b67759765e420e09412dc0193ce06d471d626a Author: plainheart AuthorDate: Sat May 28 15:17:06 2022

[echarts] branch feat/pie-coordinate-system created (now c1b677597)

2022-05-28 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a change to branch feat/pie-coordinate-system in repository https://gitbox.apache.org/repos/asf/echarts.git at c1b677597 feat(pie): support specifying coordinate system for pie series. This branch includes