@carbon/charts 1.14.3 → 1.14.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 CHANGED
@@ -3,6 +3,15 @@
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.14.4 (2024-02-26)
7
+
8
+ **Note:** Version bump only for package @carbon/charts
9
+
10
+ # Change Log
11
+
12
+ All notable changes to this project will be documented in this file. See
13
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
14
+
6
15
  ## 1.14.3 (2024-02-22)
7
16
 
8
17
  **Note:** Version bump only for package @carbon/charts
@@ -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.14.3", DE = "Carbon Charts component library", oE = "module", rE = "./dist/index.mjs", nE = "./dist/umd/bundle.umd.js", iE = "./dist/index.d.ts", CE = {
48826
+ }, Symbol.toStringTag, { value: "Module" })), tE = "@carbon/charts", LE = "1.14.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
48827
  "./package.json": "./package.json",
48828
48828
  "./styles.min.css": "./dist/styles.min.css",
48829
48829
  "./styles.css": "./dist/styles.css",
@@ -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.14.3", gE = "Carbon Charts component library for React", KE = "module", vE = "./dist/index.js", yE = "./dist/index.mjs", HE = "./dist/index.d.ts", hE = {
49007
+ }, UE = "@carbon/charts-react", GE = "1.14.4", gE = "Carbon Charts component library for React", KE = "module", vE = "./dist/index.js", yE = "./dist/index.mjs", HE = "./dist/index.d.ts", hE = {
49008
49008
  "./package.json": "./package.json",
49009
49009
  ".": {
49010
49010
  types: "./dist/index.d.ts",
@@ -49131,7 +49131,7 @@ const u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49131
49131
  maintainers: QE,
49132
49132
  contributors: jE,
49133
49133
  gitHead: qE
49134
- }, AN = "@carbon/charts-svelte", _N = "1.14.3", eN = "Carbon Charts component library for Svelte", aN = {
49134
+ }, AN = "@carbon/charts-svelte", _N = "1.14.4", eN = "Carbon Charts component library for Svelte", aN = {
49135
49135
  postinstall: "ibmtelemetry --config=telemetry.yml",
49136
49136
  "file:styles": "cp ../core/dist/styles.* dist",
49137
49137
  "build:package": "svelte-kit sync && svelte-package && yarn file:styles",
@@ -49254,7 +49254,7 @@ const u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49254
49254
  author: sN,
49255
49255
  keywords: lN,
49256
49256
  gitHead: uN
49257
- }, TN = "@carbon/charts-vue", PN = "1.14.3", BN = "Carbon Charts component library for Vue", cN = "module", dN = "./dist/index.mjs", pN = "./dist/index.d.ts", mN = {
49257
+ }, TN = "@carbon/charts-vue", PN = "1.14.4", BN = "Carbon Charts component library for Vue", cN = "module", dN = "./dist/index.mjs", pN = "./dist/index.d.ts", mN = {
49258
49258
  "./styles.min.css": "./dist/styles.min.css",
49259
49259
  "./styles.css": "./dist/styles.css",
49260
49260
  ".": {
package/dist/index.mjs CHANGED
@@ -421,7 +421,7 @@ class ct extends T {
421
421
  components: e,
422
422
  growth: i.STRETCH,
423
423
  renderType: A.SVG
424
- }, y = l(s, "legend", "enabled") !== !1 && this.model.getOptions().legend.enabled !== !1, D = c.COLUMN_REVERSE, f = {
424
+ }, y = l(s, "legend", "enabled") !== !1 && this.model.getOptions().legend.enabled !== !1 && this.model.getData().length > 0, D = c.COLUMN_REVERSE, f = {
425
425
  id: "spacer",
426
426
  components: [new L(this.model, this.services, { size: 15 })],
427
427
  growth: i.PREFERRED
@@ -642,7 +642,7 @@ class ut extends u {
642
642
  components: e,
643
643
  growth: i.STRETCH,
644
644
  renderType: A.SVG
645
- }, y = l(s, "legend", "enabled") !== !1 && this.model.getOptions().legend.enabled !== !1, D = c.COLUMN_REVERSE, f = {
645
+ }, y = l(s, "legend", "enabled") !== !1 && this.model.getOptions().legend.enabled !== !1 && this.model.getData().length > 0, D = c.COLUMN_REVERSE, f = {
646
646
  id: "spacer",
647
647
  components: [new L(this.model, this.services, { size: 15 })],
648
648
  growth: i.PREFERRED