@turquoisehealth/pit-viper 2.161.2-dev.0 → 2.161.2-dev.1
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/package.json +1 -1
- package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +4 -3
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
- package/pv-components/dist/web/pv-components.iife.js +1 -1
- package/pv-components/dist/web/pv-components.iife.js.map +1 -1
|
@@ -8429,7 +8429,7 @@ const v4 = {
|
|
|
8429
8429
|
return ht.value ? [`${ce}${Wt}`] : Be.value ? Ie.value?.fieldValues.map(
|
|
8430
8430
|
(ie) => sn(ce, String(ie))
|
|
8431
8431
|
) || [] : [ce];
|
|
8432
|
-
})(), U = W.value.xAxis.hideLabel === !0, me = ve.value && ve.value.length > 0 && typeof ve.value[0]?.bucketMin == "number" && typeof ve.value[0]?.bucketMax == "number", ee = [];
|
|
8432
|
+
})(), U = W.value.xAxis.hideLabel === !0, me = q.value?.id === "histogram" && ve.value && ve.value.length > 0 && typeof ve.value[0]?.bucketMin == "number" && typeof ve.value[0]?.bucketMax == "number", ee = [];
|
|
8433
8433
|
if (ee.push({
|
|
8434
8434
|
type: "category",
|
|
8435
8435
|
position: rt.value ? "left" : "bottom",
|
|
@@ -8489,10 +8489,11 @@ const v4 = {
|
|
|
8489
8489
|
lineDash: [6, 3],
|
|
8490
8490
|
label: {
|
|
8491
8491
|
text: ie.label,
|
|
8492
|
-
position: "top",
|
|
8492
|
+
position: "top-right",
|
|
8493
8493
|
color: "#7C8AF4",
|
|
8494
8494
|
fontSize: 12,
|
|
8495
|
-
fontWeight: "bold"
|
|
8495
|
+
fontWeight: "bold",
|
|
8496
|
+
rotation: 90
|
|
8496
8497
|
}
|
|
8497
8498
|
} : null).filter((ie) => ie !== null) || []
|
|
8498
8499
|
});
|