annotations.src.js 370 B

123456789101112131415
  1. /**
  2. * @license Highcharts JS v8.1.2 (2020-06-16)
  3. * @module highcharts/modules/annotations
  4. * @requires highcharts
  5. *
  6. * Annotations module
  7. *
  8. * (c) 2009-2019 Torstein Honsi
  9. *
  10. * License: www.highcharts.com/license
  11. */
  12. 'use strict';
  13. import '../../annotations/annotations.src.js';
  14. import '../../annotations/navigationBindings.js';
  15. import '../../annotations/popup.js';