Go to website
Back
Articles on:
Visualisation docs
Quickly make data-driven decisions that drive strategic actions.
Preparing JSON Payload Schema for Visualisation
JSON Data Sources supports two JSON formats – an array of objects, where each object is an unordered set of name/value pairs, and an array of arrays, where each sub-array contains ordered values. See the array of objects sample below: https://www.flexmonster.com/doc/json-data-source/ https://www.flexmonster.com/doc/data-types-in-json/ Example (for dates) https://jsfiddle.net
Some readers