[GitHub] [echarts] plainheart closed issue #17851: [Bug] 树图官方第一个例图触摸label可以展示tooltip,且label文案没有被线条穿过

2022-10-31 Thread GitBox


plainheart closed issue #17851: [Bug] 
树图官方第一个例图触摸label可以展示tooltip,且label文案没有被线条穿过
URL: https://github.com/apache/echarts/issues/17851


-- 
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] plainheart commented on issue #17851: [Bug] 树图官方第一个例图触摸label可以展示tooltip,且label文案没有被线条穿过

2022-10-31 Thread GitBox


plainheart commented on issue #17851:
URL: https://github.com/apache/echarts/issues/17851#issuecomment-1298045256

   好的,解决就行。那这个 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] Ovilia commented on a diff in pull request #17849: feat(dataView): add dataViewOpend and dataViewClosed event, close #17840

2022-10-31 Thread GitBox


Ovilia commented on code in PR #17849:
URL: https://github.com/apache/echarts/pull/17849#discussion_r1010054705


##
src/component/toolbox/feature/DataView.ts:
##
@@ -534,4 +540,14 @@ echarts.registerAction({
 }, payload.newOption));
 });
 
+echarts.registerAction(
+{ type: 'openDataView', event: 'dataViewOpend' },

Review Comment:
   Event name can be `dataViewShowed` and `dataViewHidden`.



##
test/dataview-event.html:
##
@@ -0,0 +1,63 @@
+
+
+
+
+
+
+
+
+
+#main {
+width: 1200px;
+}
+
+
+
+
+
+
+
+
+

[GitHub] [echarts] echarts-bot[bot] commented on issue #17854: [Bug] vben框架下markLine不显示

2022-10-31 Thread GitBox


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

   @lbqzzz 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**
   
   [Bug] markLine does not display under vben framework
   
   **BODY**
   
   ### Version
   
   5.2.2
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   1. The method of vben framework encapsulation
   
![image](https://user-images.githubusercontent.com/117132323/199146199-e188a631-aa70-417e-a83e-21659005af84.png)
   
   
![image](https://user-images.githubusercontent.com/117132323/199145591-ce273531-a0bf-4bad-8d98-ad3d0446a2d5.png)
   2. Configuration items
   
![image](https://user-images.githubusercontent.com/117132323/199145801-6655496d-3872-4340-8ecb-17828a7f5605.png)
   3. No problems have been encountered with other chart functions used for the 
time being, only this marker line cannot be displayed, and no problems have 
been found
   
   ### Current Behavior
   
   
![image](https://user-images.githubusercontent.com/117132323/199144903-4e407024-17fa-46aa-8998-4591fcea063c.png)
   
   
   ### Expected Behavior
   
   
![image](https://user-images.githubusercontent.com/117132323/199144788-6115328b-1fdb-4361-83af-6121e27aa463.png)
   
   
   ### Environment
   
   markdown
   - OS:windows10
   - Browser: Chrome 106.0.5249.119
   - Framework:Vue@3
   
   
   
   ### 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] lbqzzz opened a new issue, #17854: [Bug] vben框架下markLine不显示

2022-10-31 Thread GitBox


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

   ### Version
   
   5.2.2
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   1.vben框架封装的方法
   
![image](https://user-images.githubusercontent.com/117132323/199146199-e188a631-aa70-417e-a83e-21659005af84.png)
   
   
![image](https://user-images.githubusercontent.com/117132323/199145591-ce273531-a0bf-4bad-8d98-ad3d0446a2d5.png)
   2.配置项
   
![image](https://user-images.githubusercontent.com/117132323/199145801-6655496d-3872-4340-8ecb-17828a7f5605.png)
   3.其他用到的图表功能暂时没遇到问题,只有这个标记线显示不出来,没找到问题
   
   ### Current Behavior
   
   
![image](https://user-images.githubusercontent.com/117132323/199144903-4e407024-17fa-46aa-8998-4591fcea063c.png)
   
   
   ### Expected Behavior
   
   
![image](https://user-images.githubusercontent.com/117132323/199144788-6115328b-1fdb-4361-83af-6121e27aa463.png)
   
   
   ### Environment
   
   ```markdown
   - OS:windows10
   - Browser:Chrome 106.0.5249.119
   - Framework:Vue@3
   ```
   
   
   ### 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] ProgramPlayer commented on issue #17842: [Bug] 饼图百分比格式化错误

2022-10-31 Thread GitBox


ProgramPlayer commented on issue #17842:
URL: https://github.com/apache/echarts/issues/17842#issuecomment-1297940271

   > I don't think this is a bug. `382206/382208` is `0.9477`. When the 
precision is 2, it should be rounded to be 100% rather than 99.99%.
   
   
嗯嗯,你说的没错,算法确实没问题。那以后要是遇到保留2位小数的情况,大部分情况下{d}变量不就都用不了了哦,毕竟100%和99.99%所表达的含义还是有差别的。


-- 
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] CodeCat01 commented on issue #17851: [Bug] 树图官方第一个例图触摸label可以展示tooltip,且label文案没有被线条穿过

2022-10-31 Thread GitBox


CodeCat01 commented on issue #17851:
URL: https://github.com/apache/echarts/issues/17851#issuecomment-1297939878

   解决了,可能是网络原因,当时在内网安装的依赖包,删除了node modules文件夹后npm i,但是node 
modules中的还是4.x的,今天在家重新删除又再次npm i 发现可以了,也可能是 第一次npm i的时候 安装过程有失败的。
   
   
   
    回复的原邮件 
   | 发件人 | Zhongxiang ***@***.***> |
   | 日期 | 2022年10月31日 16:15 |
   | 收件人 | ***@***.***> |
   | 抄送至 | ***@***.**@***.***> |
   | 主题 | Re: [apache/echarts] [Bug] 
树图官方第一个例图触摸label可以展示tooltip,且label文案没有被线条穿过 (Issue #17851) |
   
   @CodeCat01 那麻烦提供一下简单的复现 Demo ?
   
   —
   Reply to this email directly, view it on GitHub, or unsubscribe.
   You are receiving this because you were mentioned.Message ID: ***@***.***>


-- 
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] 13322211021 commented on issue #15625: 折线图 hover 在拐点标志上,切换symbol功能

2022-10-31 Thread GitBox


13322211021 commented on issue #15625:
URL: https://github.com/apache/echarts/issues/15625#issuecomment-1297921956

   
还有selete对象里也应该加个symbol属性,用于图片切换。目前支持原生图形的itemStyle的变更,default是图片的话这个itemStyle就不生效!


-- 
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-examples] branch gh-pages updated: chore: update package-lock.json

2022-10-31 Thread wangzx
This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git


The following commit(s) were added to refs/heads/gh-pages by this push:
 new 58e2067d chore: update package-lock.json
58e2067d is described below

commit 58e2067df369c8a744f0840852d9cd81c827dde9
Author: plainheart 
AuthorDate: Tue Nov 1 00:30:41 2022 +0800

chore: update package-lock.json
---
 package-lock.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package-lock.json b/package-lock.json
index 02f0a11d..b21ac4f5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7,6 +7,7 @@
 "": {
   "name": "echarts-examples",
   "version": "0.0.0",
+  "license": "Apache-2.0",
   "dependencies": {
 "@lang/object-visualizer": "^4.2.0",
 "codesandbox": "^2.2.3",


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



[echarts-examples] branch gh-pages updated: chore: add license to package.json

2022-10-31 Thread wangzx
This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git


The following commit(s) were added to refs/heads/gh-pages by this push:
 new 18df5fac chore: add license to package.json
 new 17d0f444 Merge pull request #57 from striezel-stash/add-license
18df5fac is described below

commit 18df5fac86734f6663c38fb9383c8234e5ce6926
Author: Dirk Stolle 
AuthorDate: Fri Oct 28 00:52:15 2022 +0200

chore: add license to package.json

Closes #37.
---
 package.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package.json b/package.json
index 3aee8af4..fd1a195d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,7 @@
 {
   "name": "echarts-examples",
   "version": "0.0.0",
+  "license": "Apache-2.0",
   "private": true,
   "scripts": {
 "build": "npx webpack --config build/webpack.config.js --mode production",


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



[GitHub] [echarts-examples] plainheart closed issue #37: Request to add license

2022-10-31 Thread GitBox


plainheart closed issue #37: Request to add license
URL: https://github.com/apache/echarts-examples/issues/37


-- 
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-examples] plainheart merged pull request #57: chore: add license to package.json

2022-10-31 Thread GitBox


plainheart merged PR #57:
URL: https://github.com/apache/echarts-examples/pull/57


-- 
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-examples] branch gh-pages updated: fix example cannot download when using nightly version.

2022-10-31 Thread wangzx
This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git


The following commit(s) were added to refs/heads/gh-pages by this push:
 new 64343bb6 fix example cannot download when using nightly version.
64343bb6 is described below

commit 64343bb638aca2bba1f87862aeb5f35bac0c29d2
Author: plainheart 
AuthorDate: Tue Nov 1 00:23:45 2022 +0800

fix example cannot download when using nightly version.
---
 src/editor/downloadExample.js | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/editor/downloadExample.js b/src/editor/downloadExample.js
index 3f897b5c..78252d03 100644
--- a/src/editor/downloadExample.js
+++ b/src/editor/downloadExample.js
@@ -12,10 +12,11 @@ export function download(sourceHeader) {
 ? 'https://fastly.jsdelivr.net/npm/jquery";>'
 : '';
 
-  const echartsDir = SCRIPT_URLS.echartsDir.replace(
-'{{version}}',
-store.echartsVersion
-  );
+  const echartsDir = SCRIPT_URLS[
+store.echartsVersion.indexOf('dev') > -1
+  ? 'echartsNightlyDir'
+  : 'echartsDir'
+  ].replace('{{version}}', store.echartsVersion);
   const echarts4Dir = SCRIPT_URLS.echartsDir.replace('{{version}}', '4.9.0');
   const code = 

[echarts] branch next-thumbnail updated (1dadcabe2 -> c2eb34af4)

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

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


from 1dadcabe2 Merge pull request #17611 from tyn1998/feat/multi-drill
 new 214a37699 [feat]: add thumbnails components
 new 8f0bb6255 [feat]: add interface about ThumbanilOption
 new 0c4bef3a2 [feat]: add Thumbnail for tree,graph,map,sankey
 new 3ae14712a [feat]: add Thumbnail for tree,graph,map,sankey
 new 342c5e103 [feat]: add Thumbnail for tree,graph,map,sankey
 new 0948b0ae0 [feat]: add Thumbnail for tree,graph,map,sankey
 new 3df93f747 [fix]:fix the code format
 new 7fc143dbe [fix]:fix the code format
 new 3933e85ac [fix]:fix the code format
 new 3f9e49f2d [fix]:fix the code format
 new 2a897d6fb [fix]:fix the code format
 new 41c24254e [fix]:fix the code format
 new cffd1b60e [fix]:fix the code format
 new e83a6509b [fix]:fix the code format
 new b101a933f [fix]:fix the code format
 new ef44b3fa6 [fix]:fix the code format
 new 7eb89ceaa [feat]: add Thumbnail Component for graph
 new 9063d9475 [feat]: add Thumbnail Component for graph
 new 395308e6d [feat]: add Thumbnail Component for graph
 new b1b835029 [feat]: add Thumbnail Component for graph
 new e073e427d [feat]: add Thumbnail Component for graph
 new 6ffd037db [feat]: add Thumbnail Component for graph
 new 22f869d5b [feat]: add Thumbnail Component for graph
 new b4fff366d [fix]: fix the select overflow the thumbnail container
 new 0e31443a2 [fix]: use BoxLayoutOptionMixin in thumbnailSeries
 new 84940d6f3 [fix]: resolved conflicts
 new 255af4ce3 [fix]: resolved conflicts
 new 3fc74e8c4 [fix]: resolved conflicts
 new c2eb34af4 Merge pull request #17471 from Lruler/feat-11352

The 8960 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/graph/GraphSeries.ts |  34 ++-
 src/chart/graph/GraphView.ts   |  50 +++-
 src/chart/graph/Thumbnail.ts   | 265 +++
 test/graph-thumbnail.html  | 579 +
 4 files changed, 915 insertions(+), 13 deletions(-)
 create mode 100644 src/chart/graph/Thumbnail.ts
 create mode 100644 test/graph-thumbnail.html


-
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 #17471: [feat]: add thumbnails components

2022-10-31 Thread GitBox


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

   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 #17471: [feat]: add thumbnails components

2022-10-31 Thread GitBox


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


-- 
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 commented on a diff in pull request #17471: [feat]: add thumbnails components

2022-10-31 Thread GitBox


100pah commented on code in PR #17471:
URL: https://github.com/apache/echarts/pull/17471#discussion_r1009111834


##
src/chart/graph/GraphSeries.ts:
##
@@ -509,6 +517,28 @@ class GraphSeriesModel extends 
SeriesModel {
 itemStyle: {
 borderColor: '#212121'
 }
+},
+
+thumbnail: {
+show: false,
+
+right: 0,
+bottom: 0,
+
+height: '25%',
+width: '25%',

Review Comment:
   The default value '25%' probably too big.



-- 
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-doc] nico-robert commented on issue #307: Get the difference between two versions

2022-10-31 Thread GitBox


nico-robert commented on issue #307:
URL: https://github.com/apache/echarts-doc/issues/307#issuecomment-1296994358

   @plainheart thanks for the fast response and the informations. I will look 
_changelog_ in more detail.


-- 
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-doc] plainheart commented on issue #307: Get the difference between two versions

2022-10-31 Thread GitBox


plainheart commented on issue #307:
URL: https://github.com/apache/echarts-doc/issues/307#issuecomment-1296981492

   > is there a way to know if it is deleted ?
   
   Generally, an option will only be removed or deprecated in a big version. 
You can find information from the changelog. 
   
   > Can be I could programmatically compare versions
   
   I'm afraid you can't. Currently, it's hard to do this as some issues with 
the documentation may be fixed at any time in any version.
   


-- 
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-doc] nico-robert commented on issue #307: Get the difference between two versions

2022-10-31 Thread GitBox


nico-robert commented on issue #307:
URL: https://github.com/apache/echarts-doc/issues/307#issuecomment-1296963652

   Can be I could programmatically compare versions... Do you think that would 
be possible ? I don’t see in this repo (branches/tag) the different versions of 
ECharts documentation. For example what is the branches/tag  for Echarts 
`5.2.2` ? 


-- 
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-doc] nico-robert commented on issue #307: Get the difference between two versions

2022-10-31 Thread GitBox


nico-robert commented on issue #307:
URL: https://github.com/apache/echarts-doc/issues/307#issuecomment-1296951578

   thanks @plainheart, is there a way to know if it is deleted ?


-- 
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-doc] plainheart commented on issue #307: Get the difference between two versions

2022-10-31 Thread GitBox


plainheart commented on issue #307:
URL: https://github.com/apache/echarts-doc/issues/307#issuecomment-1296927455

   If a feature is not supported in old versions, there will be a tip like 
`Since v5.2.0`. See also 
https://echarts.apache.org/option.html#series-line.colorBy


-- 
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] chengdu12 commented on issue #17815: [Bug] 词云组件数据分类问题

2022-10-31 Thread GitBox


chengdu12 commented on issue #17815:
URL: https://github.com/apache/echarts/issues/17815#issuecomment-1296826222

   或者说怎么通过数据的某个字段来用图例区分呢?


-- 
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] chengdu12 commented on issue #17815: [Bug] 词云组件数据分类问题

2022-10-31 Thread GitBox


chengdu12 commented on issue #17815:
URL: https://github.com/apache/echarts/issues/17815#issuecomment-1296820471

   [echarts-wordcloud](https://github.com/ecomfe/echarts-wordcloud) 
看到这个是你那边在维护, 按照提供的案例使用, 但是没有图例的分类使用


-- 
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] plainheart commented on issue #17851: [Bug] 树图官方第一个例图触摸label可以展示tooltip,且label文案没有被线条穿过

2022-10-31 Thread GitBox


plainheart commented on issue #17851:
URL: https://github.com/apache/echarts/issues/17851#issuecomment-1296743592

   @CodeCat01 那麻烦提供一下简单的复现 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] CodeCat01 commented on issue #17851: [Bug] 树图官方第一个例图触摸label可以展示tooltip,且label文案没有被线条穿过

2022-10-31 Thread GitBox


CodeCat01 commented on issue #17851:
URL: https://github.com/apache/echarts/issues/17851#issuecomment-1296730459

   我是告诉下我在什么版本出现的问题。
   官网上示例中 
树图/第一个树图(从左到右树状图)直接复制option配置,然后再项目中展示,鼠标触摸label,官网中是有提示的,但在我创建的项目中,触摸label没有反应
   
   
   
   
    回复的原邮件 
   | 发件人 | Zhongxiang ***@***.***> |
   | 日期 | 2022年10月31日 15:18 |
   | 收件人 | ***@***.***> |
   | 抄送至 | ***@***.**@***.***> |
   | 主题 | Re: [apache/echarts] [Bug] 
树图官方第一个例图触摸label可以展示tooltip,且label文案没有被线条穿过 (Issue #17851) |
   
   抱歉没太理解你的意思,这个问题是必须和框架绑定的么?如何用官方的例子来复现?
   
   —
   Reply to this email directly, view it on GitHub, or unsubscribe.
   You are receiving this because you were mentioned.Message ID: ***@***.***>


-- 
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] chenweihan commented on issue #17832: [Feature] 多Y轴的显示,用于显示多通道波形图

2022-10-31 Thread GitBox


chenweihan commented on issue #17832:
URL: https://github.com/apache/echarts/issues/17832#issuecomment-1296726895

   我的意思是 多Y轴垂直叠加,比如
   
![1667202914112](https://user-images.githubusercontent.com/1927864/198958946-f14a1a9c-4cd7-448c-b747-2e7cdbf08d90.png)
   
   核心是ecahrt能否 多Y轴垂直叠加
   


-- 
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 #17853: [Bug] iOS中axispointer padding属性显示不对

2022-10-31 Thread GitBox


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

   @hanzhiqiangniuniu 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**
   
   [Bug] The axispointer padding property in iOS is not displayed correctly
   


-- 
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] hanzhiqiangniuniu opened a new issue, #17853: [Bug] iOS中axispointer padding属性显示不对

2022-10-31 Thread GitBox


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

   ### Version
   
   5.1.2
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   `axisPointer: {
 z: 0,
 label: {
   show: true,
   snap: true,
   margin: 5,
   padding: [5, 7],
   backgroundColor: '#D1E3FF',
   color: '#000',
   formatter: (params: any) => {
 const { value } = params;
 const date = new Date(value);
 return formatDate(date);
   },
 },
   }`
   
   padding: [5, 7] 在iOS中右padding没有了
   
   ### Current Behavior
   
   
![image](https://user-images.githubusercontent.com/19897781/198955452-713a9835-a6ac-41ce-93a2-f7b0f0643c9e.png)
   
   
   ### Expected Behavior
   
   iOS中axispointer padding属性显示正确
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   
   ### 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] helgasoft closed issue #17845: incorrect emphasis on hover near wide lines ends

2022-10-31 Thread GitBox


helgasoft closed issue #17845: incorrect emphasis on hover near wide lines ends 
URL: https://github.com/apache/echarts/issues/17845


-- 
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] helgasoft commented on issue #17845: incorrect emphasis on hover near wide lines ends

2022-10-31 Thread GitBox


helgasoft commented on issue #17845:
URL: https://github.com/apache/echarts/issues/17845#issuecomment-1296704443

   Thank you, @plainheart !  Indeed _z:111_ in line 'SR' fixes both problems. 
genius 


-- 
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] plainheart commented on issue #17845: incorrect emphasis on hover near wide lines ends

2022-10-31 Thread GitBox


plainheart commented on issue #17845:
URL: https://github.com/apache/echarts/issues/17845#issuecomment-1296689971

   I'm not sure but maybe you can set a higher z for the scatter?


-- 
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] plainheart commented on issue #17851: [Bug] 树图官方第一个例图触摸label可以展示tooltip,且label文案没有被线条穿过

2022-10-31 Thread GitBox


plainheart commented on issue #17851:
URL: https://github.com/apache/echarts/issues/17851#issuecomment-1296687142

   抱歉没太理解你的意思,这个问题是必须和框架绑定的么?如何用官方的例子来复现?


-- 
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 #17852: [Bug] 有百分比展示的情况下,点击图例切换显示隐藏,剩余图上显示的百分比出错

2022-10-31 Thread GitBox


echarts-bot[bot] closed issue #17852: [Bug] 有百分比展示的情况下,点击图例切换显示隐藏,剩余图上显示的百分比出错
URL: https://github.com/apache/echarts/issues/17852


-- 
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] plainheart commented on issue #17852: [Bug] 有百分比展示的情况下,点击图例切换显示隐藏,剩余图上显示的百分比出错

2022-10-31 Thread GitBox


plainheart commented on issue #17852:
URL: https://github.com/apache/echarts/issues/17852#issuecomment-1296681656

   已在 #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: 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] helgasoft commented on issue #17845: incorrect emphasis on hover near wide lines ends

2022-10-31 Thread GitBox


helgasoft commented on issue #17845:
URL: https://github.com/apache/echarts/issues/17845#issuecomment-1296658074

   Ovilia, I understand your point.  But my data contain only **single** line 
segments. 
   It's an implementation of a **timeline**, with overlapping lines with 
different widths - see 
[example](https://echarts.apache.org/examples/en/editor.html?c=line-simple=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXMgL4A0asAnjvkUrHgMYCGANgKZEBmbe7sZCmGDBWkEHUHo-AJwjtCsANoV0qdBthhKITrADkrCNHb7SsaMwC2e_QCE7Z1RoAmzMMyJKlABlIBGP31mEP0AXXMlfwCggCN48IiUAEhU4VFxOi5gGSt3MHYZIn0kZmJ9KU1YdmgXABlmWPZWOjwAC2AAdyIwGQBXdnNs3PzC4qRY8srNPEorWNEAZQgALz0ADnJU5KMTRe0OOk6IFzA2onW_WFBmRghtIh8AOgBWc0ZRHOLY1gGKrdS93YVn2lEOyBudwezzesA-rC-Bh-fzIsBSqWBIDazDwtGQu3YoPBSEh90oRH8xHR222pFYjWarQ63S0_UGsGGeTABSKBlKU2pVM002QznQ2l0xQJZgs1lsiwASk4qrA3B4vFEnj4ACwxCLKfyvPVJFUEol6JDHU7nWAAZlt5lJD1gMPen15-hk7Bc_zF1SsWJxePUKtgZoOFqd5NglLRNLpDJayHaXR6bKGOS5PPGZQqfqFGhFIc0Ets0vMlhsxUVyqqas8yiUTwA7AEAEz6zUO_wdk1VcNgi1Ws5EbWwqOPI1w93FSjNBGdX3C8iaYtVUvFJijGQyyu2L23Nq1lX1jXRQKkfTxWKJFeh2bzJarDZXCcup7-ZwFsIoYgAbiAA).
   Info for each line is in the **tooltip**. and line tooltips appear only at 
**line ends**.  
   Note: would be great to have an option to get them **anywhere** 
on the line - a _new feature_ request, I guess.
   
   After testing some more, I found another little problem. When a user enters 
the green zone from left, top or bottom, he will see tooltip 'BB' only, even if 
hovering on top of red's line end ('SR').  That's because _endLabel_ 'BB' is 
masking it. 
   Maybe both problems are not fixable, just little annoyances to live with.


-- 
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 #17852: [Bug] 有百分比展示的情况下,点击图例切换显示隐藏,剩余图上显示的百分比出错

2022-10-31 Thread GitBox


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

   @XerxesLee 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**
   
   [Bug] If there is a percentage display, click the legend to toggle the show 
and hide, and the percentage displayed on the remaining graph is wrong
   
   **BODY**
   
   ### Version
   
   5.4.0
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   Take this figure as an example, 
https://echarts.apache.org/examples/zh/editor.html?c=pie-nest
   
   ### Current Behavior
   
   1. After the first "Direct" in the legend above the dot, "Direct" is hidden, 
and the remaining pie charts also show the percentages are not correct, and are 
not recalculated, but directly the second "Email" becomes the proportion of 
"Direct" 13.08%.
   2. Hide "Email" again, "Google" becomes 13.08%. The percentages were simply 
and crudely handed over directly in order.
   
   ### Expected Behavior
   
   The percentage needs to be recalculated.
   
   ### 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] XerxesLee opened a new issue, #17852: [Bug] 有百分比展示的情况下,点击图例切换显示隐藏,剩余图上显示的百分比出错

2022-10-31 Thread GitBox


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

   ### Version
   
   5.4.0
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   以这个图举例,https://echarts.apache.org/examples/zh/editor.html?c=pie-nest
   
   ### Current Behavior
   
   1. 
点上方图例第一个"Direct"后,"Direct"被隐藏,剩余的饼图还显示的百分比都不对,没有重新计算,而是直接第二个"Email"变成了"Direct"的比例13.08%。
   2. 再将"Email"隐藏掉,"Google"变成了13.08%。百分比被简单粗暴的直接按序交过去了。
   
   ### 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-doc] nico-robert opened a new issue, #307: Get the difference between two versions

2022-10-31 Thread GitBox


nico-robert opened a new issue, #307:
URL: https://github.com/apache/echarts-doc/issues/307

   Is there a way to get the difference between two versions of Apache ECharts 
documentation ?
   I'm using this library and I would like to know if for example in version 
5.4.0 there is any flags that have been added or deleted compared to version 
5.2.2 (side documentation)
   
   By example for `title` configuration : `title.id` exists anymore in 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.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