You must be logged in to post your query.
Home › Forums › Chart Support › splineArea: sort the datasets before render
Hi,
is it possible to order the datasets before rendering, so that the bigger ones are in the background and the smaller ones in the foreground?
Thank you in advance!
@netengine,
You can achieve the above requirement by sorting the dataSeries based on its respective maximum dataPoints. Please take a look at this JSFiddle.
___________ Indranil Deo, Team CanvasJS
Thank you for your help Indranil!
You must be logged in to reply to this topic. Login/Register