@ecan-bi/datav 1.4.85 → 1.4.86
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 +7 -3
- 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/bar/Bar.vue.d.ts +11 -0
- package/types/graph/bar/index.d.ts +11 -0
- package/types/graph/bar/props.d.ts +5 -0
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @ecan-bi/datav@1.4.
|
|
1
|
+
/*! @ecan-bi/datav@1.4.86 */
|
|
2
2
|
import { watch, inject, computed, unref, watchEffect, defineComponent, shallowRef, toRefs, onMounted, onUnmounted, h, nextTick, createVNode, resolveComponent, openBlock, createElementBlock, createBlock, renderSlot, withCtx, ref, onBeforeUnmount, normalizeClass as normalizeClass$1, normalizeStyle as normalizeStyle$1, createElementVNode, createCommentVNode, Fragment, renderList, provide, reactive, useCssVars, toDisplayString, pushScopeId, popScopeId, createSlots, withModifiers, createTextVNode, Teleport, resolveDynamicComponent, mergeProps, normalizeProps, toHandlers, withDirectives, vShow, vModelText, getCurrentInstance, onActivated, onDeactivated, isRef, isVNode, Transition, onBeforeUpdate, Comment } from "vue";
|
|
3
3
|
import { throttle, init, use, registerMap } from "echarts/core";
|
|
4
4
|
import { addListener, removeListener } from "resize-detector";
|
|
@@ -16601,6 +16601,7 @@ const Line = /* @__PURE__ */ _export_sfc$1(_sfc_main$e, [["render", _sfc_render$
|
|
|
16601
16601
|
xAxisLineShow: !0,
|
|
16602
16602
|
xAxisLineStyleColor: "#333",
|
|
16603
16603
|
xAxisTickShow: !0,
|
|
16604
|
+
yAxisTickShow: !0,
|
|
16604
16605
|
xAxisMinInterval: 0,
|
|
16605
16606
|
yAxisMinInterval: 0,
|
|
16606
16607
|
yAxisLabelWidth: void 0,
|
|
@@ -16987,6 +16988,9 @@ const _sfc_main$d = defineComponent({
|
|
|
16987
16988
|
splitArea: {
|
|
16988
16989
|
show: c.yAxisSplitAreaShow
|
|
16989
16990
|
},
|
|
16991
|
+
axisTick: {
|
|
16992
|
+
show: c.yAxisTickShow
|
|
16993
|
+
},
|
|
16990
16994
|
axisLabel: {
|
|
16991
16995
|
show: c.yAxisLabelShow,
|
|
16992
16996
|
fontSize: c.yAxisLabelFontSize,
|
|
@@ -17191,7 +17195,7 @@ const _sfc_main$d = defineComponent({
|
|
|
17191
17195
|
emptyData: f
|
|
17192
17196
|
};
|
|
17193
17197
|
}
|
|
17194
|
-
}), Bar_vue_vue_type_style_index_0_lang = "",
|
|
17198
|
+
}), Bar_vue_vue_type_style_index_0_lang = "", Bar_vue_vue_type_style_index_1_scoped_c9026343_lang = "", _withScopeId$3 = (c) => (pushScopeId("data-v-c9026343"), c = c(), popScopeId(), c), _hoisted_1$8 = { class: "location-wrap" }, _hoisted_2$5 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("div", { class: "location-text" }, "选择分类:", -1));
|
|
17195
17199
|
function _sfc_render$f(c, u, f, d, p, m) {
|
|
17196
17200
|
const v = resolveComponent("echarts"), g = resolveComponent("spin"), y = resolveComponent("ecan-modal"), b = resolveComponent("a-select-option"), w = resolveComponent("a-select"), Bn = resolveComponent("a-modal");
|
|
17197
17201
|
return openBlock(), createElementBlock("div", {
|
|
@@ -17278,7 +17282,7 @@ function _sfc_render$f(c, u, f, d, p, m) {
|
|
|
17278
17282
|
}, 8, ["visible", "onOk"])
|
|
17279
17283
|
], 4);
|
|
17280
17284
|
}
|
|
17281
|
-
const Bar = /* @__PURE__ */ _export_sfc$1(_sfc_main$d, [["render", _sfc_render$f], ["__scopeId", "data-v-
|
|
17285
|
+
const Bar = /* @__PURE__ */ _export_sfc$1(_sfc_main$d, [["render", _sfc_render$f], ["__scopeId", "data-v-c9026343"]]), EcanBar = withInstall$1(Bar), scatterProps = {
|
|
17282
17286
|
...props,
|
|
17283
17287
|
id: "",
|
|
17284
17288
|
name: "散点图",
|