Carga
This commit is contained in:
2025-04-17 00:35:33 -06:00
parent 4977462629
commit 67fc72aed5
1333 changed files with 1077639 additions and 0 deletions

View File

@@ -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();

View File

@@ -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();

View File

@@ -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();

View File

@@ -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();

View File

@@ -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();

View File

@@ -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();

View File

@@ -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();

View File

@@ -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();

View File

@@ -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();

View File

@@ -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();

View File

@@ -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();

View File

@@ -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();

View File

@@ -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();

View File

@@ -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();