Displaying Multi Series Data in Charts | CanvasJS JavaScript Charts

Overview – Showing Multi Series Data in Chart You can add more than one dataSeries element to data Array in order to create Multi-Series charts. Using “type” property of dataSeries, you can define how it should be rendered – column, line, area, bar, bubble, point, stackedArea, stackedColumn, etc. Pie or doughnut charts can only have … Continue reading Multi Series Charts