@carbon/charts 1.16.2 → 1.16.4
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 +3 -4
- package/dist/charts/choropleth.d.ts +1 -1
- package/dist/charts/index.d.ts +3 -3
- package/dist/charts/wordcloud.d.ts +3 -2
- package/dist/{choropleth-C6lDAtOg.mjs → choropleth-ChNZz853.mjs} +9 -13
- package/dist/choropleth-ChNZz853.mjs.map +1 -0
- package/dist/color-scale-utils-C93P4hee.mjs.map +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/configuration.d.ts +2 -2
- package/dist/demo/charts/choropleth.d.ts +0 -2
- package/dist/demo/index.mjs +27 -32
- package/dist/demo/index.mjs.map +1 -1
- package/dist/demo/styles.css +43 -2
- package/dist/demo/styles.css.map +1 -1
- package/dist/enums-DwsxZqjR.mjs.map +1 -1
- package/dist/index.d.ts +10 -2
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.d.ts +5 -1
- package/dist/interfaces/charts.d.ts +3 -2
- package/dist/interfaces/index.d.ts +5 -1
- package/dist/umd/bundle.umd.js +14 -14
- package/dist/umd/bundle.umd.js.map +1 -1
- package/package.json +7 -7
- package/telemetry.yml +1 -1
- package/dist/choropleth-C6lDAtOg.mjs.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { v as e, w as r, A as o, k as t, x as i, B as l, y as n, z as d, D as h, l as p, a as u, C as S, E as c, F as C, m as g, a8 as B, I as m, J as T, n as L, G as b, K as k, N as A, o as x, O as P, H as R, a6 as w, L as G, P as H, Q as v, U as M, M as f, p as D, V as Z, W as j, R as q, X as y, Y as z, _ as E, $ as W, a7 as F, a0 as I, a1 as J, S as K, a2 as N, q as O, r as Q, T as U, u as V, a3 as X, a4 as Y, b as _, a5 as $, Z as aa, c as sa, d as ea, e as ra, f as oa, g as ta, h as ia, i as la, j as na, s as da, t as ha } from "../choropleth-
|
|
1
|
+
import { v as e, w as r, A as o, k as t, x as i, B as l, y as n, z as d, D as h, l as p, a as u, C as S, E as c, F as C, m as g, a8 as B, I as m, J as T, n as L, G as b, K as k, N as A, o as x, O as P, H as R, a6 as w, L as G, P as H, Q as v, U as M, M as f, p as D, V as Z, W as j, R as q, X as y, Y as z, _ as E, $ as W, a7 as F, a0 as I, a1 as J, S as K, a2 as N, q as O, r as Q, T as U, u as V, a3 as X, a4 as Y, b as _, a5 as $, Z as aa, c as sa, d as ea, e as ra, f as oa, g as ta, h as ia, i as la, j as na, s as da, t as ha } from "../choropleth-ChNZz853.mjs";
|
|
2
2
|
export {
|
|
3
3
|
e as Alluvial,
|
|
4
4
|
r as Area,
|
package/dist/configuration.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AlluvialChartOptions, AreaChartOptions, AxisChartOptions, BarChartOptions, BaseChartOptions, BubbleChartOptions, BulletChartOptions, ChoroplethChartOptions, CirclePackChartOptions, ComboChartOptions, DonutChartOptions, GaugeChartOptions, HeatmapChartOptions, HistogramChartOptions, LineChartOptions, MeterChartOptions, PieChartOptions, ProportionalMeterChartOptions, RadarChartOptions, ScatterChartOptions, StackedBarChartOptions, ThematicChartOptions, TreeChartOptions,
|
|
1
|
+
import { AlluvialChartOptions, AreaChartOptions, AxisChartOptions, BarChartOptions, BaseChartOptions, BubbleChartOptions, BulletChartOptions, ChoroplethChartOptions, CirclePackChartOptions, ComboChartOptions, DonutChartOptions, GaugeChartOptions, HeatmapChartOptions, HistogramChartOptions, LineChartOptions, MeterChartOptions, PieChartOptions, ProportionalMeterChartOptions, RadarChartOptions, ScatterChartOptions, StackedBarChartOptions, ThematicChartOptions, TreeChartOptions, WordCloudChartOptions } from './interfaces/charts';
|
|
2
2
|
import { TimeScaleOptions } from './interfaces/axis-scales';
|
|
3
3
|
import { GridOptions, RulerOptions, TooltipOptions } from './interfaces/components';
|
|
4
4
|
/**
|
|
@@ -43,6 +43,6 @@ export declare const options: {
|
|
|
43
43
|
thematicChart: ThematicChartOptions;
|
|
44
44
|
treeChart: TreeChartOptions;
|
|
45
45
|
treemapChart: BaseChartOptions;
|
|
46
|
-
wordCloudChart:
|
|
46
|
+
wordCloudChart: WordCloudChartOptions;
|
|
47
47
|
};
|
|
48
48
|
export { alluvial, area, axis, boxplot, canvasZoomSettings, carbonPrefix, circlePack, color, defaultLegendAdditionalItems, heatmap, histogram, legend, lines, meter, pie, radar, spacers, tooltips, transitions, toolbar, zoomBar } from './configuration-non-customizable';
|
|
@@ -365,7 +365,6 @@ export declare const options: {
|
|
|
365
365
|
};
|
|
366
366
|
};
|
|
367
367
|
};
|
|
368
|
-
experimental: boolean;
|
|
369
368
|
};
|
|
370
369
|
export declare const missingData: {
|
|
371
370
|
name: string;
|
|
@@ -734,5 +733,4 @@ export declare const missingDataOptions: {
|
|
|
734
733
|
};
|
|
735
734
|
};
|
|
736
735
|
};
|
|
737
|
-
experimental: boolean;
|
|
738
736
|
};
|
package/dist/demo/index.mjs
CHANGED
|
@@ -43520,8 +43520,7 @@ const mA = [
|
|
|
43520
43520
|
}
|
|
43521
43521
|
], _E = {
|
|
43522
43522
|
title: "Geo data",
|
|
43523
|
-
geoData: Ze
|
|
43524
|
-
experimental: !0
|
|
43523
|
+
geoData: Ze
|
|
43525
43524
|
}, eE = [
|
|
43526
43525
|
{
|
|
43527
43526
|
name: "Fiji",
|
|
@@ -44305,8 +44304,7 @@ const mA = [
|
|
|
44305
44304
|
}
|
|
44306
44305
|
], aE = {
|
|
44307
44306
|
title: "Missing data",
|
|
44308
|
-
geoData: Ze
|
|
44309
|
-
experimental: !0
|
|
44307
|
+
geoData: Ze
|
|
44310
44308
|
}, iA = [
|
|
44311
44309
|
{ group: "School A", date: "Monday", value: 1e4 },
|
|
44312
44310
|
{ group: "School A", date: "Tuesday", value: 65e3 },
|
|
@@ -47128,7 +47126,7 @@ const mA = [
|
|
|
47128
47126
|
{ date: new Date(2019, 0, 15), value: 70323 },
|
|
47129
47127
|
{ date: new Date(2019, 0, 17), value: 51213 },
|
|
47130
47128
|
{ date: new Date(2019, 0, 19), value: 21300 }
|
|
47131
|
-
], D = (e, a = { includeDefinedZoomBarData: !1 }) => (
|
|
47129
|
+
], D = (e, a = { includeDefinedZoomBarData: !1 }) => (a.includeDefinedZoomBarData ? (e.title += " - Defined zoom bar enabled", e.zoomBar = {
|
|
47132
47130
|
top: {
|
|
47133
47131
|
enabled: !0,
|
|
47134
47132
|
data: NE,
|
|
@@ -48823,7 +48821,7 @@ const u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48823
48821
|
heatmapPositiveNegativeData: JM,
|
|
48824
48822
|
heatmapPositiveNegativeOptions: wM,
|
|
48825
48823
|
heatmapQuantizeLegendOption: ZM
|
|
48826
|
-
}, Symbol.toStringTag, { value: "Module" })), tE = "@carbon/charts", LE = "1.16.
|
|
48824
|
+
}, Symbol.toStringTag, { value: "Module" })), tE = "@carbon/charts", LE = "1.16.4", DE = "Carbon Charts component library", oE = "module", rE = "./dist/index.mjs", nE = "./dist/umd/bundle.umd.js", iE = "./dist/index.d.ts", CE = {
|
|
48827
48825
|
"./package.json": "./package.json",
|
|
48828
48826
|
"./styles.min.css": "./dist/styles.min.css",
|
|
48829
48827
|
"./styles.css": "./dist/styles.css",
|
|
@@ -48905,7 +48903,7 @@ const u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48905
48903
|
"html-to-image": "^1.11.11",
|
|
48906
48904
|
"lodash-es": "^4.17.21",
|
|
48907
48905
|
"topojson-client": "^3.1.0",
|
|
48908
|
-
tslib: "^2.6.
|
|
48906
|
+
tslib: "^2.6.3"
|
|
48909
48907
|
}, sE = {
|
|
48910
48908
|
d3: "^7.0.0",
|
|
48911
48909
|
"d3-cloud": "^1.2.5",
|
|
@@ -48919,9 +48917,9 @@ const u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48919
48917
|
}
|
|
48920
48918
|
}, uE = {
|
|
48921
48919
|
"@carbon/layout": "^11.22.0",
|
|
48922
|
-
"@carbon/styles": "^1.
|
|
48920
|
+
"@carbon/styles": "^1.59.0",
|
|
48923
48921
|
"@carbon/themes": "^11.36.0",
|
|
48924
|
-
"@rollup/plugin-replace": "^5.0.
|
|
48922
|
+
"@rollup/plugin-replace": "^5.0.7",
|
|
48925
48923
|
"@stackblitz/sdk": "^1.10.0",
|
|
48926
48924
|
"@types/d3": "^7.4.3",
|
|
48927
48925
|
"@types/d3-cloud": "^1.2.9",
|
|
@@ -48933,13 +48931,13 @@ const u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48933
48931
|
"downlevel-dts": "^0.11.0",
|
|
48934
48932
|
eslint: "^9.4.0",
|
|
48935
48933
|
jsdom: "^24.1.0",
|
|
48936
|
-
prettier: "^3.3.
|
|
48934
|
+
prettier: "^3.3.2",
|
|
48937
48935
|
"resize-observer-polyfill": "^1.5.1",
|
|
48938
48936
|
sass: "^1.77.4",
|
|
48939
48937
|
storybook: "^7.6.19",
|
|
48940
48938
|
typedoc: "^0.25.13",
|
|
48941
48939
|
typescript: "^5.4.5",
|
|
48942
|
-
vite: "^5.2.
|
|
48940
|
+
vite: "^5.2.13",
|
|
48943
48941
|
"vite-plugin-dts": "^3.9.1",
|
|
48944
48942
|
vitest: "^1.6.0"
|
|
48945
48943
|
}, TE = {
|
|
@@ -49006,7 +49004,7 @@ const u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49006
49004
|
maintainers: dE,
|
|
49007
49005
|
contributors: pE,
|
|
49008
49006
|
gitHead: UE
|
|
49009
|
-
}, mE = "@carbon/charts-react", GE = "1.16.
|
|
49007
|
+
}, mE = "@carbon/charts-react", GE = "1.16.4", gE = "Carbon Charts component library for React", KE = "module", yE = "./dist/index.js", vE = "./dist/index.mjs", HE = "./dist/index.d.ts", hE = {
|
|
49010
49008
|
"./package.json": "./package.json",
|
|
49011
49009
|
".": {
|
|
49012
49010
|
types: "./dist/index.d.ts",
|
|
@@ -49040,7 +49038,7 @@ const u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49040
49038
|
"pub:demo": "cp -a demo/bundle/. ../../pages/react"
|
|
49041
49039
|
}, bE = {
|
|
49042
49040
|
"@carbon/charts": "workspace:*",
|
|
49043
|
-
"@carbon/icons-react": "^11.
|
|
49041
|
+
"@carbon/icons-react": "^11.43.0",
|
|
49044
49042
|
"@ibm/telemetry-js": "^1.5.2",
|
|
49045
49043
|
react: "^18.3.1",
|
|
49046
49044
|
"react-dom": "^18.3.1"
|
|
@@ -49051,7 +49049,7 @@ const u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49051
49049
|
"@stackblitz/sdk": "^1.10.0",
|
|
49052
49050
|
"@types/react": "^18.3.3",
|
|
49053
49051
|
"@types/react-dom": "^18.3.0",
|
|
49054
|
-
"@vitejs/plugin-react": "^4.3.
|
|
49052
|
+
"@vitejs/plugin-react": "^4.3.1",
|
|
49055
49053
|
classnames: "^2.5.1",
|
|
49056
49054
|
concurrently: "^8.2.2",
|
|
49057
49055
|
d3: "^7.9.0",
|
|
@@ -49059,11 +49057,11 @@ const u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49059
49057
|
"d3-sankey": "^0.12.3",
|
|
49060
49058
|
"downlevel-dts": "^0.11.0",
|
|
49061
49059
|
eslint: "^9.4.0",
|
|
49062
|
-
prettier: "^3.3.
|
|
49060
|
+
prettier: "^3.3.2",
|
|
49063
49061
|
sass: "^1.77.4",
|
|
49064
49062
|
storybook: "^7.6.19",
|
|
49065
49063
|
typescript: "^5.4.5",
|
|
49066
|
-
vite: "^5.2.
|
|
49064
|
+
vite: "^5.2.13",
|
|
49067
49065
|
"vite-plugin-dts": "^3.9.1"
|
|
49068
49066
|
}, fE = {
|
|
49069
49067
|
access: "public"
|
|
@@ -49137,7 +49135,7 @@ const u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49137
49135
|
maintainers: QE,
|
|
49138
49136
|
contributors: jE,
|
|
49139
49137
|
gitHead: qE
|
|
49140
|
-
}, AN = "@carbon/charts-svelte", _N = "1.16.
|
|
49138
|
+
}, AN = "@carbon/charts-svelte", _N = "1.16.4", eN = "Carbon Charts component library for Svelte", aN = {
|
|
49141
49139
|
postinstall: "ibmtelemetry --config=telemetry.yml",
|
|
49142
49140
|
"file:styles": "cp ../core/dist/styles.* dist",
|
|
49143
49141
|
"build:package": "svelte-kit sync && svelte-package && yarn file:styles",
|
|
@@ -49179,18 +49177,15 @@ const u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49179
49177
|
"@sveltejs/package": "^2.3.1",
|
|
49180
49178
|
"@sveltejs/vite-plugin-svelte": "^3.1.1",
|
|
49181
49179
|
concurrently: "^8.2.2",
|
|
49182
|
-
d3: "^7.9.0",
|
|
49183
|
-
"d3-cloud": "^1.2.7",
|
|
49184
|
-
"d3-sankey": "^0.12.3",
|
|
49185
49180
|
eslint: "^9.4.0",
|
|
49186
|
-
prettier: "^3.3.
|
|
49181
|
+
prettier: "^3.3.2",
|
|
49187
49182
|
publint: "^0.2.8",
|
|
49188
49183
|
storybook: "^7.6.19",
|
|
49189
|
-
svelte: "^4.2.
|
|
49184
|
+
svelte: "^4.2.18",
|
|
49190
49185
|
"svelte-check": "^3.8.0",
|
|
49191
|
-
tslib: "^2.6.
|
|
49186
|
+
tslib: "^2.6.3",
|
|
49192
49187
|
typescript: "^5.4.5",
|
|
49193
|
-
vite: "^5.2.
|
|
49188
|
+
vite: "^5.2.13"
|
|
49194
49189
|
}, nN = {
|
|
49195
49190
|
access: "public"
|
|
49196
49191
|
}, iN = {
|
|
@@ -49261,7 +49256,7 @@ const u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49261
49256
|
author: sN,
|
|
49262
49257
|
keywords: lN,
|
|
49263
49258
|
gitHead: uN
|
|
49264
|
-
}, TN = "@carbon/charts-vue", PN = "1.16.
|
|
49259
|
+
}, TN = "@carbon/charts-vue", PN = "1.16.4", BN = "Carbon Charts component library for Vue", cN = "module", dN = "./dist/index.mjs", pN = "./dist/index.d.ts", UN = {
|
|
49265
49260
|
"./styles.min.css": "./dist/styles.min.css",
|
|
49266
49261
|
"./styles.css": "./dist/styles.css",
|
|
49267
49262
|
".": {
|
|
@@ -49303,12 +49298,12 @@ const u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49303
49298
|
"d3-cloud": "^1.2.7",
|
|
49304
49299
|
"d3-sankey": "^0.12.3",
|
|
49305
49300
|
eslint: "^9.4.0",
|
|
49306
|
-
prettier: "^3.3.
|
|
49301
|
+
prettier: "^3.3.2",
|
|
49307
49302
|
storybook: "^7.6.19",
|
|
49308
49303
|
typescript: "^5.4.5",
|
|
49309
|
-
vite: "^5.2.
|
|
49304
|
+
vite: "^5.2.13",
|
|
49310
49305
|
"vite-plugin-dts": "^3.9.1",
|
|
49311
|
-
"vue-tsc": "^2.0.
|
|
49306
|
+
"vue-tsc": "^2.0.21"
|
|
49312
49307
|
}, vN = {
|
|
49313
49308
|
access: "public",
|
|
49314
49309
|
tag: "next"
|
|
@@ -50164,9 +50159,9 @@ const wN = (e) => {
|
|
|
50164
50159
|
vue: "CcvBulletChart"
|
|
50165
50160
|
},
|
|
50166
50161
|
ChoroplethChart: {
|
|
50167
|
-
vanilla: "
|
|
50168
|
-
angular: "ibm-
|
|
50169
|
-
vue: "
|
|
50162
|
+
vanilla: "ChoroplethChart",
|
|
50163
|
+
angular: "ibm-choropleth-chart",
|
|
50164
|
+
vue: "CcvChoroplethChart"
|
|
50170
50165
|
},
|
|
50171
50166
|
ComboChart: {
|
|
50172
50167
|
vanilla: "ComboChart",
|
|
@@ -51290,7 +51285,7 @@ const wN = (e) => {
|
|
|
51290
51285
|
}
|
|
51291
51286
|
].map((e) => (e.storyGroupTitle = "Simple charts", e)), jN = [
|
|
51292
51287
|
{
|
|
51293
|
-
title: "Choropleth
|
|
51288
|
+
title: "Choropleth",
|
|
51294
51289
|
configs: {
|
|
51295
51290
|
excludeColorPaletteControl: !0,
|
|
51296
51291
|
includeProjectionControl: !0
|