@ecan-bi/datav 1.3.76 → 1.3.77
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.3.
|
|
1
|
+
/*! @ecan-bi/datav@1.3.77 */
|
|
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, useCssVars, toDisplayString, pushScopeId, popScopeId, createSlots, withModifiers, createTextVNode, Teleport, resolveDynamicComponent, mergeProps, normalizeProps, toHandlers, withDirectives, vShow, reactive, vModelText, getCurrentInstance, onDeactivated, isRef, onActivated, isVNode, Transition, onBeforeUpdate, Comment } from "vue";
|
|
3
3
|
import { throttle, init, use, registerMap } from "echarts/core";
|
|
4
4
|
import { addListener, removeListener } from "resize-detector";
|
|
@@ -14598,6 +14598,7 @@ const _sfc_main$9 = defineComponent({
|
|
|
14598
14598
|
},
|
|
14599
14599
|
color: e.colors,
|
|
14600
14600
|
xAxis: {
|
|
14601
|
+
z: 10,
|
|
14601
14602
|
// type: 'value'
|
|
14602
14603
|
splitLine: {
|
|
14603
14604
|
show: e.xAxisSplitLineShow,
|
|
@@ -14641,6 +14642,7 @@ const _sfc_main$9 = defineComponent({
|
|
|
14641
14642
|
inverse: e.xAxisLineInverse
|
|
14642
14643
|
},
|
|
14643
14644
|
yAxis: {
|
|
14645
|
+
z: 10,
|
|
14644
14646
|
splitLine: {
|
|
14645
14647
|
show: e.yAxisSplitLineShow,
|
|
14646
14648
|
lineStyle: {
|