export-data.src.js 317 B

1234567891011121314
  1. /**
  2. * @license Highcharts JS v8.2.0 (2020-08-20)
  3. * @module highcharts/modules/export-data
  4. * @requires highcharts
  5. * @requires highcharts/modules/exporting
  6. *
  7. * Exporting module
  8. *
  9. * (c) 2010-2019 Torstein Honsi
  10. *
  11. * License: www.highcharts.com/license
  12. */
  13. 'use strict';
  14. import '../../Extensions/ExportData.js';