@ecan-bi/datav 1.4.77 → 1.4.78

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.4.77 */
1
+ /*! @ecan-bi/datav@1.4.78 */
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, 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";
@@ -9112,7 +9112,7 @@ const handleFormatter = (c) => c.replace(/\\n/g, `
9112
9112
  getGlobalModel: p
9113
9113
  }), { dimensions: b, dataset: w } = u, { classificationList: Bn = [] } = m, J = Bn.find((re) => re.show).label || "";
9114
9114
  for (const re of y)
9115
- b.includes(re) || b.push(re);
9115
+ !b.find((vn) => +vn == +re) && !isNaN(+re) && b.push(+re);
9116
9116
  b.sort((re, vn) => dayjs(re).isBefore(dayjs(vn)) ? -1 : 1);
9117
9117
  for (const re of w) {
9118
9118
  const { data: vn } = re;