【发布时间】:2017-08-14 07:49:18
【问题描述】:
我有样条图:
this.chart = {
chart: {
type: 'spline',
zoomType: 'x',
animation: true,
marginRight: 10,
renderTo: chartId
},
用户点击某个按钮后如何添加新数据(新行)?
private addingAxisData() {
// What should be here?
}
【问题讨论】:
标签: angular typescript highcharts angular2-highcharts