// 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 XML config.
6
anychart.fromXmlFile('https://cdn.anychart.com/config-samples/line-chart.xml', function (chart) {