@ecan-bi/datav 1.6.19 → 1.6.20

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.6.19 */
1
+ /*! @ecan-bi/datav@1.6.20 */
2
2
  import { watch, inject, computed, unref, watchEffect, defineComponent, shallowRef, toRefs, onMounted, onUnmounted, h as h$1, nextTick, createVNode, resolveComponent, openBlock, createElementBlock, createBlock, renderSlot, withCtx, ref, onBeforeUnmount, normalizeClass as normalizeClass$1, normalizeStyle as normalizeStyle$1, createElementVNode, createCommentVNode, Fragment, renderList, provide, withModifiers, toDisplayString, pushScopeId, popScopeId, Teleport, resolveDynamicComponent, mergeProps, normalizeProps, toHandlers, reactive, toRaw, createTextVNode, useCssVars, createSlots, resolveDirective, withDirectives, vShow, vModelText, getCurrentInstance, onActivated, onDeactivated, isRef, isVNode, Transition, onBeforeUpdate, Comment } from "vue";
3
3
  import { throttle as throttle$2, init, use, registerMap } from "echarts/core";
4
4
  import { addListener, removeListener } from "resize-detector";
@@ -3077,7 +3077,7 @@ const Cn = (ct, Fn) => {
3077
3077
  return ct;
3078
3078
  };
3079
3079
  function Dn(ct) {
3080
- return Number(ct).toLocaleString("zh-CN", { minimumFractionDigits: 2 });
3080
+ return Number(ct).toLocaleString("zh-CN", { minimumFractionDigits: 2, maximumFractionDigits: 2 });
3081
3081
  }
3082
3082
  function $n(ct) {
3083
3083
  return Number(ct).toLocaleString();