@carbon/charts 1.15.8 → 1.16.1
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 +26 -0
- package/dist/demo/index.mjs +62 -60
- package/dist/demo/index.mjs.map +1 -1
- package/package.json +3 -3
- package/telemetry.yml +4 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,32 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See
|
|
4
4
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## 1.16.1 (2024-05-17)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- Update package.json style export
|
|
11
|
+
([#1824](https://github.com/carbon-design-system/carbon-charts/issues/1824))
|
|
12
|
+
([2ccb12b](https://github.com/carbon-design-system/carbon-charts/commit/2ccb12bc021b231f43c9bf6d97b1983ce788c825))
|
|
13
|
+
|
|
14
|
+
# Change Log
|
|
15
|
+
|
|
16
|
+
All notable changes to this project will be documented in this file. See
|
|
17
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
18
|
+
|
|
19
|
+
# 1.16.0 (2024-05-14)
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
- **telemetry:** instrument charts packages with JS scope
|
|
24
|
+
([#1797](https://github.com/carbon-design-system/carbon-charts/issues/1797))
|
|
25
|
+
([c60b24e](https://github.com/carbon-design-system/carbon-charts/commit/c60b24e499d64dc991339f3abe7a4c29df2adfa2))
|
|
26
|
+
|
|
27
|
+
# Change Log
|
|
28
|
+
|
|
29
|
+
All notable changes to this project will be documented in this file. See
|
|
30
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
31
|
+
|
|
6
32
|
## 1.15.8 (2024-05-10)
|
|
7
33
|
|
|
8
34
|
### Bug Fixes
|
package/dist/demo/index.mjs
CHANGED
|
@@ -59,7 +59,7 @@ const UA = [
|
|
|
59
59
|
scaleType: _.LINEAR
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
|
-
},
|
|
62
|
+
}, yA = [
|
|
63
63
|
{ group: "Dataset 1", date: new Date(2019, 0, 1), value: 0 },
|
|
64
64
|
{ group: "Dataset 1", date: new Date(2019, 0, 6), value: -37312 },
|
|
65
65
|
{ group: "Dataset 1", date: new Date(2019, 0, 8), value: -22392 },
|
|
@@ -70,7 +70,7 @@ const UA = [
|
|
|
70
70
|
{ group: "Dataset 2", date: new Date(2019, 0, 8), value: 23094 },
|
|
71
71
|
{ group: "Dataset 2", date: new Date(2019, 0, 13), value: 45281 },
|
|
72
72
|
{ group: "Dataset 2", date: new Date(2019, 0, 19), value: -63954 }
|
|
73
|
-
],
|
|
73
|
+
], vA = [
|
|
74
74
|
{ group: "Dataset 1", date: 155845326e4, value: 2 },
|
|
75
75
|
{ group: "Dataset 1", date: 155845332e4, value: 3 },
|
|
76
76
|
{ group: "Dataset 1", date: 155845338e4, value: 5 },
|
|
@@ -315,14 +315,14 @@ const UA = [
|
|
|
315
315
|
areaEmptyOptions: fA,
|
|
316
316
|
areaSkeletonData: ZA,
|
|
317
317
|
areaSkeletonOptions: wA,
|
|
318
|
-
areaTimeSeriesCurvedData:
|
|
318
|
+
areaTimeSeriesCurvedData: yA,
|
|
319
319
|
areaTimeSeriesCurvedOptions: HA,
|
|
320
320
|
areaTimeSeriesData: UA,
|
|
321
321
|
areaTimeSeriesOptions: GA,
|
|
322
322
|
boundedAreaTimeSeriesData: V,
|
|
323
323
|
boundedAreaTimeSeriesOptions: YA,
|
|
324
324
|
sparklineOptions: hA,
|
|
325
|
-
sparklineTimeSeriesData:
|
|
325
|
+
sparklineTimeSeriesData: vA,
|
|
326
326
|
stackedAreaPercentageTimeSeriesOptions: bA,
|
|
327
327
|
stackedAreaTimeSeriesData: h,
|
|
328
328
|
stackedAreaTimeSeriesOptions: MA,
|
|
@@ -1016,7 +1016,7 @@ const UA = [
|
|
|
1016
1016
|
stacked: !0
|
|
1017
1017
|
}
|
|
1018
1018
|
}
|
|
1019
|
-
},
|
|
1019
|
+
}, y_ = F, v_ = [], H_ = {
|
|
1020
1020
|
title: "Vertical simple bar (empty state)",
|
|
1021
1021
|
axes: {
|
|
1022
1022
|
left: {},
|
|
@@ -1202,7 +1202,7 @@ const UA = [
|
|
|
1202
1202
|
simpleBarCustomLegendOrderOptions: e_,
|
|
1203
1203
|
simpleBarData: n,
|
|
1204
1204
|
simpleBarDataCustomTicks: S_,
|
|
1205
|
-
simpleBarEmptyStateData:
|
|
1205
|
+
simpleBarEmptyStateData: v_,
|
|
1206
1206
|
simpleBarEmptyStateOptions: H_,
|
|
1207
1207
|
simpleBarFixedDomainOptions: t_,
|
|
1208
1208
|
simpleBarHindiLocaleOptions: F_,
|
|
@@ -1250,7 +1250,7 @@ const UA = [
|
|
|
1250
1250
|
stackedHorizontalBarOptions: p_,
|
|
1251
1251
|
stackedHorizontalBarSkeletonData: ae,
|
|
1252
1252
|
stackedHorizontalBarSkeletonOptions: Se,
|
|
1253
|
-
stackedHorizontalBarTimeSeriesData:
|
|
1253
|
+
stackedHorizontalBarTimeSeriesData: y_,
|
|
1254
1254
|
stackedHorizontalBarTimeSeriesOptions: K_
|
|
1255
1255
|
}, Symbol.toStringTag, { value: "Module" })), DA = [
|
|
1256
1256
|
{ group: "Q1", key: "Monday", value: 65e3 },
|
|
@@ -1816,7 +1816,7 @@ const UA = [
|
|
|
1816
1816
|
}
|
|
1817
1817
|
]
|
|
1818
1818
|
}
|
|
1819
|
-
},
|
|
1819
|
+
}, ye = [
|
|
1820
1820
|
{ group: "Dataset 1", key: "Qty", value: 8e3, surplus: 5e4 },
|
|
1821
1821
|
{ group: "Dataset 1", key: "More", value: 23500, surplus: 15e3 },
|
|
1822
1822
|
{ group: "Dataset 1", key: "Sold", value: 53100, surplus: 32e3 },
|
|
@@ -1837,7 +1837,7 @@ const UA = [
|
|
|
1837
1837
|
{ group: "Dataset 4", key: "Sold", value: 9e3, surplus: 43e3 },
|
|
1838
1838
|
{ group: "Dataset 4", key: "Restocking", value: 24e3, surplus: 43e3 },
|
|
1839
1839
|
{ group: "Dataset 4", key: "Misc", value: 7e3, surplus: 21e3 }
|
|
1840
|
-
],
|
|
1840
|
+
], ve = {
|
|
1841
1841
|
title: "Bubble (discrete)",
|
|
1842
1842
|
axes: {
|
|
1843
1843
|
bottom: {
|
|
@@ -1946,8 +1946,8 @@ const UA = [
|
|
|
1946
1946
|
}
|
|
1947
1947
|
}, S3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1948
1948
|
__proto__: null,
|
|
1949
|
-
bubbleDiscreteData:
|
|
1950
|
-
bubbleDiscreteOptions:
|
|
1949
|
+
bubbleDiscreteData: ye,
|
|
1950
|
+
bubbleDiscreteOptions: ve,
|
|
1951
1951
|
bubbleDoubleLinearData: ge,
|
|
1952
1952
|
bubbleDoubleLinearOptions: Ke,
|
|
1953
1953
|
bubbleDualDiscreteData: be,
|
|
@@ -45009,7 +45009,7 @@ const UA = [
|
|
|
45009
45009
|
status: "warning",
|
|
45010
45010
|
type: "full"
|
|
45011
45011
|
}
|
|
45012
|
-
},
|
|
45012
|
+
}, ya = {
|
|
45013
45013
|
title: "Gauge circular without delta -- custom color",
|
|
45014
45014
|
resizable: !0,
|
|
45015
45015
|
height: "250px",
|
|
@@ -45026,7 +45026,7 @@ const UA = [
|
|
|
45026
45026
|
gaugeData: $,
|
|
45027
45027
|
gaugeDataNoDelta: Ga,
|
|
45028
45028
|
gaugeOptionsCircular: Ka,
|
|
45029
|
-
gaugeOptionsCircularNoDelta:
|
|
45029
|
+
gaugeOptionsCircularNoDelta: ya,
|
|
45030
45030
|
gaugeOptionsSemi: ga
|
|
45031
45031
|
}, Symbol.toStringTag, { value: "Module" })), AA = [
|
|
45032
45032
|
{ group: "Dataset 1", age: 20 },
|
|
@@ -45058,7 +45058,7 @@ const UA = [
|
|
|
45058
45058
|
{ group: "Dataset 2", age: 83 },
|
|
45059
45059
|
{ group: "Dataset 2", age: 86 },
|
|
45060
45060
|
{ group: "Dataset 1", age: 87 }
|
|
45061
|
-
],
|
|
45061
|
+
], va = {
|
|
45062
45062
|
title: "Histogram (linear)",
|
|
45063
45063
|
axes: {
|
|
45064
45064
|
bottom: {
|
|
@@ -45336,7 +45336,7 @@ const UA = [
|
|
|
45336
45336
|
], D3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
45337
45337
|
__proto__: null,
|
|
45338
45338
|
histogramContinueData: AA,
|
|
45339
|
-
histogramContinueOptions:
|
|
45339
|
+
histogramContinueOptions: va,
|
|
45340
45340
|
histogramContinueWithBinsNumberData: Ha,
|
|
45341
45341
|
histogramContinueWithBinsNumberOptions: ha,
|
|
45342
45342
|
histogramContinueWithBinsOptions: Wa,
|
|
@@ -45379,7 +45379,7 @@ const UA = [
|
|
|
45379
45379
|
lollipopDiscreteOptions: Va,
|
|
45380
45380
|
lollipopDiscretePresentationData: ba,
|
|
45381
45381
|
lollipopDiscretePresentationOptions: Ya
|
|
45382
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
45382
|
+
}, Symbol.toStringTag, { value: "Module" })), v = [
|
|
45383
45383
|
{
|
|
45384
45384
|
group: "Dataset 1",
|
|
45385
45385
|
value: 56
|
|
@@ -45484,7 +45484,7 @@ const UA = [
|
|
|
45484
45484
|
}
|
|
45485
45485
|
}, r3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
45486
45486
|
__proto__: null,
|
|
45487
|
-
meterData:
|
|
45487
|
+
meterData: v,
|
|
45488
45488
|
meterOptionsCustomColor: fa,
|
|
45489
45489
|
meterOptionsNoStatus: Za,
|
|
45490
45490
|
meterOptionsWithStatus: ka,
|
|
@@ -46200,7 +46200,7 @@ const UA = [
|
|
|
46200
46200
|
]
|
|
46201
46201
|
}
|
|
46202
46202
|
]
|
|
46203
|
-
},
|
|
46203
|
+
}, yS = {
|
|
46204
46204
|
title: "Line (time series) - Time interval override",
|
|
46205
46205
|
axes: {
|
|
46206
46206
|
left: {},
|
|
@@ -46214,7 +46214,7 @@ const UA = [
|
|
|
46214
46214
|
legend: {
|
|
46215
46215
|
clickable: !1
|
|
46216
46216
|
}
|
|
46217
|
-
},
|
|
46217
|
+
}, vS = [
|
|
46218
46218
|
{
|
|
46219
46219
|
group: "Dataset 1",
|
|
46220
46220
|
date: new Date(1977, 0),
|
|
@@ -46412,10 +46412,10 @@ const UA = [
|
|
|
46412
46412
|
lineTimeSeriesDataSingleDatum: hS,
|
|
46413
46413
|
lineTimeSeriesDataTwoIdenticalLabels: YS,
|
|
46414
46414
|
lineTimeSeriesDataWeekly: cS,
|
|
46415
|
-
lineTimeSeriesDataYearly:
|
|
46415
|
+
lineTimeSeriesDataYearly: vS,
|
|
46416
46416
|
lineTimeSeriesHourlyCustomTicksFormatsOptions: TS,
|
|
46417
46417
|
lineTimeSeriesHourlyDefaultLocaleOptions: lS,
|
|
46418
|
-
lineTimeSeriesIntervalOverrideOptions:
|
|
46418
|
+
lineTimeSeriesIntervalOverrideOptions: yS,
|
|
46419
46419
|
lineTimeSeriesMinuteOptions: FS,
|
|
46420
46420
|
lineTimeSeriesMonthlyCustomLocaleOptions: US,
|
|
46421
46421
|
lineTimeSeriesMonthlyDefaultLocaleOptions: pS,
|
|
@@ -47463,7 +47463,7 @@ const u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
47463
47463
|
]
|
|
47464
47464
|
},
|
|
47465
47465
|
height: "600px"
|
|
47466
|
-
},
|
|
47466
|
+
}, yM = {
|
|
47467
47467
|
...z,
|
|
47468
47468
|
title: "Custom colors (alluvial)",
|
|
47469
47469
|
color: {
|
|
@@ -47473,7 +47473,7 @@ const u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
47473
47473
|
C: "#6fdc8c"
|
|
47474
47474
|
}
|
|
47475
47475
|
}
|
|
47476
|
-
},
|
|
47476
|
+
}, vM = J, HM = {
|
|
47477
47477
|
...z,
|
|
47478
47478
|
title: "Alluvial (gradient)",
|
|
47479
47479
|
color: {
|
|
@@ -47625,14 +47625,14 @@ const u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
47625
47625
|
}
|
|
47626
47626
|
}, T3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
47627
47627
|
__proto__: null,
|
|
47628
|
-
alluvialGradientData:
|
|
47628
|
+
alluvialGradientData: vM,
|
|
47629
47629
|
alluvialMonochromeData: YM,
|
|
47630
47630
|
alluvialMonochromeOptions: kM,
|
|
47631
47631
|
alluvialMultipleCategoryData: WM,
|
|
47632
47632
|
alluvialMultipleCategoryOptions: hM,
|
|
47633
47633
|
alluvialNodeAlignmentData: VM,
|
|
47634
47634
|
alluvialNodeAlignmentOptions: bM,
|
|
47635
|
-
alluvialSimpleCustomColorOptions:
|
|
47635
|
+
alluvialSimpleCustomColorOptions: yM,
|
|
47636
47636
|
alluvialSimpleData: J,
|
|
47637
47637
|
alluvialSimpleGradientOptions: HM,
|
|
47638
47638
|
alluvialSimpleOptions: z
|
|
@@ -48823,7 +48823,7 @@ const u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48823
48823
|
heatmapPositiveNegativeData: JM,
|
|
48824
48824
|
heatmapPositiveNegativeOptions: wM,
|
|
48825
48825
|
heatmapQuantizeLegendOption: ZM
|
|
48826
|
-
}, Symbol.toStringTag, { value: "Module" })), tE = "@carbon/charts", LE = "1.
|
|
48826
|
+
}, Symbol.toStringTag, { value: "Module" })), tE = "@carbon/charts", LE = "1.16.1", DE = "Carbon Charts component library", oE = "module", rE = "./dist/index.mjs", nE = "./dist/umd/bundle.umd.js", iE = "./dist/index.d.ts", CE = {
|
|
48827
48827
|
"./package.json": "./package.json",
|
|
48828
48828
|
"./styles.min.css": "./dist/styles.min.css",
|
|
48829
48829
|
"./styles.css": "./dist/styles.css",
|
|
@@ -48895,7 +48895,7 @@ const u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48895
48895
|
}, IE = {
|
|
48896
48896
|
"@carbon/colors": "^11.21.0",
|
|
48897
48897
|
"@carbon/utils-position": "^1.2.0",
|
|
48898
|
-
"@ibm/telemetry-js": "^1.
|
|
48898
|
+
"@ibm/telemetry-js": "^1.5.1",
|
|
48899
48899
|
"carbon-components": "^10.58.14",
|
|
48900
48900
|
d3: "^7.9.0",
|
|
48901
48901
|
"d3-cloud": "^1.2.7",
|
|
@@ -49004,7 +49004,7 @@ const u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49004
49004
|
maintainers: dE,
|
|
49005
49005
|
contributors: pE,
|
|
49006
49006
|
gitHead: mE
|
|
49007
|
-
}, UE = "@carbon/charts-react", GE = "1.
|
|
49007
|
+
}, UE = "@carbon/charts-react", GE = "1.16.1", gE = "Carbon Charts component library for React", KE = "module", yE = "./dist/index.js", vE = "./dist/index.mjs", HE = "./dist/index.d.ts", hE = {
|
|
49008
49008
|
"./package.json": "./package.json",
|
|
49009
49009
|
".": {
|
|
49010
49010
|
types: "./dist/index.d.ts",
|
|
@@ -49012,7 +49012,9 @@ const u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49012
49012
|
require: "./dist/index.js"
|
|
49013
49013
|
},
|
|
49014
49014
|
"./styles.min.css": "./dist/styles.min.css",
|
|
49015
|
-
"./styles.
|
|
49015
|
+
"./styles.min": "./dist/styles.min.css",
|
|
49016
|
+
"./styles.css": "./dist/styles.css",
|
|
49017
|
+
"./styles": "./dist/styles.css"
|
|
49016
49018
|
}, WE = [
|
|
49017
49019
|
"dist",
|
|
49018
49020
|
"README.md",
|
|
@@ -49037,7 +49039,7 @@ const u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49037
49039
|
}, bE = {
|
|
49038
49040
|
"@carbon/charts": "workspace:*",
|
|
49039
49041
|
"@carbon/icons-react": "^11.39.0",
|
|
49040
|
-
"@ibm/telemetry-js": "^1.
|
|
49042
|
+
"@ibm/telemetry-js": "^1.5.1",
|
|
49041
49043
|
react: "^18.2.0",
|
|
49042
49044
|
"react-dom": "^18.2.0"
|
|
49043
49045
|
}, YE = {
|
|
@@ -49112,8 +49114,8 @@ const u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49112
49114
|
version: GE,
|
|
49113
49115
|
description: gE,
|
|
49114
49116
|
type: KE,
|
|
49115
|
-
main:
|
|
49116
|
-
module:
|
|
49117
|
+
main: yE,
|
|
49118
|
+
module: vE,
|
|
49117
49119
|
types: HE,
|
|
49118
49120
|
exports: hE,
|
|
49119
49121
|
files: WE,
|
|
@@ -49131,7 +49133,7 @@ const u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49131
49133
|
maintainers: QE,
|
|
49132
49134
|
contributors: jE,
|
|
49133
49135
|
gitHead: qE
|
|
49134
|
-
}, AN = "@carbon/charts-svelte", _N = "1.
|
|
49136
|
+
}, AN = "@carbon/charts-svelte", _N = "1.16.1", eN = "Carbon Charts component library for Svelte", aN = {
|
|
49135
49137
|
postinstall: "ibmtelemetry --config=telemetry.yml",
|
|
49136
49138
|
"file:styles": "cp ../core/dist/styles.* dist",
|
|
49137
49139
|
"build:package": "svelte-kit sync && svelte-package && yarn file:styles",
|
|
@@ -49165,7 +49167,7 @@ const u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49165
49167
|
svelte: "^3.31.0 || ^4.0.0"
|
|
49166
49168
|
}, oN = {
|
|
49167
49169
|
"@carbon/charts": "workspace:*",
|
|
49168
|
-
"@ibm/telemetry-js": "^1.
|
|
49170
|
+
"@ibm/telemetry-js": "^1.5.1"
|
|
49169
49171
|
}, rN = {
|
|
49170
49172
|
"@stackblitz/sdk": "^1.9.0",
|
|
49171
49173
|
"@sveltejs/adapter-auto": "^3.2.0",
|
|
@@ -49230,7 +49232,7 @@ const u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49230
49232
|
"svg",
|
|
49231
49233
|
"data",
|
|
49232
49234
|
"typescript"
|
|
49233
|
-
], uN = "f7037103474e53901678dd9e62095b0b1f0f62c4",
|
|
49235
|
+
], uN = "f7037103474e53901678dd9e62095b0b1f0f62c4", y = {
|
|
49234
49236
|
name: AN,
|
|
49235
49237
|
version: _N,
|
|
49236
49238
|
description: eN,
|
|
@@ -49254,7 +49256,7 @@ const u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49254
49256
|
author: sN,
|
|
49255
49257
|
keywords: lN,
|
|
49256
49258
|
gitHead: uN
|
|
49257
|
-
}, TN = "@carbon/charts-vue", PN = "1.
|
|
49259
|
+
}, TN = "@carbon/charts-vue", PN = "1.16.1", BN = "Carbon Charts component library for Vue", cN = "module", dN = "./dist/index.mjs", pN = "./dist/index.d.ts", mN = {
|
|
49258
49260
|
"./styles.min.css": "./dist/styles.min.css",
|
|
49259
49261
|
"./styles.css": "./dist/styles.css",
|
|
49260
49262
|
".": {
|
|
@@ -49285,9 +49287,9 @@ const u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49285
49287
|
vue: "^3.4.0"
|
|
49286
49288
|
}, KN = {
|
|
49287
49289
|
"@carbon/charts": "workspace:*",
|
|
49288
|
-
"@ibm/telemetry-js": "^1.
|
|
49290
|
+
"@ibm/telemetry-js": "^1.5.1",
|
|
49289
49291
|
vue: "^3.4.21"
|
|
49290
|
-
},
|
|
49292
|
+
}, yN = {
|
|
49291
49293
|
"@stackblitz/sdk": "^1.9.0",
|
|
49292
49294
|
"@types/d3": "^7.4.3",
|
|
49293
49295
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
@@ -49300,7 +49302,7 @@ const u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49300
49302
|
vite: "^5.2.8",
|
|
49301
49303
|
"vite-plugin-dts": "^3.8.2",
|
|
49302
49304
|
"vue-tsc": "^2.0.13"
|
|
49303
|
-
},
|
|
49305
|
+
}, vN = {
|
|
49304
49306
|
access: "public",
|
|
49305
49307
|
tag: "next"
|
|
49306
49308
|
}, HN = {
|
|
@@ -49347,8 +49349,8 @@ const u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49347
49349
|
scripts: GN,
|
|
49348
49350
|
peerDependencies: gN,
|
|
49349
49351
|
dependencies: KN,
|
|
49350
|
-
devDependencies:
|
|
49351
|
-
publishConfig:
|
|
49352
|
+
devDependencies: yN,
|
|
49353
|
+
publishConfig: vN,
|
|
49352
49354
|
repository: HN,
|
|
49353
49355
|
license: hN,
|
|
49354
49356
|
author: WN,
|
|
@@ -49360,11 +49362,11 @@ const u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49360
49362
|
d3Sankey: P.dependencies["d3-sankey"],
|
|
49361
49363
|
angular: "latest",
|
|
49362
49364
|
react: $E.dependencies.react,
|
|
49363
|
-
svelteVite:
|
|
49365
|
+
svelteVite: y.devDependencies["@sveltejs/vite-plugin-svelte"],
|
|
49364
49366
|
svelteTsConfig: "latest",
|
|
49365
|
-
svelte:
|
|
49366
|
-
svelteCheck:
|
|
49367
|
-
tslib:
|
|
49367
|
+
svelte: y.devDependencies.svelte,
|
|
49368
|
+
svelteCheck: y.devDependencies["svelte-check"],
|
|
49369
|
+
tslib: y.devDependencies.tslib,
|
|
49368
49370
|
typescript: P.devDependencies.typescript,
|
|
49369
49371
|
vite: P.devDependencies.vite,
|
|
49370
49372
|
vue: j.dependencies.vue,
|
|
@@ -50340,11 +50342,11 @@ const wN = (e) => {
|
|
|
50340
50342
|
},
|
|
50341
50343
|
{
|
|
50342
50344
|
data: KS,
|
|
50343
|
-
options:
|
|
50345
|
+
options: yS,
|
|
50344
50346
|
chartType: A.LineChart
|
|
50345
50347
|
},
|
|
50346
50348
|
{
|
|
50347
|
-
data:
|
|
50349
|
+
data: vS,
|
|
50348
50350
|
options: HS,
|
|
50349
50351
|
chartType: A.LineChart
|
|
50350
50352
|
},
|
|
@@ -50389,7 +50391,7 @@ const wN = (e) => {
|
|
|
50389
50391
|
chartType: A.CirclePackChart
|
|
50390
50392
|
},
|
|
50391
50393
|
{
|
|
50392
|
-
options:
|
|
50394
|
+
options: yM,
|
|
50393
50395
|
data: J,
|
|
50394
50396
|
chartType: A.AlluvialChart
|
|
50395
50397
|
}
|
|
@@ -50602,7 +50604,7 @@ const wN = (e) => {
|
|
|
50602
50604
|
demos: [
|
|
50603
50605
|
{
|
|
50604
50606
|
options: HA,
|
|
50605
|
-
data:
|
|
50607
|
+
data: yA,
|
|
50606
50608
|
chartType: A.AreaChart,
|
|
50607
50609
|
mainDemo: !0
|
|
50608
50610
|
},
|
|
@@ -50675,7 +50677,7 @@ const wN = (e) => {
|
|
|
50675
50677
|
},
|
|
50676
50678
|
{
|
|
50677
50679
|
options: H_,
|
|
50678
|
-
data:
|
|
50680
|
+
data: v_,
|
|
50679
50681
|
chartType: A.SimpleBarChart
|
|
50680
50682
|
},
|
|
50681
50683
|
{
|
|
@@ -50821,7 +50823,7 @@ const wN = (e) => {
|
|
|
50821
50823
|
},
|
|
50822
50824
|
{
|
|
50823
50825
|
options: K_,
|
|
50824
|
-
data:
|
|
50826
|
+
data: y_,
|
|
50825
50827
|
chartType: A.StackedBarChart
|
|
50826
50828
|
},
|
|
50827
50829
|
{
|
|
@@ -50868,8 +50870,8 @@ const wN = (e) => {
|
|
|
50868
50870
|
chartType: A.BubbleChart
|
|
50869
50871
|
},
|
|
50870
50872
|
{
|
|
50871
|
-
options:
|
|
50872
|
-
data:
|
|
50873
|
+
options: ve,
|
|
50874
|
+
data: ye,
|
|
50873
50875
|
chartType: A.BubbleChart
|
|
50874
50876
|
},
|
|
50875
50877
|
{
|
|
@@ -51011,7 +51013,7 @@ const wN = (e) => {
|
|
|
51011
51013
|
chartType: A.GaugeChart
|
|
51012
51014
|
},
|
|
51013
51015
|
{
|
|
51014
|
-
options:
|
|
51016
|
+
options: ya,
|
|
51015
51017
|
data: Ga,
|
|
51016
51018
|
chartType: A.GaugeChart
|
|
51017
51019
|
}
|
|
@@ -51021,7 +51023,7 @@ const wN = (e) => {
|
|
|
51021
51023
|
title: "Histogram",
|
|
51022
51024
|
demos: [
|
|
51023
51025
|
{
|
|
51024
|
-
options:
|
|
51026
|
+
options: va,
|
|
51025
51027
|
data: AA,
|
|
51026
51028
|
chartType: A.HistogramChart
|
|
51027
51029
|
},
|
|
@@ -51126,18 +51128,18 @@ const wN = (e) => {
|
|
|
51126
51128
|
demos: [
|
|
51127
51129
|
{
|
|
51128
51130
|
options: ka,
|
|
51129
|
-
data:
|
|
51131
|
+
data: v,
|
|
51130
51132
|
chartType: A.MeterChart,
|
|
51131
51133
|
mainDemo: !0
|
|
51132
51134
|
},
|
|
51133
51135
|
{
|
|
51134
51136
|
options: fa,
|
|
51135
|
-
data:
|
|
51137
|
+
data: v,
|
|
51136
51138
|
chartType: A.MeterChart
|
|
51137
51139
|
},
|
|
51138
51140
|
{
|
|
51139
51141
|
options: Za,
|
|
51140
|
-
data:
|
|
51142
|
+
data: v,
|
|
51141
51143
|
chartType: A.MeterChart
|
|
51142
51144
|
}
|
|
51143
51145
|
]
|
|
@@ -51230,7 +51232,7 @@ const wN = (e) => {
|
|
|
51230
51232
|
demos: [
|
|
51231
51233
|
{
|
|
51232
51234
|
options: hA,
|
|
51233
|
-
data:
|
|
51235
|
+
data: vA,
|
|
51234
51236
|
chartType: A.AreaChart,
|
|
51235
51237
|
mainDemo: !0
|
|
51236
51238
|
},
|
|
@@ -51308,7 +51310,7 @@ const wN = (e) => {
|
|
|
51308
51310
|
demos: [
|
|
51309
51311
|
{
|
|
51310
51312
|
options: HM,
|
|
51311
|
-
data:
|
|
51313
|
+
data: vM,
|
|
51312
51314
|
chartType: A.AlluvialChart,
|
|
51313
51315
|
mainDemo: !0
|
|
51314
51316
|
},
|