@ecan-bi/chart-config-panel 1.0.6 → 1.0.7
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/vue2/index.cjs +3 -3
- package/dist/vue2/index.mjs +382 -372
- package/dist/vue3/index.cjs +6 -6
- package/dist/vue3/index.mjs +10 -0
- package/package.json +1 -1
package/dist/vue3/index.mjs
CHANGED
|
@@ -227,6 +227,7 @@ const kr = [
|
|
|
227
227
|
props: [
|
|
228
228
|
"tooltipTrigger",
|
|
229
229
|
"tooltipFormatter",
|
|
230
|
+
"tooltipFontSize",
|
|
230
231
|
"tooltipTextStyleColor",
|
|
231
232
|
"tooltipBackgroundColor",
|
|
232
233
|
"tooltipRequestData",
|
|
@@ -718,6 +719,7 @@ const kr = [
|
|
|
718
719
|
yAxisMaxValue: null,
|
|
719
720
|
xAxisLabelShow: !0,
|
|
720
721
|
tooltipTextStyleColor: "",
|
|
722
|
+
tooltipFontSize: "12px",
|
|
721
723
|
noDataTip: !1,
|
|
722
724
|
tipText: "暂无数据",
|
|
723
725
|
tipTextColor: "#000000",
|
|
@@ -6167,6 +6169,14 @@ const kr = [
|
|
|
6167
6169
|
label: "条件设置",
|
|
6168
6170
|
component: "visual-size-config",
|
|
6169
6171
|
layout: "vertical"
|
|
6172
|
+
},
|
|
6173
|
+
tooltipFontSize: {
|
|
6174
|
+
label: "字号",
|
|
6175
|
+
component: "input-number",
|
|
6176
|
+
props: {
|
|
6177
|
+
suffix: "px",
|
|
6178
|
+
min: 1
|
|
6179
|
+
}
|
|
6170
6180
|
}
|
|
6171
6181
|
};
|
|
6172
6182
|
const le = (e, t) => {
|