// To work with exports you need to reference the exports module from AnyChart CDN
12
// (https://cdn.anychart.com/releases/8.13.0/js/anychart-exports.min.js for latest or https://cdn.anychart.com/releases/8.13.0/js/anychart-exports.min.js for the versioned file)
13
14
// Set exports settings.
15
chart.exports({facebook: {caption: 'ANYCHART.COM', description: 'Column 3D chart'}});