File: /var/www/quadcode/frontend/node_modules/highcharts/es-modules/masters/modules/export-data.src.js
/**
* @license Highcharts JS v10.3.3 (2023-01-20)
* @module highcharts/modules/export-data
* @requires highcharts
* @requires highcharts/modules/exporting
*
* Exporting module
*
* (c) 2010-2021 Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import Highcharts from '../../Core/Globals.js';
var G = Highcharts;
import ExportData from '../../Extensions/ExportData/ExportData.js';
ExportData.compose(G.Chart);