Hello, You can try this approach... UniChart -> ClientEvents -> ExtEvents -> function beforerender: function beforerender(sender, eOpts) { //for the first series for example sender.chart.series[0].setCurve({ type: 'cardinal', tension: 1 }); }