annotations.src.js 321 B

123456789101112
  1. /**
  2. * @license @product.name@ JS v@product.version@ (@product.date@)
  3. * Annotations module
  4. *
  5. * (c) 2009-2019 Torstein Honsi
  6. *
  7. * License: www.highcharts.com/license
  8. */
  9. 'use strict';
  10. import '../../annotations/annotations.src.js';
  11. import '../../annotations/navigationBindings.js';
  12. import '../../annotations/popup.js';