// To work with the data adapter you need to reference the data adapter script file from AnyChart CDN
3
// (https://cdn.anychart.com/releases/8.13.0/js/anychart-data-adapter.min.js for latest or https://cdn.anychart.com/releases/8.13.0/js/anychart-data-adapter.min.js for the versioned file)
4
5
// Create a chart by JSON config.
6
anychart.fromJsonFile('https://cdn.anychart.com/config-samples/line-chart.json', function (chart) {