@easyv/charts 1.5.10 → 1.5.11

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.
@@ -450,7 +450,7 @@ var Chart = /*#__PURE__*/(0, _react.memo)(function (_ref) {
450
450
  }));
451
451
  }), showTooltip && !control && /*#__PURE__*/_react["default"].createElement(_.Indicator, (0, _extends2["default"])({}, indicator, indicatorAttr)), /*#__PURE__*/_react["default"].createElement("foreignObject", {
452
452
  style: isVertical ? {
453
- width: xLineRange + marginRight + marginLeft,
453
+ width: xLineRange + 100 + marginRight + marginLeft,
454
454
  height: yLineRange,
455
455
  transform: "translateX(".concat(-marginRight, "px)")
456
456
  } : {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easyv/charts",
3
- "version": "1.5.10",
3
+ "version": "1.5.11",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -397,7 +397,7 @@ const Chart = memo(
397
397
  style={
398
398
  isVertical
399
399
  ? {
400
- width: xLineRange + marginRight + marginLeft,
400
+ width: xLineRange + 100 + marginRight + marginLeft,
401
401
  height: yLineRange,
402
402
  transform: `translateX(${-marginRight}px)`,
403
403
  }