matrix_components 2.0.315 → 2.0.316

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.
@@ -73011,9 +73011,11 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
73011
73011
  return {
73012
73012
  fontSize: 12,
73013
73013
  fill: ((_a4 = props.config) == null ? void 0 : _a4.axisTextColor) || "#666666",
73014
- x: -15,
73014
+ x: -50,
73015
73015
  y: item.height + 8,
73016
- text: item.pointCode
73016
+ text: item.pointName,
73017
+ align: "center",
73018
+ width: wall_width.value + 100
73017
73019
  };
73018
73020
  }
73019
73021
  const xUnitTextConfig = ref$1({
@@ -73270,7 +73272,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
73270
73272
  if (yMaxMin.value[1] - _num < y_right_percent.value * 2) {
73271
73273
  break;
73272
73274
  }
73273
- let tmp = {
73275
+ const tmp = {
73274
73276
  ...yTmp,
73275
73277
  text: Number(yOffset.value + _num).toFixed(0),
73276
73278
  y: changeY(_num)
@@ -73294,7 +73296,8 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
73294
73296
  x: changeX(originZeroX.value + Number(item.xPoint)),
73295
73297
  y: changeY(Number(item.yPoint), true),
73296
73298
  height: item.height * yScale.value,
73297
- pointCode: item.pointCode || parseInt(Math.round(Math.random() * 1e6))
73299
+ pointCode: item.pointCode || parseInt(Math.round(Math.random() * 1e6)),
73300
+ pointName: item.pointName
73298
73301
  };
73299
73302
  return tmp;
73300
73303
  });
@@ -73919,12 +73922,15 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
73919
73922
  ]),
73920
73923
  _: 1
73921
73924
  }, 8, ["config", "onDragstart", "onDragend"])) : createCommentVNode("", true),
73922
- createVNode(_component_NoData, { noData: noData.value }, null, 8, ["noData"])
73925
+ createVNode(_component_NoData, {
73926
+ noData: noData.value,
73927
+ height: "100px"
73928
+ }, null, 8, ["noData"])
73923
73929
  ], 2);
73924
73930
  };
73925
73931
  }
73926
73932
  });
73927
- const NsSaturationLine = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-06da0185"]]);
73933
+ const NsSaturationLine = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-51b573d9"]]);
73928
73934
  NsSaturationLine.install = (app2) => {
73929
73935
  app2.component(NsSaturationLine.name, NsSaturationLine);
73930
73936
  };