[GitHub] [echarts] eapatel edited a comment on issue #16095: appendData crashed the tab after sometimes in 3d globe.

2021-12-06 Thread GitBox
eapatel edited a comment on issue #16095: URL: https://github.com/apache/echarts/issues/16095#issuecomment-987465672 Thanks @pissang for the reply. I implemented replaceMerged feature to solve my main issue (to improve the performance of the globe and prevent browser crashes).

[GitHub] [echarts] eapatel edited a comment on issue #16095: appendData crashed the tab after sometimes in 3d globe.

2021-11-28 Thread GitBox
eapatel edited a comment on issue #16095: URL: https://github.com/apache/echarts/issues/16095#issuecomment-981184109 -- 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

[GitHub] [echarts] eapatel edited a comment on issue #16095: appendData crashed the tab after sometimes in 3d globe.

2021-11-24 Thread GitBox
eapatel edited a comment on issue #16095: URL: https://github.com/apache/echarts/issues/16095#issuecomment-977454238 will try to use replaceMerge by upgrading echarts with v5 in my project -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [echarts] eapatel edited a comment on issue #16095: appendData crashed the tab after sometimes in 3d globe.

2021-11-24 Thread GitBox
eapatel edited a comment on issue #16095: URL: https://github.com/apache/echarts/issues/16095#issuecomment-977454238 will try use replaceMerge by upgrading echarts with v5 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [echarts] eapatel edited a comment on issue #16095: appendData crashed the tab after sometimes in 3d globe.

2021-11-23 Thread GitBox
eapatel edited a comment on issue #16095: URL: https://github.com/apache/echarts/issues/16095#issuecomment-977454238 Below is my code using setOption. ``` ``` ``` echartsInstance: any; option: EChartOption = {}; flag: boolean = false; data: any; ```

[GitHub] [echarts] eapatel edited a comment on issue #16095: appendData crashed the tab after sometimes in 3d globe.

2021-11-23 Thread GitBox
eapatel edited a comment on issue #16095: URL: https://github.com/apache/echarts/issues/16095#issuecomment-977454238 Below is my code using setOption. ``` ``` ``` echartsInstance: any; option: EChartOption = {}; data: any; ``` ``` constructor() {

[GitHub] [echarts] eapatel edited a comment on issue #16095: appendData crashed the tab after sometimes in 3d globe.

2021-11-23 Thread GitBox
eapatel edited a comment on issue #16095: URL: https://github.com/apache/echarts/issues/16095#issuecomment-977454238 Below is my code using setOption. echartsInstance: any; option: EChartOption = {}; data: any; constructor() {

[GitHub] [echarts] eapatel edited a comment on issue #16095: appendData crashed the tab after sometimes in 3d globe.

2021-11-23 Thread GitBox
eapatel edited a comment on issue #16095: URL: https://github.com/apache/echarts/issues/16095#issuecomment-977415394 Thanks for the response @pissang. I also used setOptions to update the data and was accumulating only 100 data. For example, when the length of the series reaches 100