解决冲突

This commit is contained in:
wangshiming
2022-04-06 20:46:31 +08:00
parent 29d964cafd
commit 6e40152bc9
4 changed files with 16 additions and 11212 deletions

View File

@ -139,6 +139,7 @@ export class DatatableCustomindexComponent implements OnInit {
.subscribe(res => {
if (res) {
this.chartData.push(...res);
console.log(this.curve);
this.curve.reRender();
}
});