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). Howe
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 unsu
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 o
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 u
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;
```
```
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() {
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() {
this.setOption()
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