- /**
- * @license Highstock JS v8.2.0 (2020-08-20)
- * @module highcharts/modules/drag-panes
- * @requires highcharts
- * @requires highcharts/modules/stock
- *
- * Drag-panes module
- *
- * (c) 2010-2019 Highsoft AS
- * Author: Kacper Madej
- *
- * License: www.highcharts.com/license
- */
- 'use strict';
- import '../../Extensions/DragPanes.js';
|