UNPKG

highcharts

Version:
16 lines (15 loc) 416 B
// SPDX-License-Identifier: LicenseRef-Highcharts /** * @license Highcharts Maps v12.5.0 (2026-01-12) * @module highcharts/highmaps * * (c) 2011-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/map.src.js'; Highcharts.product = 'Highmaps'; export default Highcharts;