sonification.src.js 295 B

12345678910111213
  1. /**
  2. * @license Highcharts JS v9.1.0 (2021-05-04)
  3. * @module highcharts/modules/sonification
  4. * @requires highcharts
  5. *
  6. * Sonification module
  7. *
  8. * (c) 2012-2021 Øystein Moseng
  9. *
  10. * License: www.highcharts.com/license
  11. */
  12. 'use strict';
  13. import '../../Extensions/Sonification/Sonification.js';