UNPKG

highcharts

Version:
17 lines (16 loc) 441 B
// SPDX-License-Identifier: LicenseRef-Highcharts /** * @license Highchart JS v12.5.0 (2026-01-12) * @module highcharts/standalone-navigator * * Standalone Navigator for Highcharts. * * (c) 2009-2026 Highsoft AS * * A commercial license may be required depending on use. * See www.highcharts.com/license */ 'use strict'; import Highcharts from './highcharts.src.js'; import './modules/navigator.src.js'; export default Highcharts;