Re: [I] [Bug] loading layout was overlapped by graphGL [echarts]

2024-02-18 Thread via GitHub
AndreyPatseiko closed issue #19597: [Bug] loading layout was overlapped by graphGL URL: https://github.com/apache/echarts/issues/19597 -- 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

Re: [I] [Bug] loading layout was overlapped by graphGL [echarts]

2024-02-18 Thread via GitHub
AndreyPatseiko commented on issue #19597: URL: https://github.com/apache/echarts/issues/19597#issuecomment-1951800898 I want to change data for the same chart without clearing data when fetching in progress. Because I think it's not necessary step. Thanks for you advise about API. I

Re: [I] [Bug] loading layout was overlapped by graphGL [echarts]

2024-02-07 Thread via GitHub
helgasoft commented on issue #19597: URL: https://github.com/apache/echarts/issues/19597#issuecomment-1932636715 But the preloader is not supposed to stay together with the chart. It is temporary in nature and meant to be disposed thru _hideLoading_ - see [showLoading

Re: [I] [Bug] loading layout was overlapped by graphGL [echarts]

2024-02-06 Thread via GitHub
AndreyPatseiko commented on issue #19597: URL: https://github.com/apache/echarts/issues/19597#issuecomment-1931389522 No. I've activated preloader for showing the problem. The problem is that when you activate the loading, the preloader doesn't overlap GL diagram, and you can interact

Re: [I] [Bug] loading layout was overlapped by graphGL [echarts]

2024-02-06 Thread via GitHub
helgasoft commented on issue #19597: URL: https://github.com/apache/echarts/issues/19597#issuecomment-1930508723 Did you forget [hideLoading](https://echarts.apache.org/en/api.html#echartsInstance.hideLoading) ?

[I] [Bug] loading layout was overlapped by graphGL [echarts]

2024-02-06 Thread via GitHub
AndreyPatseiko opened a new issue, #19597: URL: https://github.com/apache/echarts/issues/19597 ### Version 5.4.3 ### Link to Minimal Reproduction