- /**
- * @license Highcharts JS v8.2.0 (2020-08-20)
- * @module highcharts/modules/export-data
- * @requires highcharts
- * @requires highcharts/modules/exporting
- *
- * Exporting module
- *
- * (c) 2010-2019 Torstein Honsi
- *
- * License: www.highcharts.com/license
- */
- 'use strict';
- import '../../Extensions/ExportData.js';
|