drag-panes.src.js 332 B

123456789101112131415
  1. /**
  2. * @license Highstock JS v8.2.0 (2020-08-20)
  3. * @module highcharts/modules/drag-panes
  4. * @requires highcharts
  5. * @requires highcharts/modules/stock
  6. *
  7. * Drag-panes module
  8. *
  9. * (c) 2010-2019 Highsoft AS
  10. * Author: Kacper Madej
  11. *
  12. * License: www.highcharts.com/license
  13. */
  14. 'use strict';
  15. import '../../Extensions/DragPanes.js';