Re: [I] [Bug] Too many points on a mixed chart of scatter and line would cause canvas not to be cleared correctly [echarts]

2024-03-06 Thread via GitHub


AndreyPatseiko commented on issue #19576:
URL: https://github.com/apache/echarts/issues/19576#issuecomment-1980706999

   Hmmm.
   It's possible that problem comes from the 
   
   ```
 tooltip: {
   trigger: 'axis'
 },
   ```
   If you change trigger type to the 'item', behavior will be normal.  But it's 
not solve 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] Too many points on a mixed chart of scatter and line would cause canvas not to be cleared correctly [echarts]

2024-01-31 Thread via GitHub


bbeas commented on issue #19576:
URL: https://github.com/apache/echarts/issues/19576#issuecomment-1920407018

   Fixed the problem by changing `type: scatter` to `type: line` and set 
`lineStyle: {width: 0}` to hide the line.
   This could just achieve the expected behaviour without the problem above 
when zooming in and out.


-- 
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] Too many points on a mixed chart of scatter and line would cause canvas not to be cleared correctly [echarts]

2024-01-31 Thread via GitHub


bbeas commented on issue #19576:
URL: https://github.com/apache/echarts/issues/19576#issuecomment-1919243904

   > It seems that the demo works even without `large: true` with @helgasoft 's 
link. @bbeas Please make sure you are using the latest version. You'd better 
use ECharts's official link to create the demo. If the problem exists, you need 
to minify the code and remove all unncessary code to help find what caused this 
problem.
   
   The problem could simply occur if I comment the `large: true` in @helgasoft 
's demo code on my laptop (Macbook Pro M2 2022 with 16GB memory). It happens 
with both ECharts v5.4.3 and v5.5.0-rc.1. Do you have any ideas about this?
   
![image](https://github.com/apache/echarts/assets/29697116/97e38681-9ef0-4a41-b27d-9263b379d8c6)
   
![image](https://github.com/apache/echarts/assets/29697116/9b060178-9dff-4b9a-b501-eda4f9a003f7)
   
   


-- 
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] Too many points on a mixed chart of scatter and line would cause canvas not to be cleared correctly [echarts]

2024-01-31 Thread via GitHub


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

   It seems that the demo works even without `large: true` with @helgasoft 's 
link. @bbeas Please make sure you are using the latest version. You'd better 
use ECharts's official link to create the demo. If the problem exists, you need 
to minify the code and remove all unncessary code to help find what caused this 
problem.


-- 
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] Too many points on a mixed chart of scatter and line would cause canvas not to be cleared correctly [echarts]

2024-01-31 Thread via GitHub


bbeas commented on issue #19576:
URL: https://github.com/apache/echarts/issues/19576#issuecomment-1918699084

   It works on this minimal reproduction demo, but not on my own code 
   Still trying to figure out if there are any other factors affecting the 
behaviour, such as type="time" or the series of my xAxis data not having fixed 
time intervals
   If possible, keep the issue open and I'll update it whenever I have some 
progress. 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