whychdw
2019-09-09 c0b9ce437d409b89ca0e5388344ca9c5a56d70a4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
"use strict";
 
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
 
/*
 Highcharts JS v7.1.3 (2019-08-14)
 
 (c) 2009-2019 Highsoft AS
 
 License: www.highcharts.com/license
*/
(function (a) {
  "object" === (typeof module === "undefined" ? "undefined" : _typeof(module)) && module.exports ? (a["default"] = a, module.exports = a) : "function" === typeof define && define.amd ? define("highcharts/themes/sunset", ["highcharts"], function (b) {
    a(b);a.Highcharts = b;return a;
  }) : a("undefined" !== typeof Highcharts ? Highcharts : void 0);
})(function (a) {
  function b(a, b, c, d) {
    a.hasOwnProperty(b) || (a[b] = d.apply(null, c));
  }a = a ? a._modules : {};b(a, "themes/sunset.js", [a["parts/Globals.js"]], function (a) {
    a.theme = { colors: ["#FDD089", "#FF7F79", "#A0446E", "#251535"], colorAxis: { maxColor: "#60042E",
        minColor: "#FDD089" }, plotOptions: { map: { nullColor: "#fefefc" } }, navigator: { series: { color: "#FF7F79", lineColor: "#A0446E" } } };a.setOptions(a.theme);
  });b(a, "masters/themes/sunset.src.js", [], function () {});
});
//# sourceMappingURL=sunset.js.map