// To work with the data adapter you need to reference the data adapter script file from AnyChart CDN
3
// (https://cdn.anychart.com/js/7.14.3/data-adapter.min.js for latest or https://cdn.anychart.com/js/7.11.1/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/7.14.0/line-chart.json", function (chart) {