@ecan-bi/datav 1.1.44 → 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 CHANGED
@@ -1,4 +1,4 @@
1
- /*! @ecan-bi/datav@1.1.44 */
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";
@@ -3616,9 +3616,6 @@ const tr = Q({
3616
3616
  type: "category",
3617
3617
  data: k(o),
3618
3618
  minInterval: e.xAxisMinInterval,
3619
- rotate: e.xAxisLabelRotate,
3620
- width: e.xAxisLabelWidth,
3621
- overflow: e.xAxisLabelOverflow,
3622
3619
  splitLine: {
3623
3620
  show: e.xAxisSplitLineShow,
3624
3621
  lineStyle: {
@@ -3627,6 +3624,9 @@ const tr = Q({
3627
3624
  },
3628
3625
  axisLabel: {
3629
3626
  color: e.xAxisLabelColor,
3627
+ rotate: e.xAxisLabelRotate,
3628
+ width: e.xAxisLabelWidth,
3629
+ overflow: e.xAxisLabelOverflow,
3630
3630
  formatter(p) {
3631
3631
  return De(w, p);
3632
3632
  }