@ecan-bi/datav 1.1.43 → 1.1.45
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 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +6 -6
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/types/graph/line/Line.vue.d.ts +27 -0
- package/types/graph/line/index.d.ts +27 -0
- package/types/graph/line/props.d.ts +18 -0
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @ecan-bi/datav@1.1.
|
|
1
|
+
/*! @ecan-bi/datav@1.1.45 */
|
|
2
2
|
import { watch as ne, inject as N, computed as q, unref as k, watchEffect as sn, defineComponent as Q, shallowRef as bt, toRefs as Mo, onMounted as Ne, onUnmounted as ut, h as st, nextTick as ft, createVNode as j, resolveComponent as Z, openBlock as E, createElementBlock as R, createBlock as Fe, renderSlot as mt, withCtx as Y, ref as I, normalizeStyle as G, createCommentVNode as pe, provide as Oe, onBeforeUnmount as Tt, toDisplayString as ye, Fragment as Le, renderList as Me, createElementVNode as X, normalizeClass as _t, pushScopeId as cn, popScopeId as dn, createSlots as Eo, resolveDynamicComponent as Fo, mergeProps as Oo, withModifiers as Ro, reactive as Do, createTextVNode as un, withDirectives as zo, vShow as No } from "vue";
|
|
3
3
|
import { throttle as $o, init as Po, use as Pe, registerMap as Bo } from "echarts/core";
|
|
4
4
|
import { addListener as Go, removeListener as Uo } from "resize-detector";
|
|
@@ -3472,6 +3472,9 @@ const Ki = /* @__PURE__ */ K(Yi, [["render", Qi]]), Xi = oe(Ki), no = {
|
|
|
3472
3472
|
symbolSize: 4,
|
|
3473
3473
|
lineStyleWidth: 2,
|
|
3474
3474
|
smooth: !1,
|
|
3475
|
+
xAxisLabelWidth: void 0,
|
|
3476
|
+
xAxisLabelRotate: 0,
|
|
3477
|
+
xAxisLabelOverflow: "none",
|
|
3475
3478
|
xAxisSplitLineShow: !0,
|
|
3476
3479
|
xAxisSplitLineStyleColor: "#333",
|
|
3477
3480
|
xAxisLabelColor: "#333",
|
|
@@ -3621,6 +3624,9 @@ const tr = Q({
|
|
|
3621
3624
|
},
|
|
3622
3625
|
axisLabel: {
|
|
3623
3626
|
color: e.xAxisLabelColor,
|
|
3627
|
+
rotate: e.xAxisLabelRotate,
|
|
3628
|
+
width: e.xAxisLabelWidth,
|
|
3629
|
+
overflow: e.xAxisLabelOverflow,
|
|
3624
3630
|
formatter(p) {
|
|
3625
3631
|
return De(w, p);
|
|
3626
3632
|
}
|