offline-exporting.src.js 358 B

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