This commit is contained in:
Lingzi
2022-04-06 11:09:22 +08:00
parent 5a2a668168
commit bea56eb9f4
3 changed files with 1 additions and 5 deletions

View File

@ -26,10 +26,8 @@ export class BusitableCurveComponent implements OnInit, OnChanges {
}
reRender() {
setTimeout(() => {
this.chart.data(this.chartData);
this.chart.render();
}, 500)
}
render(el: ElementRef<HTMLDivElement>): void {
this.el = el.nativeElement