UNPKG

highcharts

Version:
22 lines (21 loc) 596 B
// SPDX-License-Identifier: LicenseRef-Highcharts /** * @license Highstock JS v13.0.1 (2026-08-17) * @module highcharts/modules/drag-panes * @requires highcharts * @requires highcharts/modules/stock * * Drag-panes module * * (c) 2010-2026 Highsoft AS * Author: Kacper Madej * * A commercial license may be required depending on use, * see www.highcharts.com/license */ 'use strict'; import Highcharts from '../../Core/Globals.js'; import DragPanes from '../../Extensions/DragPanes/DragPanes.js'; const G = Highcharts; DragPanes.compose(G.Axis, G.Pointer); export default Highcharts;