I have spline chart:
this.chart = {
chart: {
type: 'spline',
zoomType: 'x',
animation: true,
marginRight: 10,
renderTo: chartId
},
How can I add new data ( new lines) after user clicked to some button?
private addingAxisData() {
// What should be here?
}