Re: [PR] feat(dataZoom): `valueRange` for `dataZoom` event [echarts]

2024-04-03 Thread via GitHub


susiwen8 closed pull request #17278: feat(dataZoom): `valueRange` for 
`dataZoom` event
URL: https://github.com/apache/echarts/pull/17278


-- 
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] feat(dataZoom): add `startValue` and `endValue` for event [echarts-doc]

2024-04-03 Thread via GitHub


susiwen8 closed pull request #267: feat(dataZoom): add `startValue` and 
`endValue` for event
URL: https://github.com/apache/echarts-doc/pull/267


-- 
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(markline): markLine shouldn't be filtered if one point is out side of the grid [echarts]

2024-04-03 Thread via GitHub


susiwen8 closed pull request #16026: Fix(markline): markLine shouldn't be 
filtered if one point is out side of the grid
URL: https://github.com/apache/echarts/pull/16026


-- 
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] Time axis shadow [echarts]

2024-04-03 Thread via GitHub


susiwen8 closed pull request #15411: Time axis shadow
URL: https://github.com/apache/echarts/pull/15411


-- 
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(label): label not show on singleaxis [echarts]

2024-04-03 Thread via GitHub


susiwen8 closed pull request #15851: fix(label): label not show on singleaxis
URL: https://github.com/apache/echarts/pull/15851


-- 
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 feat/break-axis updated (c75ad26f8 -> 5474ac270)

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

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


from c75ad26f8 feat(WIP): break axis with category axis
 add 5474ac270 feat(WIP): break axis with category axis

No new revisions were added by this update.

Summary of changes:
 src/component/axis/axisBreakHelper.ts |  9 +++--
 src/coord/Axis.ts | 34 +++---
 src/scale/Scale.ts|  7 +--
 3 files changed, 39 insertions(+), 11 deletions(-)


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



Re: [I] [Bug] get error [undefined (reading 'getRawIndex') ] when click on stackline chart [echarts]

2024-04-03 Thread via GitHub


j3ski-bioraptor commented on issue #16998:
URL: https://github.com/apache/echarts/issues/16998#issuecomment-2033853531

   I had the same error but in different circumstances. Adding an explicit `id` 
to the series component helped.
   The error would happen randomly, but always in the following circumstances:
   1. setOption was called (with replaceMerge for most options, but I didn't 
check other behaviour)
   2. some internal event was triggered in echarts (eg series hover triggering 
a tooltip) **in rapid succession of 1**
   


-- 
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] 在触屏的电脑或大屏显示器上无法拖动节点 [echarts]

2024-04-03 Thread via GitHub


liumouren34 commented on issue #12823:
URL: https://github.com/apache/echarts/issues/12823#issuecomment-2033904052

   请问5.0以上版本如何解决这个问题,@yibaibai121 
   


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



[I] [Bug] [echarts]

2024-04-03 Thread via GitHub


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

   ### Version
   
   5.5.0
   
   ### Link to Minimal Reproduction
   
   -
   
   ### Steps to Reproduce
   
   Create a package that creates a graph using echarts and ngx-echarts, and 
then install that package in an application to use that graph with these 
packages as peerDependency.
   
   ### Current Behavior
   
   I was using` echarts v5.4.3` with `ngx-echarts 15.0.3` and `angular 15`, but 
when I updated `echarts to v5.5.0` I notice that the theme is not working.
   
   I have an application as a library where I am using the echarts package to 
create some graphics and there it is working correctly, I have problems in the 
application when I install this package. Echarts is a peerDependency of this 
package as well as ngx-echarts. 
   
   In the aplication as library I am only importing the theme in the module 
this way:
   
   ```
   import 'echarts/theme/macarons.js';
   import * as echarts from 'echarts';
   import { NgxEchartsModule } from 'ngx-echarts';
   
   @NgModule({
 imports: [
   NgxEchartsModule.forRoot({
 echarts
   })
 ],
   ```
   
   And I am using this way to create the graphics:
   
   ``
   
   ### Expected Behavior
   
   That the graphic is displayed correctly in the application with the macaron 
them
   
   ### Environment
   
   ```markdown
   - OS: Windows
   - Browser: Chrome
   - Framework: Angular 15
   ```
   
   
   ### Any additional comments?
   
   If I run the package it displays correctly, it is in the application where 
you can see that it does not pick up the theme styles.
   
   Should I add something in the angular.json or in some other file? For 
example in the scripts section of angular.json like:
   
   ```
"scripts": [
 "node_modules/echarts/dist/echarts.js",
 "node_modules/echarts/theme/macarons.js",
],
   ```
   
   Although with the previous version I didn't need to add any of 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.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] [echarts]

2024-04-03 Thread via GitHub


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


-- 
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] echarts设置dataZoom在触屏电视上拖拽滑动无效 [echarts]

2024-04-03 Thread via GitHub


liumouren34 commented on issue #13884:
URL: https://github.com/apache/echarts/issues/13884#issuecomment-2034004891

   @isongme  请问这个问题解决没呢?
   
   


-- 
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] Line chart causing browser crash(out of memory) [echarts]

2024-04-03 Thread via GitHub


Lstoryc commented on issue #19377:
URL: https://github.com/apache/echarts/issues/19377#issuecomment-2034117900

   有办法监测这种崩溃么?


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



[I] [Bug] xAxis type设置为time时,图标和缩略图展示不一致 [echarts]

2024-04-03 Thread via GitHub


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

   ### Version
   
   5.4.1
   
   ### Link to Minimal Reproduction
   
   https://codepen.io/mariahquery/pen/MWRrYaz
   
   ### Steps to Reproduce
   
   1、使用ECharts创建图表。
   2、设置 xAxis type设置为time类型
   3、series的data类型为[timestamp,number]
   
   ### Current Behavior
   
   拖动缩略图,会发现无法和图表中的显示对应
   
   ### Expected Behavior
   
   拖动缩略图时,缩略图里面显示的形状应该和图标中的一致
   
   ### Environment
   
   ```markdown
   - OS:macos 13.5.2 (22G91)
   - Browser:safari 16.6 (18615.3.12.11.2)
   - Framework:react
   ```
   
   
   ### 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



Re: [I] [Bug] xAxis type设置为time时,图标和缩略图展示不一致 [echarts]

2024-04-03 Thread via GitHub


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

   @cleverqy 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] When xAxis type is set to time, the icon and thumbnail are displayed 
inconsistently
   
   **BODY**
   
   ### Version
   
   5.4.1
   
   ### Link to Minimal Reproduction
   
   https://codepen.io/mariahquery/pen/MWRrYaz
   
   ### Steps to Reproduce
   
   1. Use ECharts to create charts.
   2. Set xAxis type to time type
   3. The data type of series is [timestamp, number]
   
   ### Current Behavior
   
   If you drag the thumbnail, you will find that it cannot correspond to the 
display in the chart.
   
   ### Expected Behavior
   
   When dragging the thumbnail, the shape displayed in the thumbnail should be 
consistent with the shape in the icon.
   
   ### Environment
   
   ```markdown
   - OS: macos 13.5.2 (22G91)
   - Browser:safari 16.6 (18615.3.12.11.2)
   - Framework:react
   ```
   
   
   ### 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



Re: [I] [Bug] charts shrinks if the div has a small width(500px) [echarts]

2024-04-03 Thread via GitHub


github-actions[bot] closed issue #16727: [Bug] charts shrinks if the div has a 
small width(500px)  
URL: https://github.com/apache/echarts/issues/16727


-- 
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] Series Option does not recognize the SeriesOption$1[] array [echarts]

2024-04-03 Thread via GitHub


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

   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] Can't use "overflow" inside "axisLabel". It not exist! [echarts]

2024-04-03 Thread via GitHub


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

   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] charts shrinks if the div has a small width(500px) [echarts]

2024-04-03 Thread via GitHub


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

   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] Echart does not stretch [echarts]

2024-04-03 Thread via GitHub


github-actions[bot] closed issue #16758: [Bug]  Echart does not stretch
URL: https://github.com/apache/echarts/issues/16758


-- 
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] Echart does not stretch [echarts]

2024-04-03 Thread via GitHub


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

   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] echarts line chart 如果数据量超过2000个(如4000),动画播放不能正常运行 [echarts]

2024-04-03 Thread via GitHub


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

   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] Unable to get charts to render using custom treeshaking build [echarts]

2024-04-03 Thread via GitHub


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

   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] How to listen 'xAxis.axisPointer.handle' Drag and drop event [echarts]

2024-04-03 Thread via GitHub


github-actions[bot] closed issue #16690: How to listen 
'xAxis.axisPointer.handle' Drag and drop event
URL: https://github.com/apache/echarts/issues/16690


-- 
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] How to listen 'xAxis.axisPointer.handle' Drag and drop event [echarts]

2024-04-03 Thread via GitHub


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

   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] vue中使用堆叠柱状图:formatter函数中过去不到this,如何获取stack的值 [echarts]

2024-04-03 Thread via GitHub


adrndfn commented on issue #15268:
URL: https://github.com/apache/echarts/issues/15268#issuecomment-2034955282

   
![image](https://github.com/apache/echarts/assets/165926095/f7e160c5-d5f6-4d00-9abb-74c7bc107f64)
   
   Hello, with bar charts in stack configuration we can only have the item 
informations or the whole axis informations in the tooltip by using trigger 
param.
   But we would like to show only the stack informations ( = all item 
informations of the hovered stack )
   Is there a simply way to get that ? 
   
   If no, is there now a way to get the hovered stack informations in the 
tooltip formatter to help us formatting tooltip ?
   
   


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