0
我有樣圖:如何動態地設置在圖表新YAXIS數據(highcharts + angular2(4))?
this.chart = {
chart: {
type: 'spline',
zoomType: 'x',
animation: true,
marginRight: 10,
renderTo: chartId
},
我如何可以添加新的數據(新線)後,用戶點擊一些按鈕?
private addingAxisData() {
// What should be here?
}