Added feature to parse multiple data-formats to format accepted by CanvasJS Charts. Following are the formats currently supported
- Array of y-values: [71,55,50,65,95,68,28,34,14]
- Array of x & y values: [[1,71], [2,55], [3,50], [4,65], [5,95], [6,68], [7,28], [8,34], [9,14]]