@carbon/charts 1.16.7 → 1.16.9
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/{angle-utils-BSzg7qin.mjs → angle-utils-ByrL6LVp.mjs} +2 -2
- package/dist/{angle-utils-BSzg7qin.mjs.map → angle-utils-ByrL6LVp.mjs.map} +1 -1
- package/dist/{array-BRmw0x1E.mjs → array-6NAAybxf.mjs} +2 -2
- package/dist/{array-BRmw0x1E.mjs.map → array-6NAAybxf.mjs.map} +1 -1
- package/dist/{choropleth-BwaUZYh6.mjs → choropleth-BAn8HIaC.mjs} +8 -5
- package/dist/choropleth-BAn8HIaC.mjs.map +1 -0
- package/dist/{color-scale-utils-DAbXVtf-.mjs → color-scale-utils-CSwgszB6.mjs} +2 -2
- package/dist/{color-scale-utils-DAbXVtf-.mjs.map → color-scale-utils-CSwgszB6.mjs.map} +1 -1
- package/dist/components/essentials/tooltip.d.ts +2 -1
- package/dist/components/index.mjs +1 -1
- package/dist/configuration-non-customizable.d.ts +1 -1
- package/dist/demo/charts/circle-pack.d.ts +1 -1
- package/dist/demo/index.mjs +6 -6
- package/dist/demo/index.mjs.map +1 -1
- package/dist/{index-DnyOi0rJ.mjs → index-fFi6OCaz.mjs} +3 -3
- package/dist/{index-DnyOi0rJ.mjs.map → index-fFi6OCaz.mjs.map} +1 -1
- package/dist/index.mjs +7 -7
- package/dist/interfaces/axis-scales.d.ts +4 -4
- package/dist/interfaces/charts.d.ts +27 -28
- package/dist/model/index.mjs +13 -13
- package/dist/model/index.mjs.map +1 -1
- package/dist/services/index.mjs +3 -3
- package/dist/umd/bundle.umd.js +3 -3
- package/dist/umd/bundle.umd.js.map +1 -1
- package/package.json +2 -2
- package/dist/choropleth-BwaUZYh6.mjs.map +0 -1
|
@@ -17,7 +17,8 @@ export declare class Tooltip extends Component {
|
|
|
17
17
|
getItems(e: CustomEvent): any;
|
|
18
18
|
formatItems(items: any): any;
|
|
19
19
|
getTooltipHTML(formattedItems: any): string;
|
|
20
|
-
|
|
20
|
+
isDate(value: any): value is Date;
|
|
21
|
+
valueFormatter(value: number | Date, label: string): any;
|
|
21
22
|
render(animate?: boolean): void;
|
|
22
23
|
addOffsetByPlacement(position: any, placement: string, offset: number): any;
|
|
23
24
|
positionTooltip(e: CustomEvent): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { h as e, k as r, X as o, A as t, a8 as i, F as l, B as n, o as d, p as h, C as p, f as u, e as S, r as C, s as c, q as g, a9 as B, D as m, z as T, a7 as L, G as b, x as k, E as A, H as x, I as P, Y as R, b as w, L as G, j as H, K as v, O as M, N as f, M as D, P as Z, Q as j, R as q, l as y, w as z, m as E, J as W, S as F, t as I, y as J, v as K, u as N, g as O, T as Q, a as U, d as V, U as X, V as Y, i as _, W as $, n as aa, Z as sa, _ as ea, $ as ra, a0 as oa, a1 as ta, a2 as ia, a3 as la, a4 as na, a5 as da, a6 as ha } from "../choropleth-
|
|
1
|
+
import { h as e, k as r, X as o, A as t, a8 as i, F as l, B as n, o as d, p as h, C as p, f as u, e as S, r as C, s as c, q as g, a9 as B, D as m, z as T, a7 as L, G as b, x as k, E as A, H as x, I as P, Y as R, b as w, L as G, j as H, K as v, O as M, N as f, M as D, P as Z, Q as j, R as q, l as y, w as z, m as E, J as W, S as F, t as I, y as J, v as K, u as N, g as O, T as Q, a as U, d as V, U as X, V as Y, i as _, W as $, n as aa, Z as sa, _ as ea, $ as ra, a0 as oa, a1 as ta, a2 as ia, a3 as la, a4 as na, a5 as da, a6 as ha } from "../choropleth-BAn8HIaC.mjs";
|
|
2
2
|
export {
|
|
3
3
|
e as Alluvial,
|
|
4
4
|
r as Area,
|
package/dist/demo/index.mjs
CHANGED
|
@@ -46936,7 +46936,7 @@ const mA = [
|
|
|
46936
46936
|
], eM = {
|
|
46937
46937
|
title: "Three Levels Hierarchy (No Zoom)",
|
|
46938
46938
|
circlePack: {
|
|
46939
|
-
|
|
46939
|
+
depth: 3
|
|
46940
46940
|
},
|
|
46941
46941
|
canvasZoom: {
|
|
46942
46942
|
enabled: !1
|
|
@@ -48821,7 +48821,7 @@ const s3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48821
48821
|
heatmapPositiveNegativeData: JM,
|
|
48822
48822
|
heatmapPositiveNegativeOptions: wM,
|
|
48823
48823
|
heatmapQuantizeLegendOption: ZM
|
|
48824
|
-
}, Symbol.toStringTag, { value: "Module" })), tE = "@carbon/charts", LE = "1.16.
|
|
48824
|
+
}, Symbol.toStringTag, { value: "Module" })), tE = "@carbon/charts", LE = "1.16.9", DE = "Carbon Charts component library", oE = "module", rE = "./dist/index.mjs", nE = "./dist/umd/bundle.umd.js", iE = "./dist/index.d.ts", CE = {
|
|
48825
48825
|
"./package.json": "./package.json",
|
|
48826
48826
|
"./styles.min.css": "./dist/styles.min.css",
|
|
48827
48827
|
"./styles.css": "./dist/styles.css",
|
|
@@ -48991,7 +48991,7 @@ const s3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48991
48991
|
maintainers: BE,
|
|
48992
48992
|
contributors: cE,
|
|
48993
48993
|
gitHead: dE
|
|
48994
|
-
}, pE = "@carbon/charts-react", UE = "1.16.
|
|
48994
|
+
}, pE = "@carbon/charts-react", UE = "1.16.9", mE = "Carbon Charts component library for React", GE = "module", gE = "./dist/index.js", KE = "./dist/index.mjs", vE = "./dist/index.d.ts", yE = {
|
|
48995
48995
|
"./package.json": "./package.json",
|
|
48996
48996
|
".": {
|
|
48997
48997
|
types: "./dist/index.d.ts",
|
|
@@ -49119,7 +49119,7 @@ const s3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49119
49119
|
maintainers: xE,
|
|
49120
49120
|
contributors: XE,
|
|
49121
49121
|
gitHead: QE
|
|
49122
|
-
}, qE = "@carbon/charts-svelte", $E = "1.16.
|
|
49122
|
+
}, qE = "@carbon/charts-svelte", $E = "1.16.9", AN = "Carbon Charts component library for Svelte", _N = {
|
|
49123
49123
|
postinstall: "ibmtelemetry --config=telemetry.yml",
|
|
49124
49124
|
"file:styles": "cp ../core/dist/styles.* dist",
|
|
49125
49125
|
"build:package": "svelte-kit sync && svelte-package && yarn file:styles",
|
|
@@ -49157,7 +49157,7 @@ const s3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49157
49157
|
}, DN = {
|
|
49158
49158
|
"@stackblitz/sdk": "^1.10.0",
|
|
49159
49159
|
"@sveltejs/adapter-auto": "^3.2.2",
|
|
49160
|
-
"@sveltejs/kit": "^2.5.
|
|
49160
|
+
"@sveltejs/kit": "^2.5.16",
|
|
49161
49161
|
"@sveltejs/package": "^2.3.2",
|
|
49162
49162
|
"@sveltejs/vite-plugin-svelte": "^3.1.1",
|
|
49163
49163
|
concurrently: "^8.2.2",
|
|
@@ -49240,7 +49240,7 @@ const s3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49240
49240
|
author: FN,
|
|
49241
49241
|
keywords: IN,
|
|
49242
49242
|
gitHead: sN
|
|
49243
|
-
}, lN = "@carbon/charts-vue", uN = "1.16.
|
|
49243
|
+
}, lN = "@carbon/charts-vue", uN = "1.16.9", TN = "Carbon Charts component library for Vue", PN = "module", BN = "./dist/index.mjs", cN = "./dist/index.d.ts", dN = {
|
|
49244
49244
|
"./styles.min.css": "./dist/styles.min.css",
|
|
49245
49245
|
"./styles.css": "./dist/styles.css",
|
|
49246
49246
|
".": {
|