UNPKG

highcharts

Version:
22 lines (21 loc) 596 B
// SPDX-License-Identifier: LicenseRef-Highcharts /** * @license Highstock JS v12.6.0 (2026-04-13) * @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;