How to change the sequence of the legend in chartJs PIE Chart?
Posted By: Anonymous I have Created a Pie chart using ChartJs. There has legend in follwing order Maths Science ICT But I want to change it to ICT Maths Science Have any way to do that? Here is the Config part in PIE chart ……….. { dataRequest: [],// data has here config: [{ legend: {display: …