I am looking to create my first integration with the smart.chart application.
I would like to know if there is an example of a jQuery $.ajax example.
I would like to pass either CSV or JSON formatted data.
Out of curiosity, is it possible to pass raw binary float32 data as well. I have an array of 1440 floats (one per minute for the last day), if the application could actually accept the data as an array of floats, it would save a good amount of time formatting it before sending (I am working on a small embedded CPU, so time and RAM a very finite).
Thanks