Carga
Carga
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @license Highcharts JS v10.2.1 (2022-08-29)
|
||||
* @module highcharts/themes/avocado
|
||||
* @requires highcharts
|
||||
*
|
||||
* (c) 2009-2021 Highsoft AS
|
||||
*
|
||||
* License: www.highcharts.com/license
|
||||
*/
|
||||
'use strict';
|
||||
import H from '../../Core/Globals.js';
|
||||
import AvocadoTheme from '../../Extensions/Themes/Avocado.js';
|
||||
H.theme = AvocadoTheme.options;
|
||||
AvocadoTheme.apply();
|
||||
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @license Highcharts JS v10.2.1 (2022-08-29)
|
||||
* @module highcharts/themes/brand-dark
|
||||
* @requires highcharts
|
||||
*
|
||||
* (c) 2009-2021 Torstein Honsi
|
||||
*
|
||||
* License: www.highcharts.com/license
|
||||
*/
|
||||
'use strict';
|
||||
import H from '../../Core/Globals.js';
|
||||
import BrandDark from '../../Extensions/Themes/BrandDark.js';
|
||||
H.theme = BrandDark.options;
|
||||
BrandDark.apply();
|
||||
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @license Highcharts JS v10.2.1 (2022-08-29)
|
||||
* @module highcharts/themes/brand-light
|
||||
* @requires highcharts
|
||||
*
|
||||
* (c) 2009-2021 Torstein Honsi
|
||||
*
|
||||
* License: www.highcharts.com/license
|
||||
*/
|
||||
'use strict';
|
||||
import H from '../../Core/Globals.js';
|
||||
import BrandLight from '../../Extensions/Themes/BrandLight.js';
|
||||
H.theme = BrandLight.options;
|
||||
BrandLight.apply();
|
||||
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @license Highcharts JS v10.2.1 (2022-08-29)
|
||||
* @module highcharts/themes/dark-blue
|
||||
* @requires highcharts
|
||||
*
|
||||
* (c) 2009-2021 Torstein Honsi
|
||||
*
|
||||
* License: www.highcharts.com/license
|
||||
*/
|
||||
'use strict';
|
||||
import H from '../../Core/Globals.js';
|
||||
import DarkBlueTheme from '../../Extensions/Themes/DarkBlue.js';
|
||||
H.theme = DarkBlueTheme.options;
|
||||
DarkBlueTheme.apply();
|
||||
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @license Highcharts JS v10.2.1 (2022-08-29)
|
||||
* @module highcharts/themes/dark-green
|
||||
* @requires highcharts
|
||||
*
|
||||
* (c) 2009-2021 Torstein Honsi
|
||||
*
|
||||
* License: www.highcharts.com/license
|
||||
*/
|
||||
'use strict';
|
||||
import H from '../../Core/Globals.js';
|
||||
import DarkGreenTheme from '../../Extensions/Themes/DarkGreen.js';
|
||||
H.theme = DarkGreenTheme.options;
|
||||
DarkGreenTheme.apply();
|
||||
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @license Highcharts JS v10.2.1 (2022-08-29)
|
||||
* @module highcharts/themes/dark-unica
|
||||
* @requires highcharts
|
||||
*
|
||||
* (c) 2009-2021 Torstein Honsi
|
||||
*
|
||||
* License: www.highcharts.com/license
|
||||
*/
|
||||
'use strict';
|
||||
import H from '../../Core/Globals.js';
|
||||
import DarkUnicaTheme from '../../Extensions/Themes/DarkUnica.js';
|
||||
H.theme = DarkUnicaTheme.options;
|
||||
DarkUnicaTheme.apply();
|
||||
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @license Highcharts JS v10.2.1 (2022-08-29)
|
||||
* @module highcharts/themes/gray
|
||||
* @requires highcharts
|
||||
*
|
||||
* (c) 2009-2021 Torstein Honsi
|
||||
*
|
||||
* License: www.highcharts.com/license
|
||||
*/
|
||||
'use strict';
|
||||
import H from '../../Core/Globals.js';
|
||||
import GrayTheme from '../../Extensions/Themes/Gray.js';
|
||||
H.theme = GrayTheme.options;
|
||||
GrayTheme.apply();
|
||||
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @license Highcharts JS v10.2.1 (2022-08-29)
|
||||
* @module highcharts/themes/grid-light
|
||||
* @requires highcharts
|
||||
*
|
||||
* (c) 2009-2021 Torstein Honsi
|
||||
*
|
||||
* License: www.highcharts.com/license
|
||||
*/
|
||||
'use strict';
|
||||
import H from '../../Core/Globals.js';
|
||||
import GridLightTheme from '../../Extensions/Themes/GridLight.js';
|
||||
H.theme = GridLightTheme.options;
|
||||
GridLightTheme.apply();
|
||||
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @license Highcharts JS v10.2.1 (2022-08-29)
|
||||
* @module highcharts/themes/grid
|
||||
* @requires highcharts
|
||||
*
|
||||
* (c) 2009-2021 Torstein Honsi
|
||||
*
|
||||
* License: www.highcharts.com/license
|
||||
*/
|
||||
'use strict';
|
||||
import H from '../../Core/Globals.js';
|
||||
import GridTheme from '../../Extensions/Themes/Grid.js';
|
||||
H.theme = GridTheme.options;
|
||||
GridTheme.apply();
|
||||
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @license Highcharts JS v10.2.1 (2022-08-29)
|
||||
* @module highcharts/themes/high-contrast-dark
|
||||
* @requires highcharts
|
||||
*
|
||||
* (c) 2009-2021 Highsoft AS
|
||||
*
|
||||
* License: www.highcharts.com/license
|
||||
*/
|
||||
'use strict';
|
||||
import H from '../../Core/Globals.js';
|
||||
import HighContrastDarkTheme from '../../Extensions/Themes/HighContrastDark.js';
|
||||
H.theme = HighContrastDarkTheme.options;
|
||||
HighContrastDarkTheme.apply();
|
||||
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @license Highcharts JS v10.2.1 (2022-08-29)
|
||||
* @module highcharts/themes/high-contrast-light
|
||||
* @requires highcharts
|
||||
*
|
||||
* (c) 2009-2021 Highsoft AS
|
||||
*
|
||||
* License: www.highcharts.com/license
|
||||
*/
|
||||
'use strict';
|
||||
import H from '../../Core/Globals.js';
|
||||
import HighContrastLightTheme from '../../Extensions/Themes/HighContrastLight.js';
|
||||
H.theme = HighContrastLightTheme.options;
|
||||
HighContrastLightTheme.apply();
|
||||
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @license Highcharts JS v10.2.1 (2022-08-29)
|
||||
* @module highcharts/themes/sand-signika
|
||||
* @requires highcharts
|
||||
*
|
||||
* (c) 2009-2021 Torstein Honsi
|
||||
*
|
||||
* License: www.highcharts.com/license
|
||||
*/
|
||||
'use strict';
|
||||
import H from '../../Core/Globals.js';
|
||||
import SandSignikaTheme from '../../Extensions/Themes/SandSignika.js';
|
||||
H.theme = SandSignikaTheme.options;
|
||||
SandSignikaTheme.apply();
|
||||
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @license Highcharts JS v10.2.1 (2022-08-29)
|
||||
* @module highcharts/themes/skies
|
||||
* @requires highcharts
|
||||
*
|
||||
* (c) 2009-2021 Torstein Honsi
|
||||
*
|
||||
* License: www.highcharts.com/license
|
||||
*/
|
||||
'use strict';
|
||||
import H from '../../Core/Globals.js';
|
||||
import SkiesTheme from '../../Extensions/Themes/Skies.js';
|
||||
H.theme = SkiesTheme.options;
|
||||
SkiesTheme.apply();
|
||||
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @license Highcharts JS v10.2.1 (2022-08-29)
|
||||
* @module highcharts/themes/sunset
|
||||
* @requires highcharts
|
||||
*
|
||||
* (c) 2009-2021 Highsoft AS
|
||||
*
|
||||
* License: www.highcharts.com/license
|
||||
*/
|
||||
'use strict';
|
||||
import H from '../../Core/Globals.js';
|
||||
import SunsetTheme from '../../Extensions/Themes/Sunset.js';
|
||||
H.theme = SunsetTheme.options;
|
||||
SunsetTheme.apply();
|
||||
Reference in New Issue
Block a user