Javascript JSON (.Stat SDMX) parser and highchart visualization
The statchart.js processes data from .stat and generates charts
- Query .Stat Data NSI service
- Parse JSON returned by .stat to create a JS array containing data for highchart
- Call highcharts to display data in a chart
FOR DEMO AND TRAINING PURPOSE ONLY
Do not use in production (poor performance, no caching)
- bootstrap
- jquery
- bootstrap (for tabs support)
- highcharts
- exporting
- export-data
- pretty-json (if debug is turned on)
- statchart.js (obvioulsy)
This version does not support time series, only simple data
Read from the Learning by example guide to learn how to code the example from this repository.