@icij/murmur-next 4.1.3 → 4.1.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/dist/lib/murmur.js
CHANGED
|
@@ -30584,7 +30584,7 @@ function Kme(e, t, n, r, i, a) {
|
|
|
30584
30584
|
class: "column-chart__columns__item__placeholder"
|
|
30585
30585
|
}, null, 8, jme),
|
|
30586
30586
|
H("rect", {
|
|
30587
|
-
height: s.height,
|
|
30587
|
+
height: Math.max(s.height, 0.1),
|
|
30588
30588
|
width: s.width,
|
|
30589
30589
|
y: s.y,
|
|
30590
30590
|
id: e.columnUniqueId(l),
|
|
@@ -31386,10 +31386,6 @@ function ive(e, t, n, r, i, a) {
|
|
|
31386
31386
|
}
|
|
31387
31387
|
const ave = /* @__PURE__ */ ht(Kpe, [["render", ive]]), ove = tt({
|
|
31388
31388
|
name: "StackedColumnChart",
|
|
31389
|
-
// directives: {
|
|
31390
|
-
// 'b-tooltip': VBTooltip
|
|
31391
|
-
// },
|
|
31392
|
-
//mixins: [chart],
|
|
31393
31389
|
props: Lt({
|
|
31394
31390
|
/**
|
|
31395
31391
|
* Field of each object containing data (for each group)
|