我有样条图:
this.chart = {
chart: {
type: 'spline',
zoomType: 'x',
animation: true,
marginRight: 10,
renderTo: chartId
},
用户单击某个按钮后如何添加新数据(新行)?
private addingAxisData() {
// What should be here?
}