UNPKG

highcharts

Version:
15 lines (13 loc) 312 B
/** * @license Highmaps JS v8.0.0 (2019-12-10) * @module highcharts/highmaps * * (c) 2011-2018 Torstein Honsi * * License: www.highcharts.com/license */ 'use strict'; import Highcharts from './highcharts.src.js'; import './modules/map.src.js'; Highcharts.product = 'Highmaps'; export default Highcharts;