[GitHub] [echarts] Ovilia commented on issue #10537: Problem with tooltip axis of radar charts

2022-09-04 Thread GitBox


Ovilia commented on issue #10537:
URL: https://github.com/apache/echarts/issues/10537#issuecomment-1236518238

   @PIMBA This issue is still waiting for contributors. If you are interested, 
please checkout [the wiki](https://github.com/apache/echarts/wiki) to learn how 
to contribute.


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] echarts-bot[bot] commented on issue #11080: Gauge - Anticlockwise

2022-09-04 Thread GitBox


echarts-bot[bot] commented on issue #11080:
URL: https://github.com/apache/echarts/issues/11080#issuecomment-1236517605

   This issue is labeled with `difficulty: easy`.
   @MohammadYounes Would you like to debug it by yourself? This is a quicker 
way to get your problem fixed. Or you may wait for the community to fix.
   
   Please have a look at [How to debug 
ECharts](https://github.com/apache/echarts/blob/master/CONTRIBUTING.md#how-to-debug-echarts)
 if you'd like to give a try. 邏


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] echarts-bot[bot] commented on pull request #17616: chore(stale): issues with milestone TBD should not be marked as stale

2022-09-04 Thread GitBox


echarts-bot[bot] commented on PR #17616:
URL: https://github.com/apache/echarts/pull/17616#issuecomment-1236516691

   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) and Wiki 
about [How to make a pull 
request](https://github.com/apache/echarts/wiki/How-to-make-a-pull-request).
   
   The pull request is marked to be `PR: author is committer` because you are a 
committer of this project.
   
   ⚠️ MISSING DOCUMENT INFO: Please make sure one of the document options are 
checked in this PR's description. Search "Document Info" in the description of 
this PR. This should be done either by the author or the reviewers of the PR.


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[echarts] 01/01: chore(stale): issues with milestone TBD should not be marked as stale

2022-09-04 Thread ovilia
This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a commit to branch fix-stale
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit 7808c95cbe7971777f518cf79c7ad5df92e2a0c1
Author: Ovilia 
AuthorDate: Mon Sep 5 11:53:22 2022 +0800

chore(stale): issues with milestone TBD should not be marked as stale
---
 .github/workflows/stale.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 2c293e76c..3085c055b 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -26,5 +26,6 @@ jobs:
   stale-pr-message: 'This PR has been automatically marked as stale 
because it has not had recent activity. It will be closed in 7 days if no 
further activity occurs. If you wish not to mark it as stale, please leave a 
comment in this PR. We are sorry for this but 2 years is a long time and the 
code base has been changed a lot. Thanks for your contribution anyway.'
   close-pr-message: 'This PR has been automatically closed because it 
has not had recent activity. Sorry for that and we are looking forward to your 
next contribution.'
   exempt-issue-labels: 'FAQ,priority: high'
+  exempt-milestones: 'TBD'
   operations-per-run: 500
   ascending: true


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] Ovilia opened a new pull request, #17616: chore(stale): issues with milestone TBD should not be marked as stale

2022-09-04 Thread GitBox


Ovilia opened a new pull request, #17616:
URL: https://github.com/apache/echarts/pull/17616

   
   
   ## Brief Information
   
   This pull request is in the type of:
   
   - [ ] bug fixing
   - [ ] new feature
   - [x] others
   
   
   
   ### What does this PR do?
   
   
   
   Exempt issues with TBD milestone from being marked as staled.
   
   ### Fixed issues
   
   
   
   
   ## Details
   
   ### Before: What was the problem?
   
   
   
   
   
   
   
   ### After: How does it behave after the fixing?
   
   
   
   
   
   
   
   ## Document Info
   
   One of the following should be checked.
   
   - [ ] This PR doesn't relate to document changes
   - [ ] The document should be updated later
   - [ ] The document changes have been made in apache/echarts-doc#xxx
   
   
   
   ## Misc
   
   ### ZRender Changes
   
   - [ ] This PR depends on ZRender changes (ecomfe/zrender#xxx).
   
   ### Related test cases or examples to use the new APIs
   
   N.A.
   
   
   
   ## Others
   
   ### Merging options
   
   - [ ] Please squash the commits into a single one when merging.
   
   ### Other information
   


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[echarts] branch fix-stale created (now 7808c95cb)

2022-09-04 Thread ovilia
This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a change to branch fix-stale
in repository https://gitbox.apache.org/repos/asf/echarts.git


  at 7808c95cb chore(stale): issues with milestone TBD should not be marked 
as stale

This branch includes the following new commits:

 new 7808c95cb chore(stale): issues with milestone TBD should not be marked 
as stale

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] echarts-bot[bot] commented on issue #17615: [Bug] Property 'renderToSVGString' does not exist on type 'EChartsType'.

2022-09-04 Thread GitBox


echarts-bot[bot] commented on issue #17615:
URL: https://github.com/apache/echarts/issues/17615#issuecomment-1236513414

   @han-ysys Please provide a demo for the issue either with [Official 
Editor](https://echarts.apache.org/examples/editor.html), 
[CodePen](https://codepen.io/Ovilia/pen/dyYWXWM), 
[CodeSandbox](https://codesandbox.io/s/echarts-basic-example-template-mpfz1s) 
or [JSFiddle](https://jsfiddle.net/plainheart/e46ozpqj/7/).


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] Ovilia commented on issue #17615: [Bug] Property 'renderToSVGString' does not exist on type 'EChartsType'.

2022-09-04 Thread GitBox


Ovilia commented on issue #17615:
URL: https://github.com/apache/echarts/issues/17615#issuecomment-1236513346

   I tested it with 
[test/ssr-animaiton-wave.htm](https://github.com/apache/echarts/blob/master/test/ssr-animaiton-wave.html)
 and it seems to be working. Please provide an online demo.


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] Ovilia commented on issue #17610: [Feature] Hope to support the area range chart

2022-09-04 Thread GitBox


Ovilia commented on issue #17610:
URL: https://github.com/apache/echarts/issues/17610#issuecomment-1236510895

   This can be done with stacked series. I made [a 
demo](https://echarts.apache.org/examples/zh/editor.html?c=bar-label-rotation=5.3.0=PYBwLglsB2AEC8sDeAoWtJgDYFMBcya6GOAHmAQOQDKYAhgMYDWOAJrAIIBOOdsAwgAs6XMJSIBfADREwwYFkggCqYhi4QA5ppxcqdUhADOlGWoPGACsAjQwulUTVgAniHyxKDLsCMmzarBYdABGOFiOgcQhjEyaPgCu0Kz8CsB6ngDEAGx0AOwAnAAcAKziURJOsJXo0kS4OsmRxKx09AQA2pQAogC2dBBYpp4AqtBQcBys_p4AahCsOMCc08OUACIQPAxiUp7UvFwMgrDd0Jq2OJQAupIBcgohwKTN6ABmvGAJPK_ERnQANxwHCMAEl-joVDViNC6uh4gtfrg3hRPABmACkpiqGk0glRlAALFiAugnmA5L0qJjsWoGDB6LYADKhcIEMBcBI4O5EUgcQxGTpVVSBVzuKgMNo4TTpFy0wJPJKtLguADidGUsDedCwRhwpJabTonUoAFkYGsACpctYAdTYVsECTWADENGtqG0PUkblVodcAi5-cYhWoRc43B5KACdTa_UQA0Q9RocILYB1hVV0NA6L0o30BkMDegxVGsJd5WojPRmFRLcB6EWs7BWu10wBGABMAAY9u20Z2-932320YS9gVe7BO2ip53293E1EIPZerQXLhfnS0hlKJkGAfyoE4YERLx15vCFF0PSsOkqNAYFdmye1DheiBhEYQ1fr2e6BeHjhtet73p4j7QM-17VC-foGsB2a5lGYwTCs_jNqWVDlpBlZ_DWTB1g2Oq4eg_6AVuxCgbumQ4LRR5qK-hpth0nY9n2RSDrA7YFCO05jnsnaTnsaKzsJC5LoE76fnQ35pghxBka4l7ydud7UbRUHXtCDFwZmU
 
Q5nmVDzIsyxTOhUSYZ42FXMWsDVrEhGNiRsCKRuQHNjeO5UDRdEvrZrbGh2JRzgOAnDn2JTjlxQmwCJU6EuJtkru-5G_lEVHeQeDD0TCtlSV-P4qS5PAAUp7nQZ5aneRpOU6RU8boLcEgANxAA)
 for this.


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] Ovilia commented on issue #17612: 关系图中怎么让一个节点指向自己 并且有箭头显示 像这样的

2022-09-04 Thread GitBox


Ovilia commented on issue #17612:
URL: https://github.com/apache/echarts/issues/17612#issuecomment-1236508989

   Please follow #15405


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] Ovilia closed issue #17612: 关系图中怎么让一个节点指向自己 并且有箭头显示 像这样的

2022-09-04 Thread GitBox


Ovilia closed issue #17612: 关系图中怎么让一个节点指向自己 并且有箭头显示 像这样的
URL: https://github.com/apache/echarts/issues/17612


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] echarts-bot[bot] commented on issue #17615: [Bug] Property 'renderToSVGString' does not exist on type 'EChartsType'.

2022-09-04 Thread GitBox


echarts-bot[bot] commented on issue #17615:
URL: https://github.com/apache/echarts/issues/17615#issuecomment-1236498457

   @han-ysys 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 suggest using English next time. 珞
   TRANSLATED
   
   **BODY**
   
   ### Version
   
   5.3.3
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   I want to export the chart to pdf. After I found 5.3.0, there is a method 
renderToSVGString. I tried it
   javascript
   const echartsdiv = document.getElementById('chart-for-download') as 
HTMLElement
   chartins = echarts.init(echartsdiv, undefined, {renderer: 'svg'})
   console.log('renderToSVGString', chartins.renderToSVGString())
   
   
   ### Current Behavior
   
   vscode error
   
   > Property 'renderToSVGString' does not exist on type 'EChartsType'.
   
   However, the definition of renderToSVGString can be found in echarts.d.ts
   
   > renderToSVGString(opts?: {
   useViewBox?: boolean;
   }): string;
   
   ### Expected Behavior
   
   hope it gets resolved
   
   ### Environment
   
   _No response_
   
   ### Any additional comments?
   
   _No response_
   


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] han-ysys opened a new issue, #17615: [Bug] Property 'renderToSVGString' does not exist on type 'EChartsType'.

2022-09-04 Thread GitBox


han-ysys opened a new issue, #17615:
URL: https://github.com/apache/echarts/issues/17615

   ### Version
   
   5.3.3
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   我想把chart导出成pdf,查到5.3.0之后有renderToSVGString这个方法,尝试了一下
   ```javascript
   const echartsdiv = document.getElementById('chart-for-download') as 
HTMLElement
   chartins = echarts.init(echartsdiv, undefined, {renderer: 'svg'})
   console.log('renderToSVGString', chartins.renderToSVGString())
   ```
   
   ### Current Behavior
   
   vscode报错
   
   > Property 'renderToSVGString' does not exist on type 'EChartsType'.
   
   然而在echarts.d.ts里是能找到renderToSVGString的定义的
   
   > renderToSVGString(opts?: {
   useViewBox?: boolean;
   }): string;
   
   ### Expected Behavior
   
   希望能够得到解决
   
   ### Environment
   
   _No response_
   
   ### Any additional comments?
   
   _No response_


-- 
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: commits-unsubscr...@echarts.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] love123724 commented on issue #17613: [Bug] An error is reported when series is added to the option configuration item

2022-09-04 Thread GitBox


love123724 commented on issue #17613:
URL: https://github.com/apache/echarts/issues/17613#issuecomment-1236495568

   i have aleady resolved this problem, the reason is that my 
componentDidUpdate function has wrong logic code


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[echarts] branch release updated (b9f330b15 -> 4d218b10c)

2022-09-04 Thread sushuang
This is an automated email from the ASF dual-hosted git repository.

sushuang pushed a change to branch release
in repository https://gitbox.apache.org/repos/asf/echarts.git


from b9f330b15 Merge pull request #17582 from 
AviVahl/fix-ts4.8-compatibility
 add 3c1afa916 change the  `deprecateReplaceLog` in  sunburstAction.ts
 add d1462ff42 fix the  deprecateReplaceLog  about downplay
 add b96b04ea2 Merge pull request #17587 from gitforhlp/master
 add 5b465297f fix a typo error in `log.ts`
 add 7f3b2ba4d Merge pull request #17598 from ChepteaCatalin/master
 add 059ff6115 chore(type): export type ElementEvent
 add 768ce8398 rm newline
 add 74cd6ad84 Merge pull request #15291 from 
Map1en/export-type-elementevent
 new 4d218b10c Merge pull request #17614 from apache/master

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/chart/sunburst/sunburstAction.ts | 6 +++---
 src/export/core.ts   | 1 +
 src/util/log.ts  | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[echarts] 01/01: Merge pull request #17614 from apache/master

2022-09-04 Thread sushuang
This is an automated email from the ASF dual-hosted git repository.

sushuang pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit 4d218b10c8df6b91c1eb2f9ec4eb3ac6785fe6a5
Merge: b9f330b15 74cd6ad84
Author: sushuang 
AuthorDate: Mon Sep 5 10:38:11 2022 +0800

Merge pull request #17614 from apache/master

Add #15291 #17598 #17587 #17551 to release for 5.4.0

 src/chart/sunburst/sunburstAction.ts | 6 +++---
 src/export/core.ts   | 1 +
 src/util/log.ts  | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] echarts-bot[bot] commented on pull request #17614: Add #15291 #17598 #17587 #17551 to release for 5.4.0

2022-09-04 Thread GitBox


echarts-bot[bot] commented on PR #17614:
URL: https://github.com/apache/echarts/pull/17614#issuecomment-1236489902

   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 on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] 100pah merged pull request #17614: Add #15291 #17598 #17587 #17551 to release for 5.4.0

2022-09-04 Thread GitBox


100pah merged PR #17614:
URL: https://github.com/apache/echarts/pull/17614


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] love123724 closed issue #17613: [Bug] An error is reported when series is added to the option configuration item

2022-09-04 Thread GitBox


love123724 closed issue #17613: [Bug] An error is reported when series is added 
to the option configuration item
URL: https://github.com/apache/echarts/issues/17613


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] love123724 commented on issue #17613: [Bug] An error is reported when series is added to the option configuration item

2022-09-04 Thread GitBox


love123724 commented on issue #17613:
URL: https://github.com/apache/echarts/issues/17613#issuecomment-1236486012

   i have aleady resloved this problem, my componentDidUpdata functions code 
was wrong


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] 100pah opened a new pull request, #17614: Add #15291 #17598 #17587 #17551 to release for 5.4.0

2022-09-04 Thread GitBox


100pah opened a new pull request, #17614:
URL: https://github.com/apache/echarts/pull/17614

   Add #15291 #17598 #17587 #17551 to release for 5.4.0


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] echarts-bot[bot] commented on pull request #17614: Add #15291 #17598 #17587 #17551 to release for 5.4.0

2022-09-04 Thread GitBox


echarts-bot[bot] commented on PR #17614:
URL: https://github.com/apache/echarts/pull/17614#issuecomment-1236485290

   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) and Wiki 
about [How to make a pull 
request](https://github.com/apache/echarts/wiki/How-to-make-a-pull-request).
   
   The pull request is marked to be `PR: author is committer` because you are a 
committer of this project.
   
   To reviewers: If this PR is going to be described in the changelog in the 
future release, please make sure this PR has one of the following labels: `PR: 
doc ready`, `PR: awaiting doc`, `PR: doc unchanged`
   
   This message is shown because the PR description doesn't contain the 
document related template.


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] Ovilia commented on issue #17599: [Bug] Boxplot Squished to the top in Grid

2022-09-04 Thread GitBox


Ovilia commented on issue #17599:
URL: https://github.com/apache/echarts/issues/17599#issuecomment-1236478774

   @c3-anerishah `min` and `max` can be a callback function so you can decide 
the logic. Please check [the 
doc](https://echarts.apache.org/en/option.html#xAxis.max) to know more.


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] echarts-bot[bot] commented on issue #17613: [Bug]

2022-09-04 Thread GitBox


echarts-bot[bot] commented on issue #17613:
URL: https://github.com/apache/echarts/issues/17613#issuecomment-1236473112

   I'm sorry to close this issue for it lacks the necessary title. Please 
provide **a _descriptive_ and as _concise_ as possible title to describe your 
problems or requests** and then the maintainers or I will reopen this issue.
   
   Every good bug report or feature request starts with a title. Your issue 
title is a critical element as it's the first thing maintainers see.
   
   A good issue title makes it easier for maintainers to understand what the 
issue is, easily locate it, and know what steps they'll need to take to fix it.
   
   Moreover, it's better to include keywords, as this makes it easier to find 
the issue self and similar issues in searches.


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] echarts-bot[bot] closed issue #17613: [Bug]

2022-09-04 Thread GitBox


echarts-bot[bot] closed issue #17613: [Bug] 
URL: https://github.com/apache/echarts/issues/17613


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] love123724 opened a new issue, #17613: [Bug]

2022-09-04 Thread GitBox


love123724 opened a new issue, #17613:
URL: https://github.com/apache/echarts/issues/17613

   ### Version
   
   5.0.0-rc.1
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   class SankeyChart extends React.Component{

init = (props)=>{

let {nodes, links} = props;
const options = {
  series:{
 type:"sankey",
   data:nodes,
   links:links
 }
  }
   
   let chart = echarts.init(this.sankeyId);
 chart.setOption(options);
 window.onresize = function(){
chart.resize()
 }
}
 componentDidMount(){
   
   
  this.initChart(this.props.data)
 }
   
render(){
   
return (
   this.sankeyId = sankeyId}>
 )
}
   }
   
   data = {
   nodes:{
 {name:"123123"},
{name:"userName0"},
 {name:"userName1"},
 {name:"userName2"}
   },
   links:{
   {source:"123123",target:"userName0",value:19},
{source:"123123",target:"userName1",value:19}
{source:"123123",target:"userName2",value:19}
   
   }
   
   }
   
   
   ### Current Behavior
   
   An error is reported when series is added to the option configuration item
   
   Uncaught TypeError: cannot read property ' CHANGABLE_METHODS' of undefined
   
   ### Expected Behavior
   
   normal use
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:all  browsers versions
   - Framework:react16.6.0
   ```
   
   
   ### Any additional comments?
   
   _No response_


-- 
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: commits-unsubscr...@echarts.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] github-actions[bot] commented on issue #13236: 地理坐标 散点图,在给点击事件时设置散点的样式(点击高亮显示)

2022-09-04 Thread GitBox


github-actions[bot] commented on issue #13236:
URL: https://github.com/apache/echarts/issues/13236#issuecomment-1236415001

   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 mark it as stale, please leave a comment in this issue.


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] github-actions[bot] commented on issue #13181: 请问折线图的y轴能不能分成几段?每段可以显示自己的曲线?

2022-09-04 Thread GitBox


github-actions[bot] commented on issue #13181:
URL: https://github.com/apache/echarts/issues/13181#issuecomment-1236414987

   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 mark it as stale, please leave a comment in this issue.


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] github-actions[bot] commented on issue #13122: 饼图的提示性文字lable 文字显示不全

2022-09-04 Thread GitBox


github-actions[bot] commented on issue #13122:
URL: https://github.com/apache/echarts/issues/13122#issuecomment-1236414982

   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 mark it as stale, please leave a comment in this issue.


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] github-actions[bot] closed issue #11905: 仪表盘不支持刻度旋转吗?

2022-09-04 Thread GitBox


github-actions[bot] closed issue #11905: 仪表盘不支持刻度旋转吗?
URL: https://github.com/apache/echarts/issues/11905


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] github-actions[bot] commented on issue #11905: 仪表盘不支持刻度旋转吗?

2022-09-04 Thread GitBox


github-actions[bot] commented on issue #11905:
URL: https://github.com/apache/echarts/issues/11905#issuecomment-1236414966

   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 a new issue and link this to it. Thanks!


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] github-actions[bot] commented on issue #11080: Gauge - Anticlockwise

2022-09-04 Thread GitBox


github-actions[bot] commented on issue #11080:
URL: https://github.com/apache/echarts/issues/11080#issuecomment-1236414960

   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 mark it as stale, please leave a comment in this issue.


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] github-actions[bot] commented on issue #9705: geo3D和bar3D混合使用下bar数据中的最小值的柱子高度为0

2022-09-04 Thread GitBox


github-actions[bot] commented on issue #9705:
URL: https://github.com/apache/echarts/issues/9705#issuecomment-1236414955

   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 mark it as stale, please leave a comment in this issue.


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] github-actions[bot] commented on issue #13224: Drag and drop nodes in a type tree chart

2022-09-04 Thread GitBox


github-actions[bot] commented on issue #13224:
URL: https://github.com/apache/echarts/issues/13224#issuecomment-1236414997

   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 mark it as stale, please leave a comment in this issue.


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] github-actions[bot] commented on issue #6418: Mousemove event only fires when mouse moves over circles on the line in line chart

2022-09-04 Thread GitBox


github-actions[bot] commented on issue #6418:
URL: https://github.com/apache/echarts/issues/6418#issuecomment-1236414946

   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 a new issue and link this to it. Thanks!


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] github-actions[bot] closed issue #12847: [calendar] Is there any way to customize calendar to show workdays only

2022-09-04 Thread GitBox


github-actions[bot] closed issue #12847: [calendar] Is there any way to 
customize calendar to show workdays only
URL: https://github.com/apache/echarts/issues/12847


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] github-actions[bot] commented on issue #12847: [calendar] Is there any way to customize calendar to show workdays only

2022-09-04 Thread GitBox


github-actions[bot] commented on issue #12847:
URL: https://github.com/apache/echarts/issues/12847#issuecomment-1236414977

   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 a new issue and link this to it. Thanks!


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] github-actions[bot] closed issue #12252: grid.boundaryGap且xAxis.boundaryGap==false模式下x轴两边的label无法完整显示

2022-09-04 Thread GitBox


github-actions[bot] closed issue #12252: 
grid.boundaryGap且xAxis.boundaryGap==false模式下x轴两边的label无法完整显示
URL: https://github.com/apache/echarts/issues/12252


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] github-actions[bot] commented on issue #12252: grid.boundaryGap且xAxis.boundaryGap==false模式下x轴两边的label无法完整显示

2022-09-04 Thread GitBox


github-actions[bot] commented on issue #12252:
URL: https://github.com/apache/echarts/issues/12252#issuecomment-1236414969

   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 a new issue and link this to it. Thanks!


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] github-actions[bot] closed issue #8644: Listen to Mouse Events on the Grid Area

2022-09-04 Thread GitBox


github-actions[bot] closed issue #8644: Listen to Mouse Events on the Grid Area
URL: https://github.com/apache/echarts/issues/8644


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] github-actions[bot] commented on issue #8644: Listen to Mouse Events on the Grid Area

2022-09-04 Thread GitBox


github-actions[bot] commented on issue #8644:
URL: https://github.com/apache/echarts/issues/8644#issuecomment-1236414947

   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 a new issue and link this to it. Thanks!


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] github-actions[bot] closed issue #6418: Mousemove event only fires when mouse moves over circles on the line in line chart

2022-09-04 Thread GitBox


github-actions[bot] closed issue #6418: Mousemove event only fires when mouse 
moves over circles on the line in line chart
URL: https://github.com/apache/echarts/issues/6418


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] echarts-bot[bot] commented on issue #17612: 关系图中怎么让一个节点指向自己 并且有箭头显示 像这样的

2022-09-04 Thread GitBox


echarts-bot[bot] commented on issue #17612:
URL: https://github.com/apache/echarts/issues/17612#issuecomment-1236328624

   @542473232 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 suggest using English next time. 珞
   TRANSLATED
   
   **TITLE**
   
   How to make a node point to itself in the relationship graph and have arrows 
displayed like this
   
   **BODY**
   
   ### What problem does this feature solve?
   
   1 In the relationship graph, how to make a node point to itself and have 
arrows displayed like this
   
![image](https://user-images.githubusercontent.com/65716967/188313392-e92e1f5d-f7bf-4a0e-8a01-297e1ee66112.png)
   
   2 How the real label is not displayed with the line direction but adjusted 
to be horizontal?
   
![image](https://user-images.githubusercontent.com/65716967/188313434-6ec31220-c88b-47d7-bb8f-eda95e74eb55.png)
   
   
   ### What does the proposed API look like?
   
   option = {
 title: {
   text: 'Basic Graph'
 },
 tooltip: {},
 animationDurationUpdate: 1500,
 animationEasingUpdate: 'quinticInOut',
 series: [
   {
 type: 'graph',
 layout: 'none',
  symbol:'rect',
 symbolSize: [140,100],
 roam: true,
 label: {
   show: true
 },

 edgeSymbol: ['circle', 'arrow'],
 edgeSymbolSize: [2, 10],
 edgeLabel: {
   fontSize: 20
 },
 data: [
   {
 name: 'Accept',
 value:791,
 x: 100,
 y: 300,
 symbolSize: [140,50],
label:{
  formatter:'{b|{b}}\n{c|{c}}',
  rich:{
b:{
  fontSize:20
},
c:{
  fontSize:15,
  align: 'center'
}
  }
}
   },
   {
 name: 'Accept complete',
 value:700,
 x: 100,
 y: 400,
 symbolSize: [140,50],
label:{
  formatter:'{b|{b}}\n{c|{c}}',
  rich:{
b:{
  fontSize:20
},
c:{
  fontSize:15,
  align: 'center'
}
  }
}
   },
   {
 name: 'Data collection',
 x: 100,
 y: 900
   },
   {
 name: 'Approve',
 x: 100,
 y: 1200
   },
   
 ],
 links: [
   {
 source: 'accept',
 target: 'Accept complete',
 symbolSize: [2, 10],
 value:500,
 label: {
   show: true,
   formatter:'{c}'
 },
  lineStyle:{
type:'dashed',
curveness: 5
   }
   }, {
 source: 'Accept complete',
 target: 'data collection',
 symbolSize: [2, 10],
 value:500,
 label: {
   show: true,
   formatter:'{c}'
 },
 
   },{
 source: 'Accept complete',
 target: 'approve',
 symbolSize: [2, 10],
 value:700,
 label: {
   show: true,
   formatter:'{c}'
 },
  
   },{
 source: 'data collection',
 target: 'approve',
 symbolSize: [2, 10],
 value:200,
 label: {
   show: true,
   formatter:'{b|{c}}',
rich:{
b:{
  fontSize:200,
},
c:{
  fontSize:15,
  align: 'center'
}
  }
 },

   }
 ],
 
 lineStyle: {
   opacity: 1,
   width: 5,
   curveness: 0.4
 }
   }
 ]
   };
   


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] echarts-bot[bot] commented on issue #17612: [Feature]

2022-09-04 Thread GitBox


echarts-bot[bot] commented on issue #17612:
URL: https://github.com/apache/echarts/issues/17612#issuecomment-1236328187

   I'm sorry to close this issue for it lacks the necessary title. Please 
provide **a _descriptive_ and as _concise_ as possible title to describe your 
problems or requests** and then the maintainers or I will reopen this issue.
   
   Every good bug report or feature request starts with a title. Your issue 
title is a critical element as it's the first thing maintainers see.
   
   A good issue title makes it easier for maintainers to understand what the 
issue is, easily locate it, and know what steps they'll need to take to fix it.
   
   Moreover, it's better to include keywords, as this makes it easier to find 
the issue self and similar issues in searches.


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] echarts-bot[bot] closed issue #17612: [Feature]

2022-09-04 Thread GitBox


echarts-bot[bot] closed issue #17612: [Feature] 
URL: https://github.com/apache/echarts/issues/17612


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [echarts] 542473232 opened a new issue, #17612: [Feature]

2022-09-04 Thread GitBox


542473232 opened a new issue, #17612:
URL: https://github.com/apache/echarts/issues/17612

   ### What problem does this feature solve?
   
   1 在关系图中 怎么让一个节点指向自己 并且有箭头显示  像这样的
   
![image](https://user-images.githubusercontent.com/65716967/188313392-e92e1f5d-f7bf-4a0e-8a01-297e1ee66112.png)
   
   2怎么现实的label不随着line方向展示 而是调整为水平的呢
   
![image](https://user-images.githubusercontent.com/65716967/188313434-6ec31220-c88b-47d7-bb8f-eda95e74eb55.png)
   
   
   ### What does the proposed API look like?
   
   option = {
 title: {
   text: 'Basic Graph'
 },
 tooltip: {},
 animationDurationUpdate: 1500,
 animationEasingUpdate: 'quinticInOut',
 series: [
   {
 type: 'graph',
 layout: 'none',
  symbol:'rect',
 symbolSize: [140,100],
 roam: true,
 label: {
   show: true
 },

 edgeSymbol: ['circle', 'arrow'],
 edgeSymbolSize: [2, 10],
 edgeLabel: {
   fontSize: 20
 },
 data: [
   {
 name: '接受',
 value:791,
 x: 100,
 y: 300,
 symbolSize: [140,50],
label:{
  formatter:'{b|{b}}\n{c|{c}}',
  rich:{
b:{
  fontSize:20
},
c:{
  fontSize:15,
  align:'center'
}
  }
}
   },
   {
 name: '接受完成',
 value:700,
 x: 100,
 y: 400,
 symbolSize: [140,50],
label:{
  formatter:'{b|{b}}\n{c|{c}}',
  rich:{
b:{
  fontSize:20
},
c:{
  fontSize:15,
  align:'center'
}
  }
}
   },
   {
 name: '数据收集',
 x: 100,
 y: 900
   },
   {
 name: '批准',
 x: 100,
 y: 1200
   },
   
 ],
 links: [
   {
 source: '接受',
 target: '接受完成',
 symbolSize: [2, 10],
 value:500,
 label: {
   show: true,
   formatter:'{c}'
 },
  lineStyle:{
type:'dashed',
curveness: 5
   }
   }, {
 source: '接受完成',
 target: '数据收集',
 symbolSize: [2, 10],
 value:500,
 label: {
   show: true,
   formatter:'{c}'
 },
 
   },{
 source: '接受完成',
 target: '批准',
 symbolSize: [2, 10],
 value:700,
 label: {
   show: true,
   formatter:'{c}'
 },
  
   },{
 source: '数据收集',
 target: '批准',
 symbolSize: [2, 10],
 value:200,
 label: {
   show: true,
   formatter:'{b|{c}}',
rich:{
b:{
  fontSize:200,
},
c:{
  fontSize:15,
  align:'center'
}
  }
 },

   }
 ],
 
 lineStyle: {
   opacity: 1,
   width: 5,
   curveness: 0.4
 }
   }
 ]
   };


-- 
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: commits-unsubscr...@echarts.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org