[echarts-bar-racing] branch master updated: WIP: stoppable raq mocking

2022-02-20 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-bar-racing.git The following commit(s) were added to refs/heads/master by this push: new 25c2aee WIP: stoppable raq mocking

[GitHub] [echarts] qq1063823095 edited a comment on issue #16551: [Bug] GraphEdgeItemOption 没有导出

2022-02-20 Thread GitBox
qq1063823095 edited a comment on issue #16551: URL: https://github.com/apache/echarts/issues/16551#issuecomment-1046551856 目前我通过以下代码来实现了我的需求: ``` var tempGSO = { links: [] } as GraphSeriesOption type GraphEdgeItemOption = NonNullable[0] ``` 但我认为这不是最有效的办法 --

[GitHub] [echarts] qq1063823095 edited a comment on issue #16551: [Bug] GraphEdgeItemOption 没有导出

2022-02-20 Thread GitBox
qq1063823095 edited a comment on issue #16551: URL: https://github.com/apache/echarts/issues/16551#issuecomment-1046551856 目前我通过以下代码来实现了我的需求: `` var tempGSO = { links: [] } as GraphSeriesOption type GraphEdgeItemOption = NonNullable[0] ``` 但我认为这不是最有效的办法 -- This is an

[GitHub] [echarts] qq1063823095 commented on issue #16551: [Bug] GraphEdgeItemOption 没有导出

2022-02-20 Thread GitBox
qq1063823095 commented on issue #16551: URL: https://github.com/apache/echarts/issues/16551#issuecomment-1046551856 目前我通过以下代码来实现了我的需求: var tempGSO = { links: [] } as GraphSeriesOption type GraphEdgeItemOption = NonNullable[0] 但我认为这不是最有效的办法 -- This is an automated message

[GitHub] [echarts] qq1063823095 opened a new issue #16551: [Bug] GraphEdgeItemOption 没有导出

2022-02-20 Thread GitBox
qq1063823095 opened a new issue #16551: URL: https://github.com/apache/echarts/issues/16551 ### Version 4.5.5 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 代码如下: import { GraphEdgeItemOption } from 'echarts'

[GitHub] [echarts] echarts-bot[bot] commented on issue #16551: [Bug] GraphEdgeItemOption 没有导出

2022-02-20 Thread GitBox
echarts-bot[bot] commented on issue #16551: URL: https://github.com/apache/echarts/issues/16551#issuecomment-1046538456 @qq1063823095 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

[echarts-bar-racing] branch master updated: WIP: use timeline

2022-02-20 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-bar-racing.git The following commit(s) were added to refs/heads/master by this push: new ebc588c WIP: use timeline ebc588c

[GitHub] [echarts] dirslashls commented on issue #16534: useDirtyRect = true and saving image shows "Save as Image" label

2022-02-20 Thread GitBox
dirslashls commented on issue #16534: URL: https://github.com/apache/echarts/issues/16534#issuecomment-1046524148 I am not 100% sure but I think excluded elements during rendering for image need to be explicitly cleared when setting useDirtyRect to true. -- This is an automated message

[GitHub] [echarts] hilitterg edited a comment on issue #16550: [Bug] 仪表盘设置开始角度为某一个角度时会出现显示错误

2022-02-20 Thread GitBox
hilitterg edited a comment on issue #16550: URL: https://github.com/apache/echarts/issues/16550#issuecomment-1046514823 In addition to 0 degrees, the problem also occurs when startAngle is set to 321 or 0 degrees and endAngle is set to -39 or 0 degrees -- This is an automated message

[GitHub] [echarts] hilitterg edited a comment on issue #16550: [Bug] 仪表盘设置开始角度为某一个角度时会出现显示错误

2022-02-20 Thread GitBox
hilitterg edited a comment on issue #16550: URL: https://github.com/apache/echarts/issues/16550#issuecomment-1046514823 In addition to 0 degrees, the problem also occurs when startAngle is set to 321 degrees and endAngle is set to -39 degrees -- This is an automated message from the

[GitHub] [echarts] hilitterg commented on issue #16550: [Bug] 仪表盘设置开始角度为某一个角度时会出现显示错误

2022-02-20 Thread GitBox
hilitterg commented on issue #16550: URL: https://github.com/apache/echarts/issues/16550#issuecomment-1046514823 In addition to 0 degrees, the problem also occurs when startAngle is set to 231 degrees and endAngle is set to -39 degrees -- This is an automated message from the Apache Git

[GitHub] [echarts] hilitterg opened a new issue #16550: [Bug] 仪表盘设置开始角度为某一个角度时会出现显示错误

2022-02-20 Thread GitBox
hilitterg opened a new issue #16550: URL: https://github.com/apache/echarts/issues/16550 ### Version "echarts": "^5.2.2", "echarts-for-react": "^3.0.2", ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce `option = {

[GitHub] [echarts] echarts-bot[bot] commented on issue #16550: [Bug] 仪表盘设置开始角度为某一个角度时会出现显示错误

2022-02-20 Thread GitBox
echarts-bot[bot] commented on issue #16550: URL: https://github.com/apache/echarts/issues/16550#issuecomment-1046511066 @hilitterg 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

[GitHub] [echarts-doc] pissang merged pull request #198: docs: add size option for dataZoom-slider

2022-02-20 Thread GitBox
pissang merged pull request #198: URL: https://github.com/apache/echarts-doc/pull/198 -- 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-doc] branch master updated (00b494e -> 2632938)

2022-02-20 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/echarts-doc.git. from 00b494e fix broken link in example code. new ad6624a docs(datazoom-slider): add `width` & `height`

[GitHub] [echarts-doc] kongmoumou commented on a change in pull request #198: docs: add size option for dataZoom-slider

2022-02-20 Thread GitBox
kongmoumou commented on a change in pull request #198: URL: https://github.com/apache/echarts-doc/pull/198#discussion_r810752238 ## File path: en/option/component/data-zoom-slider.md ## @@ -213,6 +213,18 @@ Whether to update view while dragging. If it is set as `false`, the

[GitHub] [echarts] pissang commented on a change in pull request #16548: fix(tree): fix tree unexpected expand

2022-02-20 Thread GitBox
pissang commented on a change in pull request #16548: URL: https://github.com/apache/echarts/pull/16548#discussion_r810745925 ## File path: src/chart/tree/TreeView.ts ## @@ -19,15 +19,15 @@ import * as zrUtil from 'zrender/src/core/util'; import * as graphic from

[GitHub] [echarts] github-actions[bot] commented on issue #12157: 漏斗图,可能是个BUG,如果SORT设置为none,数据为0的图居然比数据为20的还要大

2022-02-20 Thread GitBox
github-actions[bot] commented on issue #12157: URL: https://github.com/apache/echarts/issues/12157#issuecomment-1046320499 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

[GitHub] [echarts] github-actions[bot] closed issue #7620: X轴向左移动折线图被切断,怎样让线能跟Y轴连接起来

2022-02-20 Thread GitBox
github-actions[bot] closed issue #7620: URL: https://github.com/apache/echarts/issues/7620 -- 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 #7620: X轴向左移动折线图被切断,怎样让线能跟Y轴连接起来

2022-02-20 Thread GitBox
github-actions[bot] commented on issue #7620: URL: https://github.com/apache/echarts/issues/7620#issuecomment-1046320487 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

[GitHub] [echarts] coader opened a new issue #16549: [Feature] show legend name in each stacked area

2022-02-20 Thread GitBox
coader opened a new issue #16549: URL: https://github.com/apache/echarts/issues/16549 ### What problem does this feature solve? ![image](https://user-images.githubusercontent.com/3700498/154839770-a6c55402-fdce-44bf-be8e-c2c00fb0accf.png) ### What does the proposed API

[echarts-handbook] branch gh-pages updated (c51a455 -> 085a8cb)

2022-02-20 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch gh-pages in repository https://gitbox.apache.org/repos/asf/echarts-handbook.git. discard c51a455 Deploying to gh-pages from @

[echarts-handbook] branch master updated: Update get-started.md

2022-02-20 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-handbook.git The following commit(s) were added to refs/heads/master by this push: new 5c2136f Update get-started.md

[echarts-doc] branch master updated: fix broken link in example code.

2022-02-20 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 00b494e fix broken link in example code.

[GitHub] [echarts-doc] plainheart merged pull request #226: Update axis-common.md spelling

2022-02-20 Thread GitBox
plainheart merged pull request #226: URL: https://github.com/apache/echarts-doc/pull/226 -- 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-doc] branch master updated: Update axis-common.md spelling

2022-02-20 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 b8efbfd Update axis-common.md spelling

[GitHub] [echarts] linghaoSu opened a new pull request #16548: fix(tree): fix tree unexpected expand

2022-02-20 Thread GitBox
linghaoSu opened a new pull request #16548: URL: https://github.com/apache/echarts/pull/16548 ## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do? fix tree

[GitHub] [echarts] echarts-bot[bot] commented on pull request #16548: fix(tree): fix tree unexpected expand

2022-02-20 Thread GitBox
echarts-bot[bot] commented on pull request #16548: URL: https://github.com/apache/echarts/pull/16548#issuecomment-1046194777 Thanks for your contribution! The community will review it ASAP. In the meanwhile, please checkout [the coding