@ecan-bi/datav 1.4.13 → 1.4.14
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 +2 -4
- 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 +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @ecan-bi/datav@1.4.
|
|
1
|
+
/*! @ecan-bi/datav@1.4.14 */
|
|
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";
|
|
@@ -8778,9 +8778,7 @@ const runCode = (e, n) => {
|
|
|
8778
8778
|
const Oe = e.dimensionList.filter((Ce) => Ce.position === "rows").map((Ce) => Ce.key);
|
|
8779
8779
|
le = [], de = [];
|
|
8780
8780
|
for (const Ce of oe)
|
|
8781
|
-
Oe.includes(Ce.columnName) ? le.push(Ce) : de.push(
|
|
8782
|
-
columnName: Ce.columnName
|
|
8783
|
-
});
|
|
8781
|
+
Oe.includes(Ce.columnName) ? le.push(Ce) : de.push(Ce);
|
|
8784
8782
|
}
|
|
8785
8783
|
if (lowerCaseIncludes(R, ["text", "proportion", "counter"]) ? I = "zb" : lowerCaseIncludes(R, ["valueline"]) && (I = "valueline"), B) {
|
|
8786
8784
|
if (le.length === 0 || ie.length === 0)
|