Skip to content

CanvasJS Data Parser

Latest
Compare
Choose a tag to compare
@vishwas-r vishwas-r released this 27 Nov 14:07
· 8 commits to main since this release

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]]