Re: [PR] fix(pie): fix `endAngle` is not applied on the empty circle [echarts]

2024-02-25 Thread via GitHub


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

   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



Re: [PR] fix(pie): fix `endAngle` is not applied on the empty circle [echarts]

2024-02-25 Thread via GitHub


Ovilia merged PR #19642:
URL: https://github.com/apache/echarts/pull/19642


-- 
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/pie-endAngle-emptyCircle deleted (was c539b1fe3)

2024-02-25 Thread ovilia
This is an automated email from the ASF dual-hosted git repository.

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


 was c539b1fe3 fix(pie): fix `endAngle` is not applied on the empty circle

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.


-
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 #19642 from apache/fix/pie-endAngle-emptyCircle

2024-02-25 Thread ovilia
This is an automated email from the ASF dual-hosted git repository.

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

commit 643955133fa5b6baa1a68b0c715c5b97586363df
Merge: b9f78094b c539b1fe3
Author: Wenli Zhang 
AuthorDate: Mon Feb 26 15:56:22 2024 +0800

Merge pull request #19642 from apache/fix/pie-endAngle-emptyCircle

fix(pie): fix `endAngle` is not applied on the empty circle

 src/chart/pie/PieView.ts   |  5 +++--
 src/chart/pie/pieLayout.ts | 16 ++--
 test/pie-endAngle.html |  5 -
 test/runTest/actions/__meta__.json |  2 +-
 test/runTest/actions/pie-endAngle.json |  2 +-
 5 files changed, 23 insertions(+), 7 deletions(-)


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



(echarts) branch master updated (b9f78094b -> 643955133)

2024-02-25 Thread ovilia
This is an automated email from the ASF dual-hosted git repository.

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


from b9f78094b Merge pull request #19628 from apache/release
 add c539b1fe3 fix(pie): fix `endAngle` is not applied on the empty circle
 new 643955133 Merge pull request #19642 from 
apache/fix/pie-endAngle-emptyCircle

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/pie/PieView.ts   |  5 +++--
 src/chart/pie/pieLayout.ts | 16 ++--
 test/pie-endAngle.html |  5 -
 test/runTest/actions/__meta__.json |  2 +-
 test/runTest/actions/pie-endAngle.json |  2 +-
 5 files changed, 23 insertions(+), 7 deletions(-)


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



Re: [I] [Bug] The legend is blurry in svg rendering mode [echarts]

2024-02-25 Thread via GitHub


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

   Do you mean we should round values into integers? I think the blurring maybe 
serve as anti-aliasing in this case.


-- 
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



Re: [I] [Bug] color parse() does not understand new spec rgb and hsl colors [echarts]

2024-02-25 Thread via GitHub


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

   Color formatting is a complex topic and I would suggest using a third-party 
library to convert it to normal color format and pass it to ECharts.


-- 
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



Re: [I] [Feature] Show axisLabels on X-axis from points in my data [echarts]

2024-02-25 Thread via GitHub


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

   In time axes, the ticks are calculated without the knowledge of data values, 
which is the same as value axes. I think this is a good feature to have, since 
we don't have the ability to let developers decide where the ticks should be 
for now. Let's see what we can do in ECharts 6. 


-- 
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



Re: [I] [Feature] Add labels to continuous visualMap [echarts]

2024-02-25 Thread via GitHub


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

   Even with these intermediate labels, the mapping from color to value is not 
clear without hovering on the data to see the mapped position in the visualMap 
component. So I don't think the intermediate labels could help a lot.


-- 
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



Re: [I] [Feature] Support for 100% stacked charts [echarts]

2024-02-25 Thread via GitHub


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

   Please checkout 
https://echarts.apache.org/examples/zh/editor.html?c=bar-stack-normalization 
and 
https://echarts.apache.org/examples/zh/editor.html?c=bar-stack-normalization-and-variation


-- 
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



Re: [I] [Feature] Support for 100% stacked charts [echarts]

2024-02-25 Thread via GitHub


Ovilia closed issue #17179: [Feature] Support for 100% stacked charts
URL: https://github.com/apache/echarts/issues/17179


-- 
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



Re: [I] [Bug] datazoom不能通过触发dispatchAction实现自动选中状态 [echarts]

2024-02-25 Thread via GitHub


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

   @zac18992 A pull request is appreciated. Please check out [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



Re: [I] [Feature] `yAxis.max/yAxis.min` of DataShadow(mini chart) in `dataZoom.slider` [echarts]

2024-02-25 Thread via GitHub


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

   It seems to me that by setting the range of y limits, makes it confusing to 
the big picture.


-- 
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



Re: [PR] Update dataset-layout.html [echarts]

2024-02-25 Thread via GitHub


plainheart commented on code in PR #19373:
URL: https://github.com/apache/echarts/pull/19373#discussion_r1502089360


##
test/dataset-layout.html:
##
@@ -204,22 +204,26 @@
 height: 500
 });
 
+var curDimension = 0;
 chart && chart.on('updateAxisPointer', function (event) {
 var xAxisInfo = event.axesInfo[0];
 if (xAxisInfo) {
 var dimension = xAxisInfo.value + 1;
-chart.setOption({
-series: {
-id: 'pie',
-label: {
-formatter: '{b}: {@[' + dimension + ']} 
({d}%)'
-},
-encode: {
-value: dimension,
-tooltip: dimension
+if(curDimension === dimension){

Review Comment:
   1. Should use `!==`.
   2. Insert a space before `(` and after `)` 



-- 
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



Re: [I] 自定义多个markPoint ,分别设置其z值,markPoint.label没有按照z值的大小来显示,z值只对图形标签(symbol)有用,对图形标签上的label不起作用 [echarts]

2024-02-25 Thread via GitHub


soeasyjx commented on issue #19643:
URL: https://github.com/apache/echarts/issues/19643#issuecomment-1963329740

   > duplicate of #19108 The markPoint and markLine **z** value is a constant 
=5. So yes, there is a bug since z cannot be changed. Workaround for your 
example: Since all markPoints have the same z, they overlap each other by 
**order of appearance** - [Demo 
Code](https://echarts.apache.org/examples/en/editor.html?c=candlestick-simple=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXMmurACYCGYFRA2gOQBMADAIwDsAtK854wCz0ANLCZsuPPgFZholh269GANlliFkxu3oBdEgF8hJAJ458RJIZJ4ApgCcINwrFol0qUqTDGQNovQBjCmgyABsnSACAa2E3UkpqOjjPWhYRAGZ-ER4MgA4dI08U_mYMqQzS2ClmAuTSWnTWPIz0kX5-WqL69Nzs8qq2xj0uzqKAWwo7KIAFYAhoMAs69DwIcIWiMDsAVxtCrvIqGhdl0g8Dz2gKMb9RQABzQA2swE6HQB4FWIvPb19_CYx3j_QADcKKFdgARCBjfwACwgAHNoRF_gC8MYxgAjYChADSNhsICweF8AUWsC2u32KLRmNC_hAVGhBAA9EyALLMWDMUJSTmhDnMAB0zGFwtYoU4POYAC9kR9URisQBlCBS25pU6eeU0gDyADNdbZSQxqgBSWQ1SkfCBgGxjRXecJLAGeTF2Mj2ADCWOAdn8dhsZHoGtIVmdsFCFHRNlpxDD6AC3t9ogAxOw0-nZQDdTAwMrVURWFlg54QMBVpAYH74dCwEGw_pg6GPucAQmfWQ6E0qhbYCzYIArwMAWdqASTlAA5ygFNFJ6AWXlAHb-xdgWqxBHn6Ho9LAjJZ7N5LF5HM
 
YjHFkqPsH4R84Z4lnKlsDGPFgKnDHNYt-fT9gL7Gb75H9fv5_n7fm-X7_sBQG_iBL4AX-rA3mMfCchQjBCIwnIfkIHJZBySEoWhTQcheGGZgcEZRjGLbOgmoQ-v4yb6vRurERc2YLHmtyFpaAKluWUDQP48yrO6AAqoBMQcILwnxogBDYCz2GJXTAPqhp0JUPCjGG2Z2BMYA2kmAAUACUCAAHyxnG6D-mA2x2HA9AAEL0AA3CusANvWIh9oA4BaAA3RgChioAndrzouoRsUQ1ScQcIW4vihLEqS5J7PO1q2vaxiOuZYauu6dhetRSb0MmyisPZjAAGJlQpRRUTRKbFaVFV1s67kfE2FwURcVw3P4dyAHLyrxVegXy3PQYzzINsDAqCNgQlCojUQA7kikVdNFeIEkSNgkpsOxJWGIV0gyzJsvy3J7pyQoimwJ7ShNIVhQ-pTBdSWJ6gaNhGvQErMGaIgWslNp2g6twdR82WeomtHphm85tR8pHRk6cY1QVqbQ9oK0HCxuYquxRYWdx1q8f44S6rWsONqcwxFC16AtXo-hOUAA)
 
![image](https://private-user-images.githubusercontent.com/13038071/307663522-c561b6d3-681f-4bc6-876c-bab952c13f51.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MDg5MjQwMDksIm5iZiI6MTcwODkyMzcwOSwicGF0aCI6Ii8xMzAzODA3MS8zMDc2NjM1MjItYzU2MWI2ZDMtNjgxZi00YmM2LTg3NmMtYmFiOTUyYzEzZjUxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZ
 
YLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDAyMjYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwMjI2VDA1MDE0OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTdhZmU5OTE0MjBkNjM4N2ZlNTM0NmIzNDA4YjE2OWM3MzJiM2E1ZDljYjAzNmQzMzNiMWE3YTUwM2NkOWIxOGQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.Y4oPijQyTqkM1OLX0hm6wnK8teRaQZrfhyB86-8ecWk)
   
   但是现在我的需求是,需要将数字图形标签有所有内容覆盖在蓝色图形标签之上显示,如果他们两个图形存在重叠的时候


-- 
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



Re: [I] 自定义多个markPoint ,分别设置其z值,markPoint.label没有按照z值的大小来显示,z值只对图形标签(symbol)有用,对图形标签上的label不起作用 [echarts]

2024-02-25 Thread via GitHub


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

   duplicate of #19108
   The  markPoint and markLine **z** value is a constant =5. So yes, there is a 
bug since z cannot be changed.
   Workaround for your example:
   Since all markPoints have the same z, they overlap each other by **order of 
appearance** - [Demo 
Code](https://echarts.apache.org/examples/en/editor.html?c=candlestick-simple=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXMmurACYCGYFRA2gOQBMADAIwDsAtK854wCz0ANLCZsuPPgFZholh269GANlliFkxu3oBdEgF8hJAJ458RJIZJ4ApgCcINwrFol0qUqTDGQNovQBjCmgyABsnSACAa2E3UkpqOjjPWhYRAGZ-ER4MgA4dI08U_mYMqQzS2ClmAuTSWnTWPIz0kX5-WqL69Nzs8qq2xj0uzqKAWwo7KIAFYAhoMAs69DwIcIWiMDsAVxtCrvIqGhdl0g8Dz2gKMb9RQABzQA2swE6HQB4FWIvPb19_CYx3j_QADcKKFdgARCBjfwACwgAHNoRF_gC8MYxgAjYChADSNhsICweF8AUWsC2u32KLRmNC_hAVGhBAA9EyALLMWDMUJSTmhDnMAB0zGFwtYoU4POYAC9kR9URisQBlCBS25pU6eeU0gDyADNdbZSQxqgBSWQ1SkfCBgGxjRXecJLAGeTF2Mj2ADCWOAdn8dhsZHoGtIVmdsFCFHRNlpxDD6AC3t9ogAxOw0-nZQDdTAwMrVURWFlg54QMBVpAYH74dCwEGw_pg6GPucAQmfWQ6E0qhbYCzYIArwMAWdqASTlAA5ygFNFJ6AWXlAHb-xdgWqxBHn6Ho9LAjJZ7N5LF5HMYjHFkqPsH4R84Z4lnKlsDGPFgKnDHNYt-fT9gL7Gb75H9fv5_n7fm-X7_sBQG_iBL4AX-rA3mMfCchQjBCIwnIfkIHJZBySEoWhTQcheGGZgcEZRjGLbOgmoQ-v4yb6vRurERc2YLHmtyFpaAKluWUDQP48yrO
 
6AAqoBMQcILwnxogBDYCz2GJXTAPqhp0JUPCjGG2Z2BMYA2kmAAUACUCAAHyxnG6D-mA2x2HA9AAEL0AA3CusANvWIh9oA4BaAA3RgChioAndrzouoRsUQ1ScQcIW4vihLEqS5J7PO1q2vaxiOuZYauu6dhetRSb0MmyisPZjAAGJlQpRRUTRKbFaVFV1s67kfE2FwURcVw3P4dyAHLyrxVegXy3PQYzzINsDAqCNgQlCojUQA7kikVdNFeIEkSNgkpsOxJWGIV0gyzJsvy3J7pyQoimwJ7ShNIVhQ-pTBdSWJ6gaNhGvQErMGaIgWslNp2g6twdR82WeomtHphm85tR8pHRk6cY1QVqbQ9oK0HCxuYquxRYWdx1q8f44S6rWsONqcwxFC16AtXo-hOUAA)
   
![image](https://github.com/apache/echarts/assets/13038071/c561b6d3-681f-4bc6-876c-bab952c13f51)
   


-- 
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



Re: [I] markPoints set zlevel [echarts]

2024-02-25 Thread via GitHub


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

   see also #19108


-- 
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 dependabot/npm_and_yarn/ip-1.1.9 deleted (was 255fe501)

2024-02-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/npm_and_yarn/ip-1.1.9
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git


 was 255fe501 chore(deps): bump ip from 1.1.5 to 1.1.9

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.


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



(echarts-examples) 01/01: Merge pull request #89 from apache/dependabot/npm_and_yarn/ip-1.1.9

2024-02-25 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

commit fb686eb242dc8c1600d0bb3ec77e6ccd455c4770
Merge: 897f4716 255fe501
Author: Zhongxiang Wang 
AuthorDate: Mon Feb 26 12:14:10 2024 +0800

Merge pull request #89 from apache/dependabot/npm_and_yarn/ip-1.1.9

chore(deps): bump ip from 1.1.5 to 1.1.9

 package-lock.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


-
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 (897f4716 -> fb686eb2)

2024-02-25 Thread wangzx
This is an automated email from the ASF dual-hosted git repository.

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


from 897f4716 fix potential compatibility issue & update README.md
 add 255fe501 chore(deps): bump ip from 1.1.5 to 1.1.9
 new fb686eb2 Merge pull request #89 from 
apache/dependabot/npm_and_yarn/ip-1.1.9

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:
 package-lock.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


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



Re: [PR] chore(deps): bump ip from 1.1.5 to 1.1.9 [echarts-examples]

2024-02-25 Thread via GitHub


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


-- 
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 potential compatibility issue & update README.md

2024-02-25 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 897f4716 fix potential compatibility issue & update README.md
897f4716 is described below

commit 897f4716dc616f13bfda6cbaddbfdcad49ed3513
Author: plainheart 
AuthorDate: Mon Feb 26 12:12:40 2024 +0800

fix potential compatibility issue & update README.md
---
 README.md   | 6 +++---
 tool/build-example.js   | 2 +-
 tool/compile-example.js | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 4727783e..ef992da1 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 ## Install
 
 ```shell
-npm install
+npm i --force
 ```
 
 ## Edit examples
@@ -51,7 +51,7 @@ For example:
 $.when(
   $.getScript(ROOT_PATH + '/data/asset/js/.js'),
   $.getScript(
-'https://cdn.jsdelivr.net/npm/d3-contour@2.0.0/dist/d3-contour.jXs'
+'https://cdn.jsdelivr.net/npm/d3-contour@2.0.0/dist/d3-contour.js'
   )
 ).done(function () {
   // ...
@@ -131,7 +131,7 @@ npm run build:examplelist
 If puppeteer has not been installed:
 
 ```shell
-npm i puppeteer
+npm i puppeteer -D
 ```
 
 If you want to save the log:
diff --git a/tool/build-example.js b/tool/build-example.js
index 656fde4e..1190095a 100644
--- a/tool/build-example.js
+++ b/tool/build-example.js
@@ -247,7 +247,7 @@ async function takeScreenshot(
   // ffmpeg.FS("unlink", `${basename}.webm`)
   // ffmpeg.FS("unlink", `${basename}.webp`)
   shell.exec(
-`ffmpeg -y -i ${fileBase}.webm -s 
${OUTPUT_IMAGE_WIDTH}x${OUTPUT_IMAGE_HEIGHT} -f webp ${fileBase}.webp`
+`ffmpeg -y -i "${fileBase}.webm" -s 
${OUTPUT_IMAGE_WIDTH}x${OUTPUT_IMAGE_HEIGHT} -f webp "${fileBase}.webp"`
   );
   try {
 fs.unlinkSync(webmFile);
diff --git a/tool/compile-example.js b/tool/compile-example.js
index 54296dd9..a367208e 100644
--- a/tool/compile-example.js
+++ b/tool/compile-example.js
@@ -7,9 +7,9 @@ const exampleDir = path.join(__dirname, '../public/examples');
 
 async function run() {
   const hasError =
-shell.exec(`tsc --project ${path.join(exampleDir, 'tsconfig.json')}`)
+shell.exec(`tsc --project "${path.join(exampleDir, 'tsconfig.json')}"`)
   .code !== 0;
-  shell.exec(`prettier --write ${path.join(exampleDir, 'js')}`);
+  shell.exec(`prettier --write "${path.join(exampleDir, 'js')}"`);
 
   const files = await globby('js/**/*.js', {
 cwd: exampleDir,


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



(echarts-doc) branch dependabot/npm_and_yarn/editor/axios-and-google-translate-api-browser--removed deleted (was 62e6ddfa)

2024-02-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/editor/axios-and-google-translate-api-browser--removed
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git


 was 62e6ddfa chore(deps): bump axios and google-translate-api-browser in 
/editor

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.


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



Re: [PR] chore(deps): bump axios and google-translate-api-browser in /editor [echarts-doc]

2024-02-25 Thread via GitHub


dependabot[bot] commented on PR #385:
URL: https://github.com/apache/echarts-doc/pull/385#issuecomment-1963263417

   OK, I won't notify you again about this release, but will get in touch when 
a new version is available.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


-- 
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-doc) branch dependabot/npm_and_yarn/editor/ip-1.1.9 deleted (was f0fd0f18)

2024-02-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/npm_and_yarn/editor/ip-1.1.9
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git


 was f0fd0f18 chore(deps-dev): bump ip from 1.1.5 to 1.1.9 in /editor

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.


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



Re: [PR] chore(deps): bump axios and google-translate-api-browser in /editor [echarts-doc]

2024-02-25 Thread via GitHub


plainheart closed pull request #385: chore(deps): bump axios and 
google-translate-api-browser in /editor
URL: https://github.com/apache/echarts-doc/pull/385


-- 
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



Re: [PR] chore(deps-dev): bump ip from 1.1.5 to 1.1.9 in /editor [echarts-doc]

2024-02-25 Thread via GitHub


dependabot[bot] commented on PR #386:
URL: https://github.com/apache/echarts-doc/pull/386#issuecomment-1963263308

   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


-- 
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



Re: [PR] chore(deps-dev): bump ip from 1.1.5 to 1.1.9 in /editor [echarts-doc]

2024-02-25 Thread via GitHub


plainheart closed pull request #386: chore(deps-dev): bump ip from 1.1.5 to 
1.1.9 in /editor
URL: https://github.com/apache/echarts-doc/pull/386


-- 
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-www) branch master updated: update assets version

2024-02-25 Thread wangzx
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new c6c23c5c update assets version
c6c23c5c is described below

commit c6c23c5c66bb8294b7ebc4a8360e5970d172f025
Author: plainheart 
AuthorDate: Mon Feb 26 11:37:54 2024 +0800

update assets version
---
 _jade/components/builder.jade | 2 +-
 bin/build.js  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/_jade/components/builder.jade b/_jade/components/builder.jade
index ff7f9072..efee5e7e 100644
--- a/_jade/components/builder.jade
+++ b/_jade/components/builder.jade
@@ -204,7 +204,7 @@ block extra_js
 //- if (email) {
 //- log += '=' + email;
 //- }
-_hmt.push(['_trackEvent', 'builder', 'build', 
'#{downloadVersion}', log]);
+_hmt.push(['_trackEvent', 'builder', 'build', $versionsDom.value 
|| '5', log]);
 
 window.open('#{host}/#{ecWWWLang}/builder/echarts.html?' + 
parameters);
 });
diff --git a/bin/build.js b/bin/build.js
index e3f684ca..6cc76539 100644
--- a/bin/build.js
+++ b/bin/build.js
@@ -90,7 +90,7 @@ function initEnv() {
 // Update home version each build.
 config.homeVersion = +new Date();
 // Temp: give a fixed version until need to update.
-config.cdnPayVersion = '20200710_1';
+config.cdnPayVersion = '20240226';
 
 config.downloadVersion = '5.0.0';
 


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



Re: [I] [Feature] `yAxis.max/yAxis.min` of DataShadow(mini chart) in `dataZoom.slider` [echarts]

2024-02-25 Thread via GitHub


Airkro commented on issue #16559:
URL: https://github.com/apache/echarts/issues/16559#issuecomment-1963155655

   bump


-- 
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



Re: [I] [Bug] When the number of points is more than 5000, zlevel and tooltip axispointer will cause the chart to render only partially [echarts]

2024-02-25 Thread via GitHub


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

   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



Re: [I] [Bug] Formating xAxis label with format function and rich causing labels not to fit [echarts]

2024-02-25 Thread via GitHub


github-actions[bot] closed issue #16538: [Bug] Formating xAxis label with 
format function and rich causing labels not to fit
URL: https://github.com/apache/echarts/issues/16538


-- 
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



Re: [I] Not able to plot regression line [echarts]

2024-02-25 Thread via GitHub


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

   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



Re: [I] [Bug] Formating xAxis label with format function and rich causing labels not to fit [echarts]

2024-02-25 Thread via GitHub


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

   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



Re: [I] 如何将 scatter3D 中的 坐标轴名称 与 坐标轴轴线 平行显示(坐标轴名称显示角度不需要随着图表旋转角度而发生变化) [echarts]

2024-02-25 Thread via GitHub


github-actions[bot] closed issue #16536: 如何将 scatter3D 中的 坐标轴名称 与 坐标轴轴线 
平行显示(坐标轴名称显示角度不需要随着图表旋转角度而发生变化)
URL: https://github.com/apache/echarts/issues/16536


-- 
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



Re: [I] 如何将 scatter3D 中的 坐标轴名称 与 坐标轴轴线 平行显示(坐标轴名称显示角度不需要随着图表旋转角度而发生变化) [echarts]

2024-02-25 Thread via GitHub


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

   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



Re: [I] [Bug] i set the option: geo.select.label.formatter,but it doesn't take effect(geo的label配置了formatter没有效果,传入回调函数都不会触发console) [echarts]

2024-02-25 Thread via GitHub


github-actions[bot] closed issue #16526: [Bug] i set the option: 
geo.select.label.formatter,but it doesn't take 
effect(geo的label配置了formatter没有效果,传入回调函数都不会触发console)
URL: https://github.com/apache/echarts/issues/16526


-- 
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



Re: [I] [Bug] i set the option: geo.select.label.formatter,but it doesn't take effect(geo的label配置了formatter没有效果,传入回调函数都不会触发console) [echarts]

2024-02-25 Thread via GitHub


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

   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



Re: [I] On Axis label click how to add data [echarts]

2024-02-25 Thread via GitHub


github-actions[bot] closed issue #16524: On Axis label click how to add data
URL: https://github.com/apache/echarts/issues/16524


-- 
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



Re: [I] Need x,y,Width,Height of the chart elements [echarts]

2024-02-25 Thread via GitHub


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

   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



Re: [I] Options to apply bar border to specific sides of the bar [echarts]

2024-02-25 Thread via GitHub


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

   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



Re: [I] On Axis label click how to add data [echarts]

2024-02-25 Thread via GitHub


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

   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



Re: [I] [Bug] svg渲染模式下载的svg图片背景色是黑色的 [echarts]

2024-02-25 Thread via GitHub


github-actions[bot] closed issue #16515: [Bug] svg渲染模式下载的svg图片背景色是黑色的
URL: https://github.com/apache/echarts/issues/16515


-- 
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



Re: [I] Need x,y,Width,Height of the chart elements [echarts]

2024-02-25 Thread via GitHub


github-actions[bot] closed issue #16480: Need x,y,Width,Height of the chart 
elements
URL: https://github.com/apache/echarts/issues/16480


-- 
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



Re: [I] [Bug] svg渲染模式下载的svg图片背景色是黑色的 [echarts]

2024-02-25 Thread via GitHub


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

   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



Re: [I] 折线图设置 visualMap.pieces 2000个分段。配置dataZoom 放大缩小会卡,有什么方法解决吗? [echarts]

2024-02-25 Thread via GitHub


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

   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



Re: [I] 折线图设置 visualMap.pieces 2000个分段。配置dataZoom 放大缩小会卡,有什么方法解决吗? [echarts]

2024-02-25 Thread via GitHub


github-actions[bot] closed issue #15740: 折线图设置 visualMap.pieces 
2000个分段。配置dataZoom 放大缩小会卡,有什么方法解决吗?
URL: https://github.com/apache/echarts/issues/15740


-- 
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



Re: [I] Prevent markPoint labels overlapping [echarts]

2024-02-25 Thread via GitHub


soeasyjx commented on issue #19633:
URL: https://github.com/apache/echarts/issues/19633#issuecomment-1962860719

   两个离的比较近的markPoint有可能会有部分内容重叠,有办法调整么


-- 
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



Re: [I] 自定义多个markPoint ,分别设置其z值,markPoint.label没有按照z值的大小来显示,z值只对标签(symbol)有用,对标签上的label不起作用 [echarts]

2024-02-25 Thread via GitHub


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

   @soeasyjx 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**
   
   Customize multiple markPoints, set their z values separately, 
markPoint.label is not displayed according to the size of the z value, the z 
value is only useful for the label (symbol), not for the label on the label
   


-- 
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