matrix_components 2.0.311 → 2.0.312

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.
@@ -72951,6 +72951,16 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
72951
72951
  ...item
72952
72952
  };
72953
72953
  }
72954
+ function downLabelTextConfig(item) {
72955
+ var _a4;
72956
+ return {
72957
+ fontSize: 12,
72958
+ fill: ((_a4 = props.config) == null ? void 0 : _a4.axisTextColor) || "#666666",
72959
+ x: -15,
72960
+ y: item.height + 8,
72961
+ text: item.pointCode
72962
+ };
72963
+ }
72954
72964
  const xUnitTextConfig = ref$1({
72955
72965
  x: -9999,
72956
72966
  y: -9999,
@@ -73791,6 +73801,9 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
73791
73801
  }, null, 8, ["config"]),
73792
73802
  createVNode(_component_v_text, {
73793
73803
  config: labelTextConfig(item)
73804
+ }, null, 8, ["config"]),
73805
+ createVNode(_component_v_text, {
73806
+ config: downLabelTextConfig(item)
73794
73807
  }, null, 8, ["config"])
73795
73808
  ]),
73796
73809
  _: 2
@@ -73856,7 +73869,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
73856
73869
  };
73857
73870
  }
73858
73871
  });
73859
- const NsSaturationLine = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-a6e27513"]]);
73872
+ const NsSaturationLine = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-06da0185"]]);
73860
73873
  NsSaturationLine.install = (app2) => {
73861
73874
  app2.component(NsSaturationLine.name, NsSaturationLine);
73862
73875
  };