UNPKG

highcharts

Version:
16 lines (15 loc) 416 B
// SPDX-License-Identifier: LicenseRef-Highcharts /** * @license Highcharts Maps v13.0.1 (2026-08-17) * @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;