@carbon/charts 1.13.15 → 1.13.17
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/CHANGELOG.md +22 -0
- package/README.md +9 -4
- package/dist/{_baseEach-HUN6tK0-.mjs → _baseEach-L1oeNjGL.mjs} +2 -2
- package/dist/{_baseEach-HUN6tK0-.mjs.map → _baseEach-L1oeNjGL.mjs.map} +1 -1
- package/dist/{angle-utils-32tpV6-P.mjs → angle-utils-iPPUNSDt.mjs} +4 -12
- package/dist/{angle-utils-32tpV6-P.mjs.map → angle-utils-iPPUNSDt.mjs.map} +1 -1
- package/dist/{choropleth-cqJq7eSU.mjs → choropleth-EFcahG_A.mjs} +3221 -2698
- package/dist/choropleth-EFcahG_A.mjs.map +1 -0
- package/dist/{color-scale-utils-bwaA2TiF.mjs → color-scale-utils-GLd1MML3.mjs} +2 -2
- package/dist/color-scale-utils-GLd1MML3.mjs.map +1 -0
- package/dist/components/axes/axis.d.ts +1 -1
- package/dist/components/axes/chart-clip.d.ts +1 -1
- package/dist/components/axes/grid-brush.d.ts +1 -1
- package/dist/components/axes/grid.d.ts +1 -1
- package/dist/components/axes/ruler.d.ts +1 -1
- package/dist/components/axes/toolbar.d.ts +1 -1
- package/dist/components/axes/two-dimensional-axes.d.ts +2 -2
- package/dist/components/axes/zero-line.d.ts +1 -1
- package/dist/components/axes/zoom-bar.d.ts +1 -1
- package/dist/components/essentials/canvas-chart-clip.d.ts +1 -1
- package/dist/components/essentials/geo-projection.d.ts +1 -1
- package/dist/components/essentials/highlights.d.ts +1 -1
- package/dist/components/essentials/legend.d.ts +1 -1
- package/dist/components/essentials/modal.d.ts +1 -1
- package/dist/components/essentials/threshold.d.ts +1 -1
- package/dist/components/essentials/title.d.ts +1 -1
- package/dist/components/essentials/tooltip.d.ts +1 -1
- package/dist/components/graphs/alluvial.d.ts +1 -1
- package/dist/components/graphs/area-stacked.d.ts +1 -1
- package/dist/components/graphs/area.d.ts +1 -1
- package/dist/components/graphs/bar.d.ts +1 -1
- package/dist/components/graphs/boxplot.d.ts +1 -1
- package/dist/components/graphs/bullet.d.ts +1 -1
- package/dist/components/graphs/choropleth.d.ts +1 -1
- package/dist/components/graphs/circle-pack.d.ts +1 -1
- package/dist/components/graphs/gauge.d.ts +1 -1
- package/dist/components/graphs/heatmap.d.ts +1 -1
- package/dist/components/graphs/histogram.d.ts +1 -1
- package/dist/components/graphs/line.d.ts +1 -1
- package/dist/components/graphs/meter.d.ts +1 -1
- package/dist/components/graphs/pie.d.ts +1 -1
- package/dist/components/graphs/radar.d.ts +1 -1
- package/dist/components/graphs/scatter.d.ts +1 -1
- package/dist/components/graphs/skeleton.d.ts +1 -1
- package/dist/components/graphs/tree.d.ts +1 -1
- package/dist/components/graphs/treemap.d.ts +1 -1
- package/dist/components/graphs/wordcloud.d.ts +1 -1
- package/dist/components/index.mjs +4 -4
- package/dist/components/layout/layout.d.ts +1 -1
- package/dist/components/layout/spacer.d.ts +1 -1
- package/dist/demo/index.mjs +20 -18
- package/dist/demo/index.mjs.map +1 -1
- package/dist/demo/styles.css +35 -11
- package/dist/demo/styles.css.map +1 -1
- package/dist/demo/utils/stackblitz/angular.d.ts +1 -1
- package/dist/demo/utils/stackblitz/react.d.ts +1 -1
- package/dist/demo/utils/stackblitz/svelte.d.ts +1 -1
- package/dist/demo/utils/stackblitz/vanilla-js.d.ts +1 -1
- package/dist/demo/utils/stackblitz/vue.d.ts +1 -1
- package/dist/demo/utils/story-widgets.d.ts +1 -1
- package/dist/enums-tMKLWMMm.mjs.map +1 -1
- package/dist/index.mjs +16 -17
- package/dist/index.mjs.map +1 -1
- package/dist/model/index.mjs +3 -3
- package/dist/services/essentials/dom-utils.d.ts +1 -1
- package/dist/services/essentials/events.d.ts +1 -1
- package/dist/services/essentials/files.d.ts +1 -1
- package/dist/services/essentials/gradient-utils.d.ts +1 -1
- package/dist/services/essentials/transitions.d.ts +1 -1
- package/dist/services/index.mjs +3 -3
- package/dist/styles.css +35 -11
- package/dist/styles.css.map +1 -1
- package/dist/styles.min.css +1 -1
- package/dist/styles.min.css.map +1 -1
- package/dist/umd/bundle.umd.js +85 -0
- package/dist/umd/bundle.umd.js.map +1 -0
- package/dist/utils/sanitizeHtml.d.ts +3 -0
- package/dist/{wordcloud-dqk1DqiP.mjs → wordcloud-XkAQGXwu.mjs} +80 -79
- package/dist/wordcloud-XkAQGXwu.mjs.map +1 -0
- package/dist/{zoom-OcSt8txb.mjs → zoom-nkwOD6_z.mjs} +6 -4
- package/dist/zoom-nkwOD6_z.mjs.map +1 -0
- package/package.json +6 -4
- package/scss/_chart-wrapper.scss +1 -1
- package/scss/_color-palette.scss +8 -8
- package/scss/components/_title.scss +1 -1
- package/scss/components/_tooltip.scss +6 -2
- package/scss/components/toolbar/_buttons.scss +160 -159
- package/scss/components/toolbar/_modal.scss +348 -315
- package/scss/demos.scss +3 -2
- package/scss/graphs/_choropleth.scss +1 -1
- package/scss/graphs/_tree.scss +2 -1
- package/scss/index.scss +1 -1
- package/styles.css +35 -11
- package/styles.min.css +1 -1
- package/dist/choropleth-cqJq7eSU.mjs.map +0 -1
- package/dist/color-scale-utils-bwaA2TiF.mjs.map +0 -1
- package/dist/umd/bundle.umd.cjs +0 -84
- package/dist/umd/bundle.umd.cjs.map +0 -1
- package/dist/wordcloud-dqk1DqiP.mjs.map +0 -1
- package/dist/zoom-OcSt8txb.mjs.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AxisScale, Selection as D3Selection } from 'd3';
|
|
2
|
-
import { Component } from '
|
|
2
|
+
import { Component } from '../component';
|
|
3
3
|
import { ScaleTypes, RenderTypes } from '../../interfaces/enums';
|
|
4
4
|
import { ChartModel } from '../../model/model';
|
|
5
5
|
export declare class Axis extends Component {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Selection } from 'd3';
|
|
2
|
-
import { Component } from '
|
|
2
|
+
import { Component } from '../component';
|
|
3
3
|
import { RenderTypes } from '../../interfaces/enums';
|
|
4
4
|
export type GenericSvgSelection = Selection<SVGGraphicsElement, any, Element, any>;
|
|
5
5
|
export declare class Ruler extends Component {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Component } from '
|
|
2
|
-
import { Threshold } from '
|
|
1
|
+
import { Component } from '../component';
|
|
2
|
+
import { Threshold } from '../essentials/threshold';
|
|
3
3
|
import { RenderTypes } from '../../interfaces/enums';
|
|
4
4
|
export declare class TwoDimensionalAxes extends Component {
|
|
5
5
|
type: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component } from '
|
|
1
|
+
import { Component } from '../component';
|
|
2
2
|
import { ChartModelCartesian } from '../../model/cartesian-charts';
|
|
3
3
|
import { RenderTypes } from '../../interfaces/enums';
|
|
4
4
|
export declare class ZoomBar extends Component {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import Position from '@carbon/utils-position';
|
|
2
|
-
import { Component } from '
|
|
2
|
+
import { Component } from '../component';
|
|
3
3
|
import { ChartModel } from '../../model/model';
|
|
4
4
|
import { RenderTypes } from '../../interfaces/enums';
|
|
5
5
|
export declare class Highlight extends Component {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import Position from '@carbon/utils-position';
|
|
2
|
-
import { Component } from '
|
|
2
|
+
import { Component } from '../component';
|
|
3
3
|
import { ChartModel } from '../../model/model';
|
|
4
4
|
import { RenderTypes } from '../../interfaces/enums';
|
|
5
5
|
export declare class Threshold extends Component {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import Position from '@carbon/utils-position';
|
|
2
|
-
import { Component } from '
|
|
2
|
+
import { Component } from '../component';
|
|
3
3
|
import { ChartModel } from '../../model/model';
|
|
4
4
|
import { RenderTypes } from '../../interfaces/enums';
|
|
5
5
|
export declare class Tooltip extends Component {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { v as d, w as m, A as h, k as u, x as S, B as c, y as C, z as g, D as B, l as T, a as L, C as b, E as k, F as A, m as x, a8 as P, I as R, J as w, n as G, G as H, K as v, N as M, o as f, O as D, H as Z, a6 as j, L as q, P as y, Q as z, U as E, M as W, p as F, V as I, W as J, R as K, X as N, Y as O, _ as Q, $ as U, a7 as V, a0 as X, a1 as Y, S as _, a2 as $, q as aa, r as sa, T as ea, u as ra, a3 as oa, a4 as ta, b as ia, a5 as la, Z as pa, c as na, d as da, e as ma, f as ha, g as ua, h as Sa, i as ca, j as Ca, s as ga, t as Ba } from "../choropleth-
|
|
2
|
-
import "../color-scale-utils-
|
|
1
|
+
import { v as d, w as m, A as h, k as u, x as S, B as c, y as C, z as g, D as B, l as T, a as L, C as b, E as k, F as A, m as x, a8 as P, I as R, J as w, n as G, G as H, K as v, N as M, o as f, O as D, H as Z, a6 as j, L as q, P as y, Q as z, U as E, M as W, p as F, V as I, W as J, R as K, X as N, Y as O, _ as Q, $ as U, a7 as V, a0 as X, a1 as Y, S as _, a2 as $, q as aa, r as sa, T as ea, u as ra, a3 as oa, a4 as ta, b as ia, a5 as la, Z as pa, c as na, d as da, e as ma, f as ha, g as ua, h as Sa, i as ca, j as Ca, s as ga, t as Ba } from "../choropleth-EFcahG_A.mjs";
|
|
2
|
+
import "../color-scale-utils-GLd1MML3.mjs";
|
|
3
3
|
import "../enums-tMKLWMMm.mjs";
|
|
4
4
|
import "d3";
|
|
5
|
-
import "../angle-utils-
|
|
5
|
+
import "../angle-utils-iPPUNSDt.mjs";
|
|
6
6
|
import "d3-sankey";
|
|
7
7
|
import "../a11y-SOU26cr5.mjs";
|
|
8
|
-
import "../_baseEach-
|
|
8
|
+
import "../_baseEach-L1oeNjGL.mjs";
|
|
9
9
|
import "d3-cloud";
|
|
10
10
|
export {
|
|
11
11
|
d as Alluvial,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component } from '
|
|
1
|
+
import { Component } from '../component';
|
|
2
2
|
import { LayoutConfigs } from '../../interfaces/layout';
|
|
3
3
|
import { LayoutComponentChild } from '../../interfaces/components';
|
|
4
4
|
import { ChartModel } from '../../model/model';
|
package/dist/demo/index.mjs
CHANGED
|
@@ -48753,7 +48753,7 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48753
48753
|
heatmapPositiveNegativeData: bM,
|
|
48754
48754
|
heatmapPositiveNegativeOptions: WM,
|
|
48755
48755
|
heatmapQuantizeLegendOption: hM
|
|
48756
|
-
}, Symbol.toStringTag, { value: "Module" })), $M = "@carbon/charts", AE = "1.13.
|
|
48756
|
+
}, Symbol.toStringTag, { value: "Module" })), $M = "@carbon/charts", AE = "1.13.17", _E = "Carbon Charts component library", eE = "module", aE = "./dist/index.mjs", SE = "./dist/umd/bundle.umd.js", ME = "./dist/index.d.ts", EE = {
|
|
48757
48757
|
"./package.json": "./package.json",
|
|
48758
48758
|
"./styles.min.css": "./dist/styles.min.css",
|
|
48759
48759
|
"./styles.css": "./dist/styles.css",
|
|
@@ -48820,7 +48820,7 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48820
48820
|
}, LE = {
|
|
48821
48821
|
type: "git",
|
|
48822
48822
|
url: "git@github.com:carbon-design-system/carbon-charts.git",
|
|
48823
|
-
homepage: "https://
|
|
48823
|
+
homepage: "https://charts.carbondesignsystem.com/"
|
|
48824
48824
|
}, DE = {
|
|
48825
48825
|
"@carbon/colors": "^11.20.1",
|
|
48826
48826
|
"@carbon/telemetry": "~0.1.0",
|
|
@@ -48830,6 +48830,7 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48830
48830
|
"d3-cloud": "^1.2.7",
|
|
48831
48831
|
"d3-sankey": "^0.12.3",
|
|
48832
48832
|
"date-fns": "^3.0.6",
|
|
48833
|
+
dompurify: "^3.0.6",
|
|
48833
48834
|
"html-to-image": "^1.11.11",
|
|
48834
48835
|
"lodash-es": "^4.17.21",
|
|
48835
48836
|
"topojson-client": "^3.1.0",
|
|
@@ -48855,6 +48856,7 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48855
48856
|
"@types/d3": "^7.4.3",
|
|
48856
48857
|
"@types/d3-cloud": "^1.2.9",
|
|
48857
48858
|
"@types/d3-sankey": "^0.12.4",
|
|
48859
|
+
"@types/dompurify": "^3",
|
|
48858
48860
|
"@types/lodash-es": "^4.17.12",
|
|
48859
48861
|
"@types/topojson": "^3.2.6",
|
|
48860
48862
|
concurrently: "^8.2.2",
|
|
@@ -48866,7 +48868,7 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48866
48868
|
typedoc: "^0.25.4",
|
|
48867
48869
|
typescript: "^5.3.3",
|
|
48868
48870
|
vite: "^5.0.10",
|
|
48869
|
-
"vite-plugin-dts": "^3.
|
|
48871
|
+
"vite-plugin-dts": "^3.7.0",
|
|
48870
48872
|
vitest: "^1.1.0"
|
|
48871
48873
|
}, iE = {
|
|
48872
48874
|
access: "public"
|
|
@@ -48932,7 +48934,7 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48932
48934
|
maintainers: FE,
|
|
48933
48935
|
contributors: IE,
|
|
48934
48936
|
gitHead: sE
|
|
48935
|
-
}, lE = "@carbon/charts-angular", uE = "1.13.
|
|
48937
|
+
}, lE = "@carbon/charts-angular", uE = "1.13.17", TE = "Carbon Charts component library for Angular", PE = {
|
|
48936
48938
|
"./styles.min.css": "./styles.min.css",
|
|
48937
48939
|
"./styles.css": "./styles.css"
|
|
48938
48940
|
}, BE = !1, cE = "module", dE = {
|
|
@@ -49001,7 +49003,7 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49001
49003
|
}, gE = {
|
|
49002
49004
|
type: "git",
|
|
49003
49005
|
url: "git@github.com:carbon-design-system/carbon-charts.git",
|
|
49004
|
-
homepage: "https://
|
|
49006
|
+
homepage: "https://charts.carbondesignsystem.com/angular/"
|
|
49005
49007
|
}, KE = "Apache-2.0", yE = "IBM", vE = [
|
|
49006
49008
|
"charts",
|
|
49007
49009
|
"graphs",
|
|
@@ -49060,7 +49062,7 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49060
49062
|
maintainers: HE,
|
|
49061
49063
|
contributors: hE,
|
|
49062
49064
|
gitHead: WE
|
|
49063
|
-
}, bE = "@carbon/charts-react", VE = "1.13.
|
|
49065
|
+
}, bE = "@carbon/charts-react", VE = "1.13.17", YE = "Carbon Charts component library for React", kE = "module", fE = "./dist/index.mjs", ZE = "./dist/index.d.ts", wE = {
|
|
49064
49066
|
"./package.json": "./package.json",
|
|
49065
49067
|
".": {
|
|
49066
49068
|
types: "./dist/index.d.ts",
|
|
@@ -49102,7 +49104,7 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49102
49104
|
"@types/react": "^18.2.45",
|
|
49103
49105
|
"@types/react-dom": "^18.2.18",
|
|
49104
49106
|
"@vitejs/plugin-react": "^4.2.1",
|
|
49105
|
-
classnames: "^2.
|
|
49107
|
+
classnames: "^2.4.0",
|
|
49106
49108
|
concurrently: "^8.2.2",
|
|
49107
49109
|
d3: "^7.8.5",
|
|
49108
49110
|
"d3-cloud": "^1.2.7",
|
|
@@ -49112,13 +49114,13 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49112
49114
|
storybook: "~7.6.6",
|
|
49113
49115
|
typescript: "^5.3.3",
|
|
49114
49116
|
vite: "^5.0.10",
|
|
49115
|
-
"vite-plugin-dts": "^3.
|
|
49117
|
+
"vite-plugin-dts": "^3.7.0"
|
|
49116
49118
|
}, jE = {
|
|
49117
49119
|
access: "public"
|
|
49118
49120
|
}, qE = {
|
|
49119
49121
|
type: "git",
|
|
49120
49122
|
url: "git@github.com:carbon-design-system/carbon-charts.git",
|
|
49121
|
-
homepage: "https://
|
|
49123
|
+
homepage: "https://charts.carbondesignsystem.com/react/"
|
|
49122
49124
|
}, $E = "Apache-2.0", AN = "IBM", _N = [
|
|
49123
49125
|
"charts",
|
|
49124
49126
|
"graphs",
|
|
@@ -49184,7 +49186,7 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49184
49186
|
maintainers: SN,
|
|
49185
49187
|
contributors: MN,
|
|
49186
49188
|
gitHead: EN
|
|
49187
|
-
}, tN = "@carbon/charts-svelte", LN = "1.13.
|
|
49189
|
+
}, tN = "@carbon/charts-svelte", LN = "1.13.17", DN = "Carbon Charts component library for Svelte", rN = {
|
|
49188
49190
|
postinstall: "carbon-telemetry collect --install",
|
|
49189
49191
|
"file:styles": "cp ../core/dist/styles.* dist",
|
|
49190
49192
|
"build:package": "svelte-kit sync && svelte-package && yarn file:styles",
|
|
@@ -49229,7 +49231,7 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49229
49231
|
"d3-cloud": "^1.2.7",
|
|
49230
49232
|
"d3-sankey": "^0.12.3",
|
|
49231
49233
|
eslint: "^8.56.0",
|
|
49232
|
-
publint: "^0.2.
|
|
49234
|
+
publint: "^0.2.7",
|
|
49233
49235
|
storybook: "~7.6.6",
|
|
49234
49236
|
svelte: "^4.2.8",
|
|
49235
49237
|
"svelte-check": "^3.6.2",
|
|
@@ -49241,7 +49243,7 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49241
49243
|
}, uN = {
|
|
49242
49244
|
type: "git",
|
|
49243
49245
|
url: "git@github.com:carbon-design-system/carbon-charts.git",
|
|
49244
|
-
homepage: "https://
|
|
49246
|
+
homepage: "https://charts.carbondesignsystem.com/svelte/"
|
|
49245
49247
|
}, TN = {
|
|
49246
49248
|
url: "https://github.com/carbon-design-system/carbon-charts/issues"
|
|
49247
49249
|
}, PN = "https://github.com/carbon-design-system/carbon-charts#readme", BN = [
|
|
@@ -49306,7 +49308,7 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49306
49308
|
author: pN,
|
|
49307
49309
|
keywords: mN,
|
|
49308
49310
|
gitHead: UN
|
|
49309
|
-
}, GN = "@carbon/charts-vue", gN = "1.13.
|
|
49311
|
+
}, GN = "@carbon/charts-vue", gN = "1.13.17", KN = "Carbon Charts component library for Vue", yN = "module", vN = "./dist/index.mjs", HN = "./dist/index.d.ts", hN = {
|
|
49310
49312
|
"./styles.min.css": "./dist/styles.min.css",
|
|
49311
49313
|
"./styles.css": "./dist/styles.css",
|
|
49312
49314
|
".": {
|
|
@@ -49341,7 +49343,7 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49341
49343
|
}, kN = {
|
|
49342
49344
|
"@stackblitz/sdk": "^1.9.0",
|
|
49343
49345
|
"@types/d3": "^7.4.3",
|
|
49344
|
-
"@vitejs/plugin-vue": "^
|
|
49346
|
+
"@vitejs/plugin-vue": "^5.0.0",
|
|
49345
49347
|
concurrently: "^8.2.2",
|
|
49346
49348
|
d3: "^7.8.5",
|
|
49347
49349
|
"d3-cloud": "^1.2.7",
|
|
@@ -49349,15 +49351,15 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49349
49351
|
storybook: "~7.6.6",
|
|
49350
49352
|
typescript: "^5.3.3",
|
|
49351
49353
|
vite: "^5.0.10",
|
|
49352
|
-
"vite-plugin-dts": "^3.
|
|
49353
|
-
"vue-tsc": "^1.8.
|
|
49354
|
+
"vite-plugin-dts": "^3.7.0",
|
|
49355
|
+
"vue-tsc": "^1.8.27"
|
|
49354
49356
|
}, fN = {
|
|
49355
49357
|
access: "public",
|
|
49356
49358
|
tag: "next"
|
|
49357
49359
|
}, ZN = {
|
|
49358
49360
|
type: "git",
|
|
49359
49361
|
url: "git@github.com:carbon-design-system/carbon-charts.git",
|
|
49360
|
-
homepage: "https://
|
|
49362
|
+
homepage: "https://charts.carbondesignsystem.com/vue/"
|
|
49361
49363
|
}, wN = "Apache-2.0", JN = "IBM", zN = [
|
|
49362
49364
|
"charts",
|
|
49363
49365
|
"graphs",
|
|
@@ -50099,7 +50101,7 @@ const A3 = (_) => {
|
|
|
50099
50101
|
document.documentElement.setAttribute("data-carbon-theme", t), e.model.setOptions({ ...e.model.getOptions(), theme: t });
|
|
50100
50102
|
});
|
|
50101
50103
|
});
|
|
50102
|
-
}, d = (_) => `https://
|
|
50104
|
+
}, d = (_) => `https://charts.carbondesignsystem.com/${_ !== "vanilla" ? `${_}/` : ""}${window.parent.location.search}`, v3 = (_, e) => {
|
|
50103
50105
|
var N;
|
|
50104
50106
|
let a = [
|
|
50105
50107
|
{
|