[GitHub] [echarts] s209392599 commented on issue #5391: 多个legend设置selected时,legend需要单击两次才能切换状态

2022-10-08 Thread GitBox
s209392599 commented on issue #5391: URL: https://github.com/apache/echarts/issues/5391#issuecomment-1272463100 楼上说的对,是在分组的时候第二组、第三组、、、第n组被禁止的会出现这个问题,解决方法是: 在第一组的selected里面先进行声明,在当前组再进行一次声明就可以了。目前使用版本@5.4.0 `legend: [ { top: '10', data: ['Email', 'Union Ads'],

[GitHub] [echarts] s209392599 commented on issue #5391: 多个legend设置selected时,legend需要单击两次才能切换状态

2022-10-08 Thread GitBox
s209392599 commented on issue #5391: URL: https://github.com/apache/echarts/issues/5391#issuecomment-1272462874 sdf -- 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] github-actions[bot] commented on issue #9874: 建议series[i]-line.sampling可以同时返回两个值,最大值和最小值

2022-10-08 Thread GitBox
github-actions[bot] commented on issue #9874: URL: https://github.com/apache/echarts/issues/9874#issuecomment-1272397287 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

[GitHub] [echarts] li942475402 commented on issue #17737: [Bug] The behavior of axisPointer does not conform to normal people's feelings when both the x-axis and the y-axis are continuous axes

2022-10-08 Thread GitBox
li942475402 commented on issue #17737: URL: https://github.com/apache/echarts/issues/17737#issuecomment-1272323752 It seems that the behavior of axisPointer when both the x-axis and the y-axis are continuous axes is the superposition of the behavior of a single continuous axis, but in

[GitHub] [echarts] li942475402 opened a new issue, #17737: [Bug] The behavior of axisPointer does not conform to normal people's feelings when both the x-axis and the y-axis are continuous axes

2022-10-08 Thread GitBox
li942475402 opened a new issue, #17737: URL: https://github.com/apache/echarts/issues/17737 ### Version 5.4.0 ### Link to Minimal Reproduction

[GitHub] [echarts] echarts-bot[bot] closed issue #17732: [Bug] 5.4.0饼图切换示例计算百分比有误

2022-10-08 Thread GitBox
echarts-bot[bot] closed issue #17732: [Bug] 5.4.0饼图切换示例计算百分比有误 URL: https://github.com/apache/echarts/issues/17732 -- 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] horitaka opened a new pull request, #17736: fix(line): distance bug in vertical or horizontal line #17162

2022-10-08 Thread GitBox
horitaka opened a new pull request, #17736: URL: https://github.com/apache/echarts/pull/17736 ## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do?

[GitHub] [echarts] echarts-bot[bot] commented on pull request #17736: fix(line): distance bug in vertical or horizontal line #17162

2022-10-08 Thread GitBox
echarts-bot[bot] commented on PR #17736: URL: https://github.com/apache/echarts/pull/17736#issuecomment-1272301143 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)

[echarts] 01/01: Merge pull request #17734 from apache/fix/pie-percent

2022-10-08 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 a840d46398ed2e9fb28cd7053d25f7bb97675363 Merge: db0f92abd 8c8a1a2b8 Author: Zhongxiang Wang AuthorDate: Sat Oct 8

[echarts] branch master updated (db0f92abd -> a840d4639)

2022-10-08 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 db0f92abd Merge pull request #17727 from MainHou/master add 049533132 chore: fix some typos add a80fec3f8

[GitHub] [echarts] echarts-bot[bot] commented on pull request #17734: fix(pie): fix percent isn't updated after the legend is changed

2022-10-08 Thread GitBox
echarts-bot[bot] commented on PR #17734: URL: https://github.com/apache/echarts/pull/17734#issuecomment-1272292838 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] plainheart merged pull request #17734: fix(pie): fix percent isn't updated after the legend is changed

2022-10-08 Thread GitBox
plainheart merged PR #17734: URL: https://github.com/apache/echarts/pull/17734 -- 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-percent updated (a80fec3f8 -> 8c8a1a2b8)

2022-10-08 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a change to branch fix/pie-percent in repository https://gitbox.apache.org/repos/asf/echarts.git from a80fec3f8 fix(pie): fix percent isn't updated when the legend is changed add 8c8a1a2b8 refactor(pie):

[GitHub] [echarts] plainheart commented on a diff in pull request #16315: feat(axis): support tooltip for axis label.

2022-10-08 Thread GitBox
plainheart commented on code in PR #16315: URL: https://github.com/apache/echarts/pull/16315#discussion_r990616729 ## src/component/axis/AxisBuilder.ts: ## @@ -810,6 +810,15 @@ function buildAxisLabel( }); textEl.anid = 'label_' + tickValue; +

[GitHub] [echarts] plainheart commented on issue #17735: [Bug] RadialGradient backgroundColor can't render by svg

2022-10-08 Thread GitBox
plainheart commented on issue #17735: URL: https://github.com/apache/echarts/issues/17735#issuecomment-1272276150 SVG renderer only supports setting a color string as the background now. This feature is in progress and may be supported in future releases. See also the

[GitHub] [echarts] plainheart commented on a diff in pull request #16315: feat(axis): support tooltip for axis label.

2022-10-08 Thread GitBox
plainheart commented on code in PR #16315: URL: https://github.com/apache/echarts/pull/16315#discussion_r990616729 ## src/component/axis/AxisBuilder.ts: ## @@ -810,6 +810,15 @@ function buildAxisLabel( }); textEl.anid = 'label_' + tickValue; +

[GitHub] [echarts] plainheart commented on a diff in pull request #16315: feat(axis): support tooltip for axis label.

2022-10-08 Thread GitBox
plainheart commented on code in PR #16315: URL: https://github.com/apache/echarts/pull/16315#discussion_r990616729 ## src/component/axis/AxisBuilder.ts: ## @@ -810,6 +810,15 @@ function buildAxisLabel( }); textEl.anid = 'label_' + tickValue; +

[GitHub] [echarts] zhiqingchen opened a new issue, #17735: [Bug] RadialGradient backgroundColor can't render by svg

2022-10-08 Thread GitBox
zhiqingchen opened a new issue, #17735: URL: https://github.com/apache/echarts/issues/17735 ### Version 5.4.0 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?c=bubble-gradient ### Steps to Reproduce 1. add RadialGradient

[echarts-www] branch master updated: fix zh faq style

2022-10-08 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 655801bb fix zh faq style 655801bb is

[echarts-www] branch master updated: fix faq style

2022-10-08 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 e3599f67 fix faq style e3599f67 is

[echarts-www] branch master updated: fix faq style

2022-10-08 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 479f584b fix faq style 479f584b is

[echarts-www] branch master updated: feat(faq): add a new item for Vue-related FAQ. (apache/echarts#17723)

2022-10-08 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 fba47a86 feat(faq): add a new item for