Home Forums Chart Support how to plot .exe file data in canvasJS Reply To: how to plot .exe file data in canvasJS

#24410

@satya,

As of now, you can use the data from CSV, XML, JSON etc. to render CanvasJS Charts. I am not sure of extracting data from .exe file. However, if you can extract the data and then parse the same to convert the data into CanvasJS DataPoints – like {x: 5, y: 6} you will be able to render the chart.

____
Shashi Ranjan
Team CanvasJS