要解决"将类getter作为图表的Angular 8 Plotly导致页面冻结"的问题,可以尝试以下解决方法:
示例代码:
import { Component, OnInit } from '@angular/core';
import * as Plotly from 'plotly.js';
@Component({
selector: 'app-chart',
template: '',
})
export class ChartComponent implements OnInit {
chartData: any = {};
ngOnInit() {
this.loadData().then(data => {
this.chartData = data;
this.plotChart();
});
}
loadData(): Promise {
return new Promise((resolve) => {
// Load data from API or any other source
// Resolve the promise with the data
resolve(/* data */);
});
}
plotChart() {
Plotly.newPlot('chart', this.chartData);
}
}
示例代码:
import { Component, OnInit, ChangeDetectionStrategy } from '@angular/core';
import * as Plotly from 'plotly.js';
@Component({
selector: 'app-chart',
template: '',
changeDetection: ChangeDetectionStrategy.OnPush
})
export class ChartComponent implements OnInit {
chartData: any = {};
ngOnInit() {
this.loadData().then(data => {
this.chartData = data;
this.plotChart();
});
}
loadData(): Promise {
return new Promise((resolve) => {
// Load data from API or any other source
// Resolve the promise with the data
resolve(/* data */);
});
}
plotChart() {
Plotly.newPlot('chart', this.chartData);
}
}
这些解决方法可以帮助您解决"将类getter作为图表的Angular 8 Plotly导致页面冻结"的问题。根据您的具体需求和代码实现,您可能需要进行适当的调整。