@ecan-bi/datav 1.3.7 → 1.3.8
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/index.es.js +12 -10
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +20 -4
- package/types/graph/combo-graph/index.d.ts +20 -4
- package/types/graph/combo-graph/props.d.ts +14 -4
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @ecan-bi/datav@1.3.
|
|
1
|
+
/*! @ecan-bi/datav@1.3.8 */
|
|
2
2
|
import { watch as me, inject as te, computed as Q, unref as _, watchEffect as na, defineComponent as Ae, shallowRef as no, toRefs as z0, onMounted as Ht, onUnmounted as Yn, h as jn, nextTick as Zt, createVNode as re, resolveComponent as le, openBlock as G, createElementBlock as Y, createBlock as qe, renderSlot as Dt, withCtx as ve, ref as q, provide as ft, normalizeStyle as ne, createCommentVNode as De, onBeforeUnmount as $n, useCssVars as kn, toDisplayString as _e, normalizeClass as mt, createElementVNode as ye, Fragment as ze, renderList as it, createTextVNode as kt, pushScopeId as Tn, popScopeId as En, withModifiers as oa, Teleport as Qi, resolveDynamicComponent as Zo, mergeProps as ln, normalizeProps as Ji, toHandlers as aa, reactive as N0, withDirectives as Xi, vModelText as P0, vShow as H0 } from "vue";
|
|
3
3
|
import { throttle as q0, init as V0, use as Kt, registerMap as _n } from "echarts/core";
|
|
4
4
|
import { addListener as W0, removeListener as U0 } from "resize-detector";
|
|
@@ -13347,7 +13347,8 @@ const Rf = /* @__PURE__ */ Te(Df, [["render", Bf]]), If = Be(Rf), b0 = {
|
|
|
13347
13347
|
xAxisLabelFormatter: "{value}",
|
|
13348
13348
|
yAxisLabelFormatter: "{value}",
|
|
13349
13349
|
yAxisMinInterval: 0,
|
|
13350
|
-
|
|
13350
|
+
yAxisLeftSplitLineShow: !0,
|
|
13351
|
+
yAxisRightSplitLineShow: !0,
|
|
13351
13352
|
yAxisSplitAreaShow: !1,
|
|
13352
13353
|
yAxisSplitLineStyleColor: "#333",
|
|
13353
13354
|
yAxisLabelColor: "#333",
|
|
@@ -13402,7 +13403,8 @@ const Rf = /* @__PURE__ */ Te(Df, [["render", Bf]]), If = Be(Rf), b0 = {
|
|
|
13402
13403
|
areaGradientShow: !1,
|
|
13403
13404
|
areaGradientColor: "",
|
|
13404
13405
|
yAxisLabelShow: !0,
|
|
13405
|
-
|
|
13406
|
+
yAxisLeftSplitLineType: "solid",
|
|
13407
|
+
yAxisRightSplitLineType: "solid",
|
|
13406
13408
|
gradientShow: !1,
|
|
13407
13409
|
gradientColors: ["#5470c6", "#91cc75", "#fac858", "#ee6666", "#73c0de", "#3ba272", "#fc8452", "#9a60b4", "#ea7ccc"],
|
|
13408
13410
|
gradientOffset: 1,
|
|
@@ -13776,14 +13778,14 @@ const Of = Ae({
|
|
|
13776
13778
|
});
|
|
13777
13779
|
const A = Q(() => {
|
|
13778
13780
|
const R = e.yAxis;
|
|
13779
|
-
return R == null ? void 0 : R.map((F) => ({
|
|
13781
|
+
return R == null ? void 0 : R.map((F, U) => ({
|
|
13780
13782
|
type: "value",
|
|
13781
13783
|
minInterval: e.yAxisMinInterval,
|
|
13782
13784
|
splitLine: {
|
|
13783
|
-
show: e.
|
|
13785
|
+
show: U === 0 ? e.yAxisLeftSplitLineShow : e.yAxisRightSplitLineShow,
|
|
13784
13786
|
lineStyle: {
|
|
13785
13787
|
color: e.yAxisSplitLineStyleColor,
|
|
13786
|
-
type: e.
|
|
13788
|
+
type: U === 0 ? e.yAxisLeftSplitLineType : e.yAxisRightSplitLineType
|
|
13787
13789
|
}
|
|
13788
13790
|
},
|
|
13789
13791
|
splitArea: {
|
|
@@ -13793,8 +13795,8 @@ const Of = Ae({
|
|
|
13793
13795
|
show: e.yAxisLabelShow,
|
|
13794
13796
|
fontSize: e.yAxisLabelFontSize,
|
|
13795
13797
|
color: e.yAxisLabelColor,
|
|
13796
|
-
formatter(
|
|
13797
|
-
return bt(F.axisLabelFormatter,
|
|
13798
|
+
formatter(oe) {
|
|
13799
|
+
return bt(F.axisLabelFormatter, oe);
|
|
13798
13800
|
}
|
|
13799
13801
|
},
|
|
13800
13802
|
axisLine: {
|
|
@@ -13927,7 +13929,7 @@ const Of = Ae({
|
|
|
13927
13929
|
};
|
|
13928
13930
|
}
|
|
13929
13931
|
});
|
|
13930
|
-
const Lf = (e) => (Tn("data-v-
|
|
13932
|
+
const Lf = (e) => (Tn("data-v-38571f44"), e = e(), En(), e), Ff = { class: "location-wrap" }, Mf = /* @__PURE__ */ Lf(() => /* @__PURE__ */ ye("div", { class: "location-text" }, "选择分类:", -1));
|
|
13931
13933
|
function zf(e, n, t, o, a, i) {
|
|
13932
13934
|
const l = le("echarts"), r = le("spin"), c = le("ecan-modal"), s = le("a-select-option"), d = le("a-select"), h = le("a-modal");
|
|
13933
13935
|
return G(), Y("div", {
|
|
@@ -14004,7 +14006,7 @@ function zf(e, n, t, o, a, i) {
|
|
|
14004
14006
|
}, 8, ["visible", "onOk"])
|
|
14005
14007
|
], 4);
|
|
14006
14008
|
}
|
|
14007
|
-
const Nf = /* @__PURE__ */ Te(Of, [["render", zf], ["__scopeId", "data-v-
|
|
14009
|
+
const Nf = /* @__PURE__ */ Te(Of, [["render", zf], ["__scopeId", "data-v-38571f44"]]), Pf = Be(Nf), S0 = {
|
|
14008
14010
|
...Ne,
|
|
14009
14011
|
id: "",
|
|
14010
14012
|
name: "雷达图",
|