@carbon/charts-vue 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 +9 -0
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
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-vue
|
|
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-vue
|
package/dist/index.mjs
CHANGED
|
@@ -22210,7 +22210,7 @@ class R3 extends Fe {
|
|
|
22210
22210
|
components: t,
|
|
22211
22211
|
growth: st.STRETCH,
|
|
22212
22212
|
renderType: Q.SVG
|
|
22213
|
-
}, d = x(n, "legend", "enabled") !== !1 && this.model.getOptions().legend.enabled !== !1, h = At.COLUMN_REVERSE, f = {
|
|
22213
|
+
}, d = x(n, "legend", "enabled") !== !1 && this.model.getOptions().legend.enabled !== !1 && this.model.getData().length > 0, h = At.COLUMN_REVERSE, f = {
|
|
22214
22214
|
id: "spacer",
|
|
22215
22215
|
components: [new _n(this.model, this.services, { size: 15 })],
|
|
22216
22216
|
growth: st.PREFERRED
|
|
@@ -22431,7 +22431,7 @@ class H3 extends de {
|
|
|
22431
22431
|
components: t,
|
|
22432
22432
|
growth: st.STRETCH,
|
|
22433
22433
|
renderType: Q.SVG
|
|
22434
|
-
}, d = x(n, "legend", "enabled") !== !1 && this.model.getOptions().legend.enabled !== !1, h = At.COLUMN_REVERSE, f = {
|
|
22434
|
+
}, d = x(n, "legend", "enabled") !== !1 && this.model.getOptions().legend.enabled !== !1 && this.model.getData().length > 0, h = At.COLUMN_REVERSE, f = {
|
|
22435
22435
|
id: "spacer",
|
|
22436
22436
|
components: [new _n(this.model, this.services, { size: 15 })],
|
|
22437
22437
|
growth: st.PREFERRED
|