@carbon/charts-react 1.13.8 → 1.13.10
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/README.md +1 -1
- package/dist/index.mjs +114 -121
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +40 -0
- package/dist/styles.css.map +1 -1
- package/dist/styles.min.css +1 -1
- package/dist/styles.min.css.map +1 -1
- package/package.json +15 -22
- package/dist/index.js +0 -114
- package/dist/index.js.map +0 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Carbon Charts React is a thin React wrapper around the vanilla JavaScript `@carbon/charts` component library. The charts are based on D3.js, a peer dependency.
|
|
4
4
|
|
|
5
|
-
The required styles should be imported from `@carbon/charts-react/styles.css`. Additional documentation is provided in the Storybook demos.
|
|
5
|
+
The required styles should be imported from `@carbon/charts-react/dist/styles.css`. Additional documentation is provided in the Storybook demos.
|
|
6
6
|
|
|
7
7
|
**[Storybook demos](https://carbon-design-system.github.io/carbon-charts/react)**
|
|
8
8
|
|
package/dist/index.mjs
CHANGED
|
@@ -7980,7 +7980,7 @@ function sr(e, t) {
|
|
|
7980
7980
|
}
|
|
7981
7981
|
var MT = sr(He, "WeakMap");
|
|
7982
7982
|
const $l = MT;
|
|
7983
|
-
var id = Object.create, CT = function() {
|
|
7983
|
+
var id = Object.create, CT = /* @__PURE__ */ function() {
|
|
7984
7984
|
function e() {
|
|
7985
7985
|
}
|
|
7986
7986
|
return function(t) {
|
|
@@ -8160,7 +8160,7 @@ var rM = "[object Arguments]";
|
|
|
8160
8160
|
function ad(e) {
|
|
8161
8161
|
return Ke(e) && rr(e) == rM;
|
|
8162
8162
|
}
|
|
8163
|
-
var jg = Object.prototype, iM = jg.hasOwnProperty, sM = jg.propertyIsEnumerable, aM = ad(function() {
|
|
8163
|
+
var jg = Object.prototype, iM = jg.hasOwnProperty, sM = jg.propertyIsEnumerable, aM = ad(/* @__PURE__ */ function() {
|
|
8164
8164
|
return arguments;
|
|
8165
8165
|
}()) ? ad : function(e) {
|
|
8166
8166
|
return Ke(e) && iM.call(e, "callee") && !sM.call(e, "callee");
|
|
@@ -10053,7 +10053,7 @@ class Je {
|
|
|
10053
10053
|
getStackKeys({ bins: t = null, groups: n = null } = { bins: null, groups: null }) {
|
|
10054
10054
|
const r = this.getOptions(), i = this.getDisplayData(n);
|
|
10055
10055
|
let s;
|
|
10056
|
-
t ? s = t.map((l) => `${l.x0}
|
|
10056
|
+
t ? s = t.map((l) => `${l.x0}:${l.x1}`) : s = Gi(
|
|
10057
10057
|
i.map((l) => {
|
|
10058
10058
|
const c = this.services.cartesianScales.getDomainIdentifier(l);
|
|
10059
10059
|
return l[c] instanceof Date ? Ld(l[c]) : l[c] && typeof l[c].toString == "function" ? l[c].toString() : l[c];
|
|
@@ -10068,7 +10068,7 @@ class Je {
|
|
|
10068
10068
|
getDataValuesGroupedByKeys({ bins: t = null, groups: n = null }) {
|
|
10069
10069
|
const r = this.getOptions(), { groupMapsTo: i } = r.data, s = this.getDisplayData(n), a = this.getDataGroupNames(), o = this.getStackKeys({ bins: t, groups: n });
|
|
10070
10070
|
return t ? o.map((l) => {
|
|
10071
|
-
const [c, u] = l.split("
|
|
10071
|
+
const [c, u] = l.split(":"), h = { x0: c, x1: u }, d = t.find((f) => f.x0.toString() === c.toString());
|
|
10072
10072
|
return a.forEach((f) => {
|
|
10073
10073
|
h[f] = d.filter(
|
|
10074
10074
|
(p) => p[i] === f
|
|
@@ -10249,11 +10249,7 @@ class Je {
|
|
|
10249
10249
|
});
|
|
10250
10250
|
const i = this.getOptions();
|
|
10251
10251
|
let s = "myChart";
|
|
10252
|
-
const a = b(
|
|
10253
|
-
i,
|
|
10254
|
-
"fileDownload",
|
|
10255
|
-
"fileName"
|
|
10256
|
-
);
|
|
10252
|
+
const a = b(i, "fileDownload", "fileName");
|
|
10257
10253
|
typeof a == "function" ? s = a("csv") : typeof a == "string" && (s = a), this.services.files.downloadCSV(n, `${s}.csv`);
|
|
10258
10254
|
}
|
|
10259
10255
|
getTabularData(t) {
|
|
@@ -10290,9 +10286,7 @@ class Je {
|
|
|
10290
10286
|
const t = this.getOptions(), n = b(t, "color", "scale");
|
|
10291
10287
|
Object.keys(n).forEach((r) => {
|
|
10292
10288
|
this.allDataGroups.includes(r) || console.warn(`"${r}" does not exist in data groups.`);
|
|
10293
|
-
}), this.allDataGroups.filter(
|
|
10294
|
-
(r) => n[r]
|
|
10295
|
-
).forEach(
|
|
10289
|
+
}), this.allDataGroups.filter((r) => n[r]).forEach(
|
|
10296
10290
|
(r) => this.colorScale[r] = n[r]
|
|
10297
10291
|
);
|
|
10298
10292
|
}
|
|
@@ -10312,7 +10306,7 @@ class Je {
|
|
|
10312
10306
|
this.colorClassNames = Na().range(o).domain(this.allDataGroups);
|
|
10313
10307
|
}
|
|
10314
10308
|
}
|
|
10315
|
-
|
|
10309
|
+
let or = class extends Je {
|
|
10316
10310
|
// can't be protected as it's used by two-dimensional-axes.ts
|
|
10317
10311
|
constructor(t) {
|
|
10318
10312
|
super(t), this.axisFlavor = Aa.DEFAULT;
|
|
@@ -10415,8 +10409,7 @@ class or extends Je {
|
|
|
10415
10409
|
sanitize(t) {
|
|
10416
10410
|
return t = super.sanitize(t), t = this.sanitizeDateValues(t), t;
|
|
10417
10411
|
}
|
|
10418
|
-
}
|
|
10419
|
-
let pL = class extends or {
|
|
10412
|
+
}, pL = class extends or {
|
|
10420
10413
|
constructor(t) {
|
|
10421
10414
|
super(t);
|
|
10422
10415
|
}
|
|
@@ -10989,7 +10982,7 @@ var AL = /^\s+/;
|
|
|
10989
10982
|
function LL(e) {
|
|
10990
10983
|
return e && e.slice(0, $L(e) + 1).replace(AL, "");
|
|
10991
10984
|
}
|
|
10992
|
-
var Dd =
|
|
10985
|
+
var Dd = NaN, DL = /^[-+]0x[0-9a-f]+$/i, kL = /^0b[01]+$/i, RL = /^0o[0-7]+$/i, IL = parseInt;
|
|
10993
10986
|
function $i(e) {
|
|
10994
10987
|
if (typeof e == "number")
|
|
10995
10988
|
return e;
|
|
@@ -11067,7 +11060,7 @@ function VL(e, t) {
|
|
|
11067
11060
|
const n = document.implementation.createHTMLDocument(), r = n.createElement("base"), i = n.createElement("a");
|
|
11068
11061
|
return n.head.appendChild(r), n.body.appendChild(i), t && (r.href = t), i.href = e, i.href;
|
|
11069
11062
|
}
|
|
11070
|
-
const HL = (() => {
|
|
11063
|
+
const HL = /* @__PURE__ */ (() => {
|
|
11071
11064
|
let e = 0;
|
|
11072
11065
|
const t = () => (
|
|
11073
11066
|
// eslint-disable-next-line no-bitwise
|
|
@@ -20939,7 +20932,7 @@ let xB = class extends En {
|
|
|
20939
20932
|
return [0, qn(v, (y) => y.length)];
|
|
20940
20933
|
} else if (r.limitDomainToBins) {
|
|
20941
20934
|
const { bins: v } = this.model.getBinConfigurations(), y = this.model.getStackKeys({ bins: v });
|
|
20942
|
-
return [y[0].split("
|
|
20935
|
+
return [y[0].split(":")[0], y[y.length - 1].split(":")[1]];
|
|
20943
20936
|
}
|
|
20944
20937
|
const o = this.model.getDisplayData(), { extendLinearDomainBy: l, mapsTo: c, percentage: u, thresholds: h } = r, { reference: d, compareTo: f } = An.ratio;
|
|
20945
20938
|
if (r.domain)
|
|
@@ -22081,7 +22074,7 @@ class S3 extends Fe {
|
|
|
22081
22074
|
var lc = { exports: {} }, ai = {};
|
|
22082
22075
|
/**
|
|
22083
22076
|
* @license React
|
|
22084
|
-
* react-jsx-runtime.
|
|
22077
|
+
* react-jsx-runtime.development.js
|
|
22085
22078
|
*
|
|
22086
22079
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
22087
22080
|
*
|
|
@@ -22090,35 +22083,7 @@ var lc = { exports: {} }, ai = {};
|
|
|
22090
22083
|
*/
|
|
22091
22084
|
var Sf;
|
|
22092
22085
|
function O3() {
|
|
22093
|
-
|
|
22094
|
-
return ai;
|
|
22095
|
-
Sf = 1;
|
|
22096
|
-
var e = Us, t = Symbol.for("react.element"), n = Symbol.for("react.fragment"), r = Object.prototype.hasOwnProperty, i = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, s = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
22097
|
-
function a(o, l, c) {
|
|
22098
|
-
var u, h = {}, d = null, f = null;
|
|
22099
|
-
c !== void 0 && (d = "" + c), l.key !== void 0 && (d = "" + l.key), l.ref !== void 0 && (f = l.ref);
|
|
22100
|
-
for (u in l)
|
|
22101
|
-
r.call(l, u) && !s.hasOwnProperty(u) && (h[u] = l[u]);
|
|
22102
|
-
if (o && o.defaultProps)
|
|
22103
|
-
for (u in l = o.defaultProps, l)
|
|
22104
|
-
h[u] === void 0 && (h[u] = l[u]);
|
|
22105
|
-
return { $$typeof: t, type: o, key: d, ref: f, props: h, _owner: i.current };
|
|
22106
|
-
}
|
|
22107
|
-
return ai.Fragment = n, ai.jsx = a, ai.jsxs = a, ai;
|
|
22108
|
-
}
|
|
22109
|
-
var oi = {};
|
|
22110
|
-
/**
|
|
22111
|
-
* @license React
|
|
22112
|
-
* react-jsx-runtime.development.js
|
|
22113
|
-
*
|
|
22114
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
22115
|
-
*
|
|
22116
|
-
* This source code is licensed under the MIT license found in the
|
|
22117
|
-
* LICENSE file in the root directory of this source tree.
|
|
22118
|
-
*/
|
|
22119
|
-
var Of;
|
|
22120
|
-
function T3() {
|
|
22121
|
-
return Of || (Of = 1, process.env.NODE_ENV !== "production" && function() {
|
|
22086
|
+
return Sf || (Sf = 1, process.env.NODE_ENV !== "production" && function() {
|
|
22122
22087
|
var e = Us, t = Symbol.for("react.element"), n = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), i = Symbol.for("react.strict_mode"), s = Symbol.for("react.profiler"), a = Symbol.for("react.provider"), o = Symbol.for("react.context"), l = Symbol.for("react.forward_ref"), c = Symbol.for("react.suspense"), u = Symbol.for("react.suspense_list"), h = Symbol.for("react.memo"), d = Symbol.for("react.lazy"), f = Symbol.for("react.offscreen"), p = Symbol.iterator, m = "@@iterator";
|
|
22123
22088
|
function g($) {
|
|
22124
22089
|
if ($ === null || typeof $ != "object")
|
|
@@ -22700,10 +22665,38 @@ Check the top-level render call using <` + q + ">.");
|
|
|
22700
22665
|
return _u($, G, q, !1);
|
|
22701
22666
|
}
|
|
22702
22667
|
var r0 = n0, i0 = e0;
|
|
22703
|
-
|
|
22704
|
-
}()),
|
|
22668
|
+
ai.Fragment = r, ai.jsx = r0, ai.jsxs = i0;
|
|
22669
|
+
}()), ai;
|
|
22705
22670
|
}
|
|
22706
|
-
|
|
22671
|
+
var oi = {};
|
|
22672
|
+
/**
|
|
22673
|
+
* @license React
|
|
22674
|
+
* react-jsx-runtime.production.min.js
|
|
22675
|
+
*
|
|
22676
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
22677
|
+
*
|
|
22678
|
+
* This source code is licensed under the MIT license found in the
|
|
22679
|
+
* LICENSE file in the root directory of this source tree.
|
|
22680
|
+
*/
|
|
22681
|
+
var Of;
|
|
22682
|
+
function T3() {
|
|
22683
|
+
if (Of)
|
|
22684
|
+
return oi;
|
|
22685
|
+
Of = 1;
|
|
22686
|
+
var e = Us, t = Symbol.for("react.element"), n = Symbol.for("react.fragment"), r = Object.prototype.hasOwnProperty, i = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, s = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
22687
|
+
function a(o, l, c) {
|
|
22688
|
+
var u, h = {}, d = null, f = null;
|
|
22689
|
+
c !== void 0 && (d = "" + c), l.key !== void 0 && (d = "" + l.key), l.ref !== void 0 && (f = l.ref);
|
|
22690
|
+
for (u in l)
|
|
22691
|
+
r.call(l, u) && !s.hasOwnProperty(u) && (h[u] = l[u]);
|
|
22692
|
+
if (o && o.defaultProps)
|
|
22693
|
+
for (u in l = o.defaultProps, l)
|
|
22694
|
+
h[u] === void 0 && (h[u] = l[u]);
|
|
22695
|
+
return { $$typeof: t, type: o, key: d, ref: f, props: h, _owner: i.current };
|
|
22696
|
+
}
|
|
22697
|
+
return oi.Fragment = n, oi.jsx = a, oi.jsxs = a, oi;
|
|
22698
|
+
}
|
|
22699
|
+
process.env.NODE_ENV === "production" ? lc.exports = T3() : lc.exports = O3();
|
|
22707
22700
|
var Nt = lc.exports;
|
|
22708
22701
|
class Rt extends Us.PureComponent {
|
|
22709
22702
|
constructor() {
|
|
@@ -22729,127 +22722,127 @@ class Rt extends Us.PureComponent {
|
|
|
22729
22722
|
return /* @__PURE__ */ Nt.jsx("div", { ref: this.chartRef, className: "chart-holder" });
|
|
22730
22723
|
}
|
|
22731
22724
|
}
|
|
22732
|
-
class
|
|
22725
|
+
class Z3 extends Rt {
|
|
22733
22726
|
createChart(t, n, r) {
|
|
22734
22727
|
return new e3(t, { data: n, options: r });
|
|
22735
22728
|
}
|
|
22736
22729
|
}
|
|
22737
|
-
class
|
|
22730
|
+
class K3 extends Rt {
|
|
22738
22731
|
createChart(t, n, r) {
|
|
22739
22732
|
return new n3(t, { data: n, options: r });
|
|
22740
22733
|
}
|
|
22741
22734
|
}
|
|
22742
|
-
class
|
|
22735
|
+
class Q3 extends Rt {
|
|
22743
22736
|
createChart(t, n, r) {
|
|
22744
22737
|
return new r3(t, { data: n, options: r });
|
|
22745
22738
|
}
|
|
22746
22739
|
}
|
|
22747
|
-
class
|
|
22740
|
+
class J3 extends Rt {
|
|
22748
22741
|
createChart(t, n, r) {
|
|
22749
22742
|
return new i3(t, { data: n, options: r });
|
|
22750
22743
|
}
|
|
22751
22744
|
}
|
|
22752
|
-
class
|
|
22745
|
+
class tV extends Rt {
|
|
22753
22746
|
createChart(t, n, r) {
|
|
22754
22747
|
return new s3(t, { data: n, options: r });
|
|
22755
22748
|
}
|
|
22756
22749
|
}
|
|
22757
|
-
class
|
|
22750
|
+
class eV extends Rt {
|
|
22758
22751
|
createChart(t, n, r) {
|
|
22759
22752
|
return new a3(t, { data: n, options: r });
|
|
22760
22753
|
}
|
|
22761
22754
|
}
|
|
22762
|
-
class
|
|
22755
|
+
class nV extends Rt {
|
|
22763
22756
|
createChart(t, n, r) {
|
|
22764
22757
|
return new o3(t, { data: n, options: r });
|
|
22765
22758
|
}
|
|
22766
22759
|
}
|
|
22767
|
-
class
|
|
22760
|
+
class rV extends Rt {
|
|
22768
22761
|
createChart(t, n, r) {
|
|
22769
22762
|
return new l3(t, { data: n, options: r });
|
|
22770
22763
|
}
|
|
22771
22764
|
}
|
|
22772
|
-
class
|
|
22765
|
+
class iV extends Rt {
|
|
22773
22766
|
createChart(t, n, r) {
|
|
22774
22767
|
return new c3(t, { data: n, options: r });
|
|
22775
22768
|
}
|
|
22776
22769
|
}
|
|
22777
|
-
class
|
|
22770
|
+
class sV extends Rt {
|
|
22778
22771
|
createChart(t, n, r) {
|
|
22779
22772
|
return new u3(t, { data: n, options: r });
|
|
22780
22773
|
}
|
|
22781
22774
|
}
|
|
22782
|
-
class
|
|
22775
|
+
class aV extends Rt {
|
|
22783
22776
|
createChart(t, n, r) {
|
|
22784
22777
|
return new h3(t, { data: n, options: r });
|
|
22785
22778
|
}
|
|
22786
22779
|
}
|
|
22787
|
-
class
|
|
22780
|
+
class oV extends Rt {
|
|
22788
22781
|
createChart(t, n, r) {
|
|
22789
22782
|
return new d3(t, { data: n, options: r });
|
|
22790
22783
|
}
|
|
22791
22784
|
}
|
|
22792
|
-
class
|
|
22785
|
+
class lV extends Rt {
|
|
22793
22786
|
createChart(t, n, r) {
|
|
22794
22787
|
return new f3(t, { data: n, options: r });
|
|
22795
22788
|
}
|
|
22796
22789
|
}
|
|
22797
|
-
class
|
|
22790
|
+
class cV extends Rt {
|
|
22798
22791
|
createChart(t, n, r) {
|
|
22799
22792
|
return new p3(t, { data: n, options: r });
|
|
22800
22793
|
}
|
|
22801
22794
|
}
|
|
22802
|
-
class
|
|
22795
|
+
class uV extends Rt {
|
|
22803
22796
|
createChart(t, n, r) {
|
|
22804
22797
|
return new g3(t, { data: n, options: r });
|
|
22805
22798
|
}
|
|
22806
22799
|
}
|
|
22807
|
-
class
|
|
22800
|
+
class hV extends Rt {
|
|
22808
22801
|
createChart(t, n, r) {
|
|
22809
22802
|
return new m3(t, { data: n, options: r });
|
|
22810
22803
|
}
|
|
22811
22804
|
}
|
|
22812
|
-
class
|
|
22805
|
+
class dV extends Rt {
|
|
22813
22806
|
createChart(t, n, r) {
|
|
22814
22807
|
return new Uv(t, { data: n, options: r });
|
|
22815
22808
|
}
|
|
22816
22809
|
}
|
|
22817
|
-
class
|
|
22810
|
+
class fV extends Rt {
|
|
22818
22811
|
createChart(t, n, r) {
|
|
22819
22812
|
return new v3(t, { data: n, options: r });
|
|
22820
22813
|
}
|
|
22821
22814
|
}
|
|
22822
|
-
class
|
|
22815
|
+
class pV extends Rt {
|
|
22823
22816
|
createChart(t, n, r) {
|
|
22824
22817
|
return new y3(t, { data: n, options: r });
|
|
22825
22818
|
}
|
|
22826
22819
|
}
|
|
22827
|
-
class
|
|
22820
|
+
class gV extends Rt {
|
|
22828
22821
|
createChart(t, n, r) {
|
|
22829
22822
|
return new _3(t, { data: n, options: r });
|
|
22830
22823
|
}
|
|
22831
22824
|
}
|
|
22832
|
-
class
|
|
22825
|
+
class mV extends Rt {
|
|
22833
22826
|
createChart(t, n, r) {
|
|
22834
22827
|
return new w3(t, { data: n, options: r });
|
|
22835
22828
|
}
|
|
22836
22829
|
}
|
|
22837
|
-
class
|
|
22830
|
+
class vV extends Rt {
|
|
22838
22831
|
createChart(t, n, r) {
|
|
22839
22832
|
return new E3(t, { data: n, options: r });
|
|
22840
22833
|
}
|
|
22841
22834
|
}
|
|
22842
|
-
class
|
|
22835
|
+
class yV extends Rt {
|
|
22843
22836
|
createChart(t, n, r) {
|
|
22844
22837
|
return new x3(t, { data: n, options: r });
|
|
22845
22838
|
}
|
|
22846
22839
|
}
|
|
22847
|
-
class
|
|
22840
|
+
class xV extends Rt {
|
|
22848
22841
|
createChart(t, n, r) {
|
|
22849
22842
|
return new b3(t, { data: n, options: r });
|
|
22850
22843
|
}
|
|
22851
22844
|
}
|
|
22852
|
-
class
|
|
22845
|
+
class bV extends Rt {
|
|
22853
22846
|
createChart(t, n, r) {
|
|
22854
22847
|
return new S3(t, { data: n, options: r });
|
|
22855
22848
|
}
|
|
@@ -22891,7 +22884,7 @@ var Bv = { exports: {} };
|
|
|
22891
22884
|
})();
|
|
22892
22885
|
})(Bv);
|
|
22893
22886
|
var M3 = Bv.exports;
|
|
22894
|
-
const Rn = /* @__PURE__ */ Gm(M3), In = "cds",
|
|
22887
|
+
const Rn = /* @__PURE__ */ Gm(M3), In = "cds", _V = ({ tag: e = "div", children: t, color: n, href: r, position: i = "static", stacked: s, ...a }) => {
|
|
22895
22888
|
const o = r ? "a" : a.onClick ? "button" : e, l = `${In}--cc--card-node`, c = Rn(l, {
|
|
22896
22889
|
[`${l}--stacked`]: s,
|
|
22897
22890
|
[`${l}--${o}`]: o,
|
|
@@ -22907,7 +22900,7 @@ const Rn = /* @__PURE__ */ Gm(M3), In = "cds", bV = ({ tag: e = "div", children:
|
|
|
22907
22900
|
children: t
|
|
22908
22901
|
}
|
|
22909
22902
|
);
|
|
22910
|
-
},
|
|
22903
|
+
}, wV = ({
|
|
22911
22904
|
children: e,
|
|
22912
22905
|
farsideColumn: t = !1,
|
|
22913
22906
|
...n
|
|
@@ -22917,7 +22910,7 @@ const Rn = /* @__PURE__ */ Gm(M3), In = "cds", bV = ({ tag: e = "div", children:
|
|
|
22917
22910
|
...n.className ? { [n.className]: !0 } : {}
|
|
22918
22911
|
});
|
|
22919
22912
|
return /* @__PURE__ */ Nt.jsx("div", { className: i, ...n, children: e });
|
|
22920
|
-
},
|
|
22913
|
+
}, EV = ({
|
|
22921
22914
|
children: e,
|
|
22922
22915
|
...t
|
|
22923
22916
|
}) => {
|
|
@@ -22925,7 +22918,7 @@ const Rn = /* @__PURE__ */ Gm(M3), In = "cds", bV = ({ tag: e = "div", children:
|
|
|
22925
22918
|
...t.className ? { [t.className]: !0 } : {}
|
|
22926
22919
|
});
|
|
22927
22920
|
return /* @__PURE__ */ Nt.jsx("label", { className: r, ...t, children: e });
|
|
22928
|
-
},
|
|
22921
|
+
}, SV = ({
|
|
22929
22922
|
children: e,
|
|
22930
22923
|
...t
|
|
22931
22924
|
}) => {
|
|
@@ -22933,7 +22926,7 @@ const Rn = /* @__PURE__ */ Gm(M3), In = "cds", bV = ({ tag: e = "div", children:
|
|
|
22933
22926
|
...t.className ? { [t.className]: !0 } : {}
|
|
22934
22927
|
});
|
|
22935
22928
|
return /* @__PURE__ */ Nt.jsx("div", { className: r, ...t, children: e });
|
|
22936
|
-
},
|
|
22929
|
+
}, OV = ({
|
|
22937
22930
|
children: e,
|
|
22938
22931
|
...t
|
|
22939
22932
|
}) => {
|
|
@@ -22941,7 +22934,7 @@ const Rn = /* @__PURE__ */ Gm(M3), In = "cds", bV = ({ tag: e = "div", children:
|
|
|
22941
22934
|
...t.className ? { [t.className]: !0 } : {}
|
|
22942
22935
|
});
|
|
22943
22936
|
return /* @__PURE__ */ Nt.jsx("div", { className: r, ...t, children: e });
|
|
22944
|
-
},
|
|
22937
|
+
}, TV = ({
|
|
22945
22938
|
color: e,
|
|
22946
22939
|
markerEnd: t,
|
|
22947
22940
|
markerStart: n,
|
|
@@ -23001,7 +22994,7 @@ const Rn = /* @__PURE__ */ Gm(M3), In = "cds", bV = ({ tag: e = "div", children:
|
|
|
23001
22994
|
children: /* @__PURE__ */ Nt.jsx("path", { d: t, style: { fill: e } })
|
|
23002
22995
|
}
|
|
23003
22996
|
);
|
|
23004
|
-
},
|
|
22997
|
+
}, MV = (e) => /* @__PURE__ */ Nt.jsx(Xr, { d: JI.d, ...e }), CV = (e) => /* @__PURE__ */ Nt.jsx(Xr, { d: tN.d, ...e }), $V = (e) => /* @__PURE__ */ Nt.jsx(Xr, { d: eN.d, ...e }), AV = (e) => /* @__PURE__ */ Nt.jsx(Xr, { d: nN.d, ...e }), LV = (e) => /* @__PURE__ */ Nt.jsx(Xr, { d: rN.d, ...e }), DV = (e) => /* @__PURE__ */ Nt.jsx(Xr, { d: iN.d, ...e }), kV = ({
|
|
23005
22998
|
shape: e = "circle",
|
|
23006
22999
|
tag: t = "div",
|
|
23007
23000
|
title: n = "Title",
|
|
@@ -23040,44 +23033,44 @@ const Rn = /* @__PURE__ */ Gm(M3), In = "cds", bV = ({ tag: e = "div", children:
|
|
|
23040
23033
|
);
|
|
23041
23034
|
};
|
|
23042
23035
|
export {
|
|
23043
|
-
|
|
23044
|
-
|
|
23045
|
-
|
|
23046
|
-
|
|
23047
|
-
|
|
23048
|
-
|
|
23049
|
-
|
|
23050
|
-
|
|
23051
|
-
|
|
23052
|
-
|
|
23053
|
-
|
|
23054
|
-
|
|
23055
|
-
|
|
23056
|
-
|
|
23057
|
-
|
|
23058
|
-
|
|
23059
|
-
|
|
23060
|
-
|
|
23061
|
-
|
|
23062
|
-
|
|
23063
|
-
|
|
23064
|
-
|
|
23065
|
-
|
|
23066
|
-
|
|
23067
|
-
|
|
23036
|
+
Z3 as AlluvialChart,
|
|
23037
|
+
K3 as AreaChart,
|
|
23038
|
+
MV as ArrowLeftMarker,
|
|
23039
|
+
CV as ArrowRightMarker,
|
|
23040
|
+
Q3 as BoxplotChart,
|
|
23041
|
+
J3 as BubbleChart,
|
|
23042
|
+
tV as BulletChart,
|
|
23043
|
+
_V as CardNode,
|
|
23044
|
+
wV as CardNodeColumn,
|
|
23045
|
+
EV as CardNodeLabel,
|
|
23046
|
+
SV as CardNodeSubtitle,
|
|
23047
|
+
OV as CardNodeTitle,
|
|
23048
|
+
$V as CircleMarker,
|
|
23049
|
+
nV as CirclePackChart,
|
|
23050
|
+
rV as ComboChart,
|
|
23051
|
+
AV as DiamondMarker,
|
|
23052
|
+
iV as DonutChart,
|
|
23053
|
+
TV as Edge,
|
|
23054
|
+
eV as ExperimentalChoroplethChart,
|
|
23055
|
+
sV as GaugeChart,
|
|
23056
|
+
aV as GroupedBarChart,
|
|
23057
|
+
oV as HeatmapChart,
|
|
23058
|
+
lV as HistogramChart,
|
|
23059
|
+
cV as LineChart,
|
|
23060
|
+
uV as LollipopChart,
|
|
23068
23061
|
Xr as Marker,
|
|
23069
|
-
|
|
23070
|
-
|
|
23071
|
-
|
|
23072
|
-
|
|
23073
|
-
|
|
23074
|
-
|
|
23075
|
-
|
|
23076
|
-
|
|
23077
|
-
|
|
23078
|
-
|
|
23079
|
-
|
|
23080
|
-
|
|
23081
|
-
|
|
23062
|
+
hV as MeterChart,
|
|
23063
|
+
dV as PieChart,
|
|
23064
|
+
fV as RadarChart,
|
|
23065
|
+
pV as ScatterChart,
|
|
23066
|
+
kV as ShapeNode,
|
|
23067
|
+
gV as SimpleBarChart,
|
|
23068
|
+
LV as SquareMarker,
|
|
23069
|
+
mV as StackedAreaChart,
|
|
23070
|
+
vV as StackedBarChart,
|
|
23071
|
+
DV as TeeMarker,
|
|
23072
|
+
yV as TreeChart,
|
|
23073
|
+
xV as TreemapChart,
|
|
23074
|
+
bV as WordCloudChart
|
|
23082
23075
|
};
|
|
23083
23076
|
//# sourceMappingURL=index.mjs.map
|