UNPKG

highcharts

Version:
22 lines (20 loc) 422 B
/** * @license Highcharts JS v6.2.0 (2018-10-17) * * (c) 2009-2018 Torstein Honsi * * License: www.highcharts.com/license */ 'use strict'; (function (factory) { if (typeof module === 'object' && module.exports) { module.exports = factory; } else if (typeof define === 'function' && define.amd) { define(function () { return factory; }); } else { factory(Highcharts); } }(function (Highcharts) { }));