genesys-spark-chart-components 4.132.0 → 4.132.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{color-palette-b8415df5.js → color-palette-079bb919.js} +7 -7
- package/dist/cjs/gux-chart-column-beta.cjs.entry.js +1 -1
- package/dist/cjs/gux-chart-donut-beta.cjs.entry.js +1 -1
- package/dist/cjs/gux-chart-line-beta.cjs.entry.js +1 -1
- package/dist/cjs/gux-chart-pie-beta.cjs.entry.js +1 -1
- package/dist/cjs/gux-chart-scatter-plot-beta.cjs.entry.js +1 -1
- package/dist/cjs/gux-visualization-beta.cjs.entry.js +14 -3
- package/dist/collection/genesys-spark-utils/intl.js +13 -2
- package/dist/esm/{color-palette-4266dc7d.js → color-palette-da58e5cd.js} +7 -7
- package/dist/esm/gux-chart-column-beta.entry.js +1 -1
- package/dist/esm/gux-chart-donut-beta.entry.js +1 -1
- package/dist/esm/gux-chart-line-beta.entry.js +1 -1
- package/dist/esm/gux-chart-pie-beta.entry.js +1 -1
- package/dist/esm/gux-chart-scatter-plot-beta.entry.js +1 -1
- package/dist/esm/gux-visualization-beta.entry.js +14 -3
- package/dist/genesys-chart-webcomponents/genesys-chart-webcomponents.esm.js +1 -1
- package/dist/genesys-chart-webcomponents/{p-286a1f75.js → p-4097141a.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-9855ed5b.entry.js → p-5254dd79.entry.js} +2 -2
- package/dist/genesys-chart-webcomponents/{p-8d17f819.entry.js → p-575aeb59.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-3264d857.entry.js → p-69d4983c.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-5d443b8b.entry.js → p-9d0137d6.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-262ba4d5.entry.js → p-a0407ca5.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-e29f6031.entry.js → p-c07bb153.entry.js} +1 -1
- package/dist/stencil-wrapper.js +1 -1
- package/dist/types/stencil-wrapper.d.ts +1 -1
- package/package.json +7 -7
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const name = "genesys-spark-chart-components";
|
|
4
|
-
const version = "4.132.
|
|
4
|
+
const version = "4.132.2";
|
|
5
5
|
const description = "Common chart webcomponents";
|
|
6
6
|
const license = "MIT";
|
|
7
7
|
const main = "dist/stencil-wrapper.js";
|
|
@@ -59,30 +59,30 @@ const dependencies = {
|
|
|
59
59
|
"vega-lite": "5.23.0"
|
|
60
60
|
};
|
|
61
61
|
const devDependencies = {
|
|
62
|
-
"@babel/core": "^7.26.
|
|
62
|
+
"@babel/core": "^7.26.10",
|
|
63
63
|
"@babel/preset-env": "^7.26.9",
|
|
64
64
|
"@stencil/core": "4.22.3",
|
|
65
65
|
"@stencil/react-output-target": "^0.5.3",
|
|
66
|
-
"@stencil/sass": "^3.
|
|
66
|
+
"@stencil/sass": "^3.1.9",
|
|
67
67
|
"@types/jest": "^29.5.14",
|
|
68
68
|
"@types/puppeteer": "^5.4.7",
|
|
69
|
-
"axe-core": "^4.10.
|
|
69
|
+
"axe-core": "^4.10.3",
|
|
70
70
|
"axe-live": "^1.0.1",
|
|
71
|
-
eslint: "^9.
|
|
71
|
+
eslint: "^9.22.0",
|
|
72
72
|
"eslint-config-genesys-spark-components": "file:../../shared-configs/eslint-config-genesys-spark-components",
|
|
73
73
|
"file-loader": "^6.2.0",
|
|
74
74
|
"genesys-spark-tokens": "file:../genesys-spark-tokens",
|
|
75
75
|
glob: "^11.0.1",
|
|
76
76
|
globals: "^16.0.0",
|
|
77
77
|
handlebars: "^4.7.8",
|
|
78
|
-
inquirer: "^12.4.
|
|
78
|
+
inquirer: "^12.4.3",
|
|
79
79
|
jest: "^29.7.0",
|
|
80
80
|
"jest-cli": "^29.7.0",
|
|
81
81
|
"jest-config": "^29.7.0",
|
|
82
82
|
"jest-environment-node": "^29.7.0",
|
|
83
83
|
"jest-junit": "^16.0.0",
|
|
84
84
|
"jest-silent-reporter": "^0.6.0",
|
|
85
|
-
"lint-staged": "^15.
|
|
85
|
+
"lint-staged": "^15.5.0",
|
|
86
86
|
"node-fetch": "^3.3.2",
|
|
87
87
|
"npm-run-all": "^4.1.5",
|
|
88
88
|
"postcss-html": "^1.8.0",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-409a039b.js');
|
|
6
|
-
const colorPalette = require('./color-palette-
|
|
6
|
+
const colorPalette = require('./color-palette-079bb919.js');
|
|
7
7
|
const logError = require('./log-error-8f448752.js');
|
|
8
8
|
|
|
9
9
|
const guxChartColumnCss = "gux-visualization-beta{height:fit-content;color:#2e394c;}gux-visualization-beta .mark-rect.layer_0_marks path{fill:url(#diagonalHatch0)}gux-visualization-beta .mark-rect.layer_1_marks path{fill:#1da8b3}";
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-409a039b.js');
|
|
6
|
-
const colorPalette = require('./color-palette-
|
|
6
|
+
const colorPalette = require('./color-palette-079bb919.js');
|
|
7
7
|
const logError = require('./log-error-8f448752.js');
|
|
8
8
|
|
|
9
9
|
const guxChartDonutCss = "gux-visualization-beta{height:fit-content;color:#2e394c}";
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-409a039b.js');
|
|
6
|
-
const colorPalette = require('./color-palette-
|
|
6
|
+
const colorPalette = require('./color-palette-079bb919.js');
|
|
7
7
|
const logError = require('./log-error-8f448752.js');
|
|
8
8
|
|
|
9
9
|
const guxChartLineCss = "gux-visualization-beta{height:fit-content;color:#2e394c}";
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-409a039b.js');
|
|
6
|
-
const colorPalette = require('./color-palette-
|
|
6
|
+
const colorPalette = require('./color-palette-079bb919.js');
|
|
7
7
|
const logError = require('./log-error-8f448752.js');
|
|
8
8
|
|
|
9
9
|
const guxChartPieCss = "gux-visualization-beta{height:fit-content;color:#2e394c}";
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-409a039b.js');
|
|
6
|
-
const colorPalette = require('./color-palette-
|
|
6
|
+
const colorPalette = require('./color-palette-079bb919.js');
|
|
7
7
|
const logError = require('./log-error-8f448752.js');
|
|
8
8
|
|
|
9
9
|
const guxChartScatterPlotCss = "gux-visualization-beta{height:fit-content;color:#2e394c}";
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index$2 = require('./index-409a039b.js');
|
|
6
|
-
const colorPalette = require('./color-palette-
|
|
6
|
+
const colorPalette = require('./color-palette-079bb919.js');
|
|
7
7
|
|
|
8
8
|
// Note: This regex matches even invalid JSON strings, but since we’re
|
|
9
9
|
// working on the output of `JSON.stringify` we know that only valid strings
|
|
@@ -69177,13 +69177,14 @@ function getClosestElement(baseElement, selector) {
|
|
|
69177
69177
|
function determineDisplayLocale(element = document.body) {
|
|
69178
69178
|
var _a;
|
|
69179
69179
|
const domLocale = (_a = getClosestElement(element, '*[lang]')) === null || _a === void 0 ? void 0 : _a.lang;
|
|
69180
|
-
|
|
69180
|
+
const domLocaleWithOverride = domLocaleOverride(domLocale);
|
|
69181
|
+
if (!domLocaleWithOverride || browserHasRegionData(domLocaleWithOverride)) {
|
|
69181
69182
|
// If we can't find a locale in the DOM, or we find a locale without a region that matches the
|
|
69182
69183
|
// users's browser locale, use the browser locale.
|
|
69183
69184
|
return navigator.language;
|
|
69184
69185
|
}
|
|
69185
69186
|
else {
|
|
69186
|
-
return
|
|
69187
|
+
return domLocaleWithOverride;
|
|
69187
69188
|
}
|
|
69188
69189
|
}
|
|
69189
69190
|
/**
|
|
@@ -69198,6 +69199,16 @@ function browserHasRegionData(localeString) {
|
|
|
69198
69199
|
(localeString.length == 2 &&
|
|
69199
69200
|
((_a = navigator.language) === null || _a === void 0 ? void 0 : _a.startsWith(`${localeString}-`))));
|
|
69200
69201
|
}
|
|
69202
|
+
// Currently, login page and web-directory store the English user selection as `en-us`.
|
|
69203
|
+
// We will remove this override once those apps migrate from using en-us to en as part of a future epic.
|
|
69204
|
+
function domLocaleOverride(localeString) {
|
|
69205
|
+
if ((localeString === null || localeString === void 0 ? void 0 : localeString.toLowerCase()) === 'en-us') {
|
|
69206
|
+
return 'en';
|
|
69207
|
+
}
|
|
69208
|
+
else {
|
|
69209
|
+
return localeString;
|
|
69210
|
+
}
|
|
69211
|
+
}
|
|
69201
69212
|
function browserLocaleOverride(localeString) {
|
|
69202
69213
|
var _a, _b;
|
|
69203
69214
|
switch (localeString.toLowerCase()) {
|
|
@@ -60,13 +60,14 @@ export function relativeTimeFormat(localeOrOptions, options) {
|
|
|
60
60
|
export function determineDisplayLocale(element = document.body) {
|
|
61
61
|
var _a;
|
|
62
62
|
const domLocale = (_a = getClosestElement(element, '*[lang]')) === null || _a === void 0 ? void 0 : _a.lang;
|
|
63
|
-
|
|
63
|
+
const domLocaleWithOverride = domLocaleOverride(domLocale);
|
|
64
|
+
if (!domLocaleWithOverride || browserHasRegionData(domLocaleWithOverride)) {
|
|
64
65
|
// If we can't find a locale in the DOM, or we find a locale without a region that matches the
|
|
65
66
|
// users's browser locale, use the browser locale.
|
|
66
67
|
return navigator.language;
|
|
67
68
|
}
|
|
68
69
|
else {
|
|
69
|
-
return
|
|
70
|
+
return domLocaleWithOverride;
|
|
70
71
|
}
|
|
71
72
|
}
|
|
72
73
|
/**
|
|
@@ -81,6 +82,16 @@ function browserHasRegionData(localeString) {
|
|
|
81
82
|
(localeString.length == 2 &&
|
|
82
83
|
((_a = navigator.language) === null || _a === void 0 ? void 0 : _a.startsWith(`${localeString}-`))));
|
|
83
84
|
}
|
|
85
|
+
// Currently, login page and web-directory store the English user selection as `en-us`.
|
|
86
|
+
// We will remove this override once those apps migrate from using en-us to en as part of a future epic.
|
|
87
|
+
function domLocaleOverride(localeString) {
|
|
88
|
+
if ((localeString === null || localeString === void 0 ? void 0 : localeString.toLowerCase()) === 'en-us') {
|
|
89
|
+
return 'en';
|
|
90
|
+
}
|
|
91
|
+
else {
|
|
92
|
+
return localeString;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
84
95
|
function browserLocaleOverride(localeString) {
|
|
85
96
|
var _a, _b;
|
|
86
97
|
switch (localeString.toLowerCase()) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const name = "genesys-spark-chart-components";
|
|
2
|
-
const version = "4.132.
|
|
2
|
+
const version = "4.132.2";
|
|
3
3
|
const description = "Common chart webcomponents";
|
|
4
4
|
const license = "MIT";
|
|
5
5
|
const main = "dist/stencil-wrapper.js";
|
|
@@ -57,30 +57,30 @@ const dependencies = {
|
|
|
57
57
|
"vega-lite": "5.23.0"
|
|
58
58
|
};
|
|
59
59
|
const devDependencies = {
|
|
60
|
-
"@babel/core": "^7.26.
|
|
60
|
+
"@babel/core": "^7.26.10",
|
|
61
61
|
"@babel/preset-env": "^7.26.9",
|
|
62
62
|
"@stencil/core": "4.22.3",
|
|
63
63
|
"@stencil/react-output-target": "^0.5.3",
|
|
64
|
-
"@stencil/sass": "^3.
|
|
64
|
+
"@stencil/sass": "^3.1.9",
|
|
65
65
|
"@types/jest": "^29.5.14",
|
|
66
66
|
"@types/puppeteer": "^5.4.7",
|
|
67
|
-
"axe-core": "^4.10.
|
|
67
|
+
"axe-core": "^4.10.3",
|
|
68
68
|
"axe-live": "^1.0.1",
|
|
69
|
-
eslint: "^9.
|
|
69
|
+
eslint: "^9.22.0",
|
|
70
70
|
"eslint-config-genesys-spark-components": "file:../../shared-configs/eslint-config-genesys-spark-components",
|
|
71
71
|
"file-loader": "^6.2.0",
|
|
72
72
|
"genesys-spark-tokens": "file:../genesys-spark-tokens",
|
|
73
73
|
glob: "^11.0.1",
|
|
74
74
|
globals: "^16.0.0",
|
|
75
75
|
handlebars: "^4.7.8",
|
|
76
|
-
inquirer: "^12.4.
|
|
76
|
+
inquirer: "^12.4.3",
|
|
77
77
|
jest: "^29.7.0",
|
|
78
78
|
"jest-cli": "^29.7.0",
|
|
79
79
|
"jest-config": "^29.7.0",
|
|
80
80
|
"jest-environment-node": "^29.7.0",
|
|
81
81
|
"jest-junit": "^16.0.0",
|
|
82
82
|
"jest-silent-reporter": "^0.6.0",
|
|
83
|
-
"lint-staged": "^15.
|
|
83
|
+
"lint-staged": "^15.5.0",
|
|
84
84
|
"node-fetch": "^3.3.2",
|
|
85
85
|
"npm-run-all": "^4.1.5",
|
|
86
86
|
"postcss-html": "^1.8.0",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, h, g as getElement } from './index-6f89ddc9.js';
|
|
2
|
-
import { D as DEFAULT_LABEL_COLOR, a as DEFAULT_DOMAIN_COLOR, V as VISUALIZATION_COLORS, t as trackComponent } from './color-palette-
|
|
2
|
+
import { D as DEFAULT_LABEL_COLOR, a as DEFAULT_DOMAIN_COLOR, V as VISUALIZATION_COLORS, t as trackComponent } from './color-palette-da58e5cd.js';
|
|
3
3
|
import { l as logError } from './log-error-fbbfc3ab.js';
|
|
4
4
|
|
|
5
5
|
const guxChartColumnCss = "gux-visualization-beta{height:fit-content;color:#2e394c;}gux-visualization-beta .mark-rect.layer_0_marks path{fill:url(#diagonalHatch0)}gux-visualization-beta .mark-rect.layer_1_marks path{fill:#1da8b3}";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, h, g as getElement } from './index-6f89ddc9.js';
|
|
2
|
-
import { V as VISUALIZATION_COLORS, t as trackComponent } from './color-palette-
|
|
2
|
+
import { V as VISUALIZATION_COLORS, t as trackComponent } from './color-palette-da58e5cd.js';
|
|
3
3
|
import { l as logError } from './log-error-fbbfc3ab.js';
|
|
4
4
|
|
|
5
5
|
const guxChartDonutCss = "gux-visualization-beta{height:fit-content;color:#2e394c}";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, h, g as getElement } from './index-6f89ddc9.js';
|
|
2
|
-
import { D as DEFAULT_LABEL_COLOR, a as DEFAULT_DOMAIN_COLOR, V as VISUALIZATION_COLORS, t as trackComponent } from './color-palette-
|
|
2
|
+
import { D as DEFAULT_LABEL_COLOR, a as DEFAULT_DOMAIN_COLOR, V as VISUALIZATION_COLORS, t as trackComponent } from './color-palette-da58e5cd.js';
|
|
3
3
|
import { l as logError } from './log-error-fbbfc3ab.js';
|
|
4
4
|
|
|
5
5
|
const guxChartLineCss = "gux-visualization-beta{height:fit-content;color:#2e394c}";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, h, g as getElement } from './index-6f89ddc9.js';
|
|
2
|
-
import { V as VISUALIZATION_COLORS, t as trackComponent } from './color-palette-
|
|
2
|
+
import { V as VISUALIZATION_COLORS, t as trackComponent } from './color-palette-da58e5cd.js';
|
|
3
3
|
import { l as logError } from './log-error-fbbfc3ab.js';
|
|
4
4
|
|
|
5
5
|
const guxChartPieCss = "gux-visualization-beta{height:fit-content;color:#2e394c}";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, h, g as getElement } from './index-6f89ddc9.js';
|
|
2
|
-
import { D as DEFAULT_LABEL_COLOR, a as DEFAULT_DOMAIN_COLOR, V as VISUALIZATION_COLORS, t as trackComponent } from './color-palette-
|
|
2
|
+
import { D as DEFAULT_LABEL_COLOR, a as DEFAULT_DOMAIN_COLOR, V as VISUALIZATION_COLORS, t as trackComponent } from './color-palette-da58e5cd.js';
|
|
3
3
|
import { l as logError } from './log-error-fbbfc3ab.js';
|
|
4
4
|
|
|
5
5
|
const guxChartScatterPlotCss = "gux-visualization-beta{height:fit-content;color:#2e394c}";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, h as h$1, g as getElement } from './index-6f89ddc9.js';
|
|
2
|
-
import { D as DEFAULT_LABEL_COLOR, a as DEFAULT_DOMAIN_COLOR, t as trackComponent } from './color-palette-
|
|
2
|
+
import { D as DEFAULT_LABEL_COLOR, a as DEFAULT_DOMAIN_COLOR, t as trackComponent } from './color-palette-da58e5cd.js';
|
|
3
3
|
|
|
4
4
|
// Note: This regex matches even invalid JSON strings, but since we’re
|
|
5
5
|
// working on the output of `JSON.stringify` we know that only valid strings
|
|
@@ -69173,13 +69173,14 @@ function getClosestElement(baseElement, selector) {
|
|
|
69173
69173
|
function determineDisplayLocale(element = document.body) {
|
|
69174
69174
|
var _a;
|
|
69175
69175
|
const domLocale = (_a = getClosestElement(element, '*[lang]')) === null || _a === void 0 ? void 0 : _a.lang;
|
|
69176
|
-
|
|
69176
|
+
const domLocaleWithOverride = domLocaleOverride(domLocale);
|
|
69177
|
+
if (!domLocaleWithOverride || browserHasRegionData(domLocaleWithOverride)) {
|
|
69177
69178
|
// If we can't find a locale in the DOM, or we find a locale without a region that matches the
|
|
69178
69179
|
// users's browser locale, use the browser locale.
|
|
69179
69180
|
return navigator.language;
|
|
69180
69181
|
}
|
|
69181
69182
|
else {
|
|
69182
|
-
return
|
|
69183
|
+
return domLocaleWithOverride;
|
|
69183
69184
|
}
|
|
69184
69185
|
}
|
|
69185
69186
|
/**
|
|
@@ -69194,6 +69195,16 @@ function browserHasRegionData(localeString) {
|
|
|
69194
69195
|
(localeString.length == 2 &&
|
|
69195
69196
|
((_a = navigator.language) === null || _a === void 0 ? void 0 : _a.startsWith(`${localeString}-`))));
|
|
69196
69197
|
}
|
|
69198
|
+
// Currently, login page and web-directory store the English user selection as `en-us`.
|
|
69199
|
+
// We will remove this override once those apps migrate from using en-us to en as part of a future epic.
|
|
69200
|
+
function domLocaleOverride(localeString) {
|
|
69201
|
+
if ((localeString === null || localeString === void 0 ? void 0 : localeString.toLowerCase()) === 'en-us') {
|
|
69202
|
+
return 'en';
|
|
69203
|
+
}
|
|
69204
|
+
else {
|
|
69205
|
+
return localeString;
|
|
69206
|
+
}
|
|
69207
|
+
}
|
|
69197
69208
|
function browserLocaleOverride(localeString) {
|
|
69198
69209
|
var _a, _b;
|
|
69199
69210
|
switch (localeString.toLowerCase()) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as e,b as l}from"./p-699aab7f.js";export{s as setNonce}from"./p-699aab7f.js";import{g as a}from"./p-e1255160.js";(()=>{const l=import.meta.url,a={};return""!==l&&(a.resourcesUrl=new URL(".",l).href),e(a)})().then((async e=>(await a(),l([["p-
|
|
1
|
+
import{p as e,b as l}from"./p-699aab7f.js";export{s as setNonce}from"./p-699aab7f.js";import{g as a}from"./p-e1255160.js";(()=>{const l=import.meta.url,a={};return""!==l&&(a.resourcesUrl=new URL(".",l).href),e(a)})().then((async e=>(await a(),l([["p-5254dd79",[[1,"gux-visualization-beta",{visualizationSpec:[16],embedOptions:[16]}]]],["p-9d0137d6",[[1,"gux-chart-column-beta",{labelColor:[1,"label-color"],domainColor:[1,"domain-color"],chartData:[16],xTickLabelSlant:[4,"x-tick-label-slant"],includeLegend:[4,"include-legend"],xFieldName:[1,"x-field-name"],yFieldName:[1,"y-field-name"],xAxisTitle:[1,"x-axis-title"],yAxisTitle:[1,"y-axis-title"],legendTitle:[1,"legend-title"],legendPosition:[1,"legend-position"],chartLayers:[16],embedOptions:[16]},null,{chartData:["parseData"]}]]],["p-c07bb153",[[1,"gux-chart-donut-beta",{chartData:[16],includeLegend:[4,"include-legend"],legendPosition:[1,"legend-position"],legendTitle:[1,"legend-title"],colorFieldName:[1,"color-field-name"],outerRadius:[2,"outer-radius"],innerRadius:[2,"inner-radius"],labelRadius:[2,"label-radius"],labelField:[1,"label-field"],gauge:[4],centerText:[1,"center-text"],centerSubText:[1,"center-sub-text"],showTooltip:[4,"show-tooltip"],tooltipOptions:[16],legendX:[2,"legend-x"],legendY:[2,"legend-y"],legendFontSize:[2,"legend-font-size"],legendSymbolSize:[2,"legend-symbol-size"],embedOptions:[16]},null,{chartData:["parseData"]}]]],["p-575aeb59",[[1,"gux-chart-line-beta",{labelColor:[1,"label-color"],domainColor:[1,"domain-color"],chartData:[16],xTickLabelSlant:[4,"x-tick-label-slant"],includeLegend:[4,"include-legend"],legendPosition:[1,"legend-position"],includeDataPointMarkers:[4,"include-data-point-markers"],xFieldName:[1,"x-field-name"],xAxisTitle:[1,"x-axis-title"],yFieldName:[1,"y-field-name"],yAxisTitle:[1,"y-axis-title"],legendTitle:[1,"legend-title"],colorFieldName:[1,"color-field-name"],strokeDash:[4,"stroke-dash"],interpolation:[1],embedOptions:[16]},null,{chartData:["parseData"]}]]],["p-a0407ca5",[[1,"gux-chart-pie-beta",{chartData:[16],includeLegend:[4,"include-legend"],legendPosition:[1,"legend-position"],legendTitle:[1,"legend-title"],colorFieldName:[1,"color-field-name"],outerRadius:[2,"outer-radius"],labelRadius:[2,"label-radius"],labelField:[1,"label-field"],embedOptions:[16]},null,{chartData:["parseData"]}]]],["p-69d4983c",[[1,"gux-chart-scatter-plot-beta",{labelColor:[1,"label-color"],domainColor:[1,"domain-color"],chartData:[16],xTickLabelSlant:[4,"x-tick-label-slant"],includeLegend:[4,"include-legend"],legendPosition:[1,"legend-position"],xFieldName:[1,"x-field-name"],xAxisTitle:[1,"x-axis-title"],yFieldName:[1,"y-field-name"],yAxisTitle:[1,"y-axis-title"],legendTitle:[1,"legend-title"],colorFieldName:[1,"color-field-name"],useShape:[1,"use-shape"],embedOptions:[16]},null,{chartData:["parseData"]}]]]],e))));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const t="4.132.
|
|
1
|
+
const t="4.132.2",e=20,n=3e4,o=[function(t){const[e,n,...o]=t.split(".");return{name:"spark-library",metadata:{fullVersion:`${e}.${n}.${o.join(".")}`,majorVersion:e,minorVersion:`${e}.${n}`}}}(t)];function a(){const t=window.newrelic;if(t){for(let s=0;s<e;s++){if(0==o.length)return void setTimeout(a,n);const e=o.shift();t.addPageAction(e.name,Object.assign(Object.assign({},e.metadata),{queueDepth:o.length}))}setTimeout(a,n)}}let s=!1;function i(e,n){window.newrelic&&(s||(s=!0,a()),document.contains(e)&&o.push({name:"spark-component",metadata:Object.assign(Object.assign({},n),{component:e.tagName.toLowerCase(),version:t})}))}const r=["#203B73","#1DA8B3","#75A8FF","#8452CF","#B5B5EB","#CC3EBE","#5E5782","#FF8FDD","#868C1E","#DDD933"],c="#596373",m="#596373";export{c as D,r as V,m as a,i as t}
|