fix bug
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user