- /**
- * @license Highstock JS v9.0.1 (2021-02-16)
- * @module highcharts/modules/drag-panes
- * @requires highcharts
- * @requires highcharts/modules/stock
- *
- * Drag-panes module
- *
- * (c) 2010-2021 Highsoft AS
- * Author: Kacper Madej
- *
- * License: www.highcharts.com/license
- */
- 'use strict';
- import '../../Extensions/DragPanes.js';
|