@visactor/vrender-components 0.19.3 → 0.19.4-alpha.1

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.
Files changed (125) hide show
  1. package/cjs/axis/util.js +1 -2
  2. package/cjs/brush/brush.js +2 -1
  3. package/cjs/index.d.ts +1 -1
  4. package/cjs/index.js +1 -1
  5. package/cjs/index.js.map +1 -1
  6. package/cjs/label/index.js +2 -1
  7. package/cjs/label/line.js +1 -1
  8. package/cjs/label/polygon.js +1 -1
  9. package/cjs/label/rect.js +1 -1
  10. package/cjs/label/register.js +1 -1
  11. package/cjs/label/symbol.js +1 -1
  12. package/cjs/label/type.js +1 -1
  13. package/cjs/legend/base.js +1 -1
  14. package/cjs/legend/constant.js +1 -1
  15. package/cjs/legend/index.js +1 -1
  16. package/cjs/legend/register.js +1 -1
  17. package/cjs/legend/type.js +1 -2
  18. package/cjs/legend/util.js +1 -1
  19. package/cjs/marker/animate/common.js +8 -4
  20. package/cjs/marker/animate/common.js.map +1 -1
  21. package/cjs/marker/arc-area.js +10 -4
  22. package/cjs/marker/arc-area.js.map +1 -1
  23. package/cjs/marker/arc-line.js +7 -2
  24. package/cjs/marker/arc-line.js.map +1 -1
  25. package/cjs/marker/area.js +10 -4
  26. package/cjs/marker/area.js.map +1 -1
  27. package/cjs/marker/base.d.ts +1 -1
  28. package/cjs/marker/base.js.map +1 -1
  29. package/cjs/marker/common-line.d.ts +1 -1
  30. package/cjs/marker/common-line.js +10 -5
  31. package/cjs/marker/common-line.js.map +1 -1
  32. package/cjs/marker/config.d.ts +16 -4
  33. package/cjs/marker/config.js +132 -56
  34. package/cjs/marker/config.js.map +1 -1
  35. package/cjs/marker/line.d.ts +3 -3
  36. package/cjs/marker/line.js +19 -7
  37. package/cjs/marker/line.js.map +1 -1
  38. package/cjs/marker/point.d.ts +41 -7
  39. package/cjs/marker/point.js +141 -69
  40. package/cjs/marker/point.js.map +1 -1
  41. package/cjs/marker/register.js +2 -2
  42. package/cjs/marker/register.js.map +1 -1
  43. package/cjs/marker/type.d.ts +12 -4
  44. package/cjs/marker/type.js.map +1 -1
  45. package/cjs/segment/arc-segment.d.ts +3 -0
  46. package/cjs/segment/arc-segment.js +7 -1
  47. package/cjs/segment/arc-segment.js.map +1 -1
  48. package/cjs/segment/register.d.ts +2 -2
  49. package/cjs/segment/register.js +2 -2
  50. package/cjs/segment/register.js.map +1 -1
  51. package/cjs/segment/segment.d.ts +1 -0
  52. package/cjs/segment/segment.js +1 -1
  53. package/cjs/segment/segment.js.map +1 -1
  54. package/cjs/util/common.d.ts +3 -0
  55. package/cjs/util/common.js +13 -2
  56. package/cjs/util/common.js.map +1 -1
  57. package/cjs/util/index.d.ts +1 -0
  58. package/cjs/util/index.js +2 -1
  59. package/cjs/util/index.js.map +1 -1
  60. package/cjs/util/polar.d.ts +2 -0
  61. package/cjs/util/polar.js +17 -0
  62. package/cjs/util/polar.js.map +1 -0
  63. package/es/axis/util.js +1 -2
  64. package/es/brush/brush.js +2 -1
  65. package/es/index.d.ts +1 -1
  66. package/es/index.js +1 -1
  67. package/es/index.js.map +1 -1
  68. package/es/label/index.js +2 -1
  69. package/es/label/line.js +1 -1
  70. package/es/label/polygon.js +1 -1
  71. package/es/label/rect.js +1 -1
  72. package/es/label/register.js +1 -1
  73. package/es/label/symbol.js +1 -1
  74. package/es/label/type.js +1 -1
  75. package/es/legend/base.js +1 -1
  76. package/es/legend/constant.js +1 -1
  77. package/es/legend/index.js +1 -1
  78. package/es/legend/register.js +1 -1
  79. package/es/legend/type.js +1 -2
  80. package/es/legend/util.js +1 -1
  81. package/es/marker/animate/common.js +8 -4
  82. package/es/marker/animate/common.js.map +1 -1
  83. package/es/marker/arc-area.js +10 -4
  84. package/es/marker/arc-area.js.map +1 -1
  85. package/es/marker/arc-line.js +7 -2
  86. package/es/marker/arc-line.js.map +1 -1
  87. package/es/marker/area.js +10 -4
  88. package/es/marker/area.js.map +1 -1
  89. package/es/marker/base.d.ts +1 -1
  90. package/es/marker/base.js.map +1 -1
  91. package/es/marker/common-line.d.ts +1 -1
  92. package/es/marker/common-line.js +10 -5
  93. package/es/marker/common-line.js.map +1 -1
  94. package/es/marker/config.d.ts +16 -4
  95. package/es/marker/config.js +132 -56
  96. package/es/marker/config.js.map +1 -1
  97. package/es/marker/line.d.ts +3 -3
  98. package/es/marker/line.js +20 -6
  99. package/es/marker/line.js.map +1 -1
  100. package/es/marker/point.d.ts +41 -7
  101. package/es/marker/point.js +142 -69
  102. package/es/marker/point.js.map +1 -1
  103. package/es/marker/register.js +2 -1
  104. package/es/marker/register.js.map +1 -1
  105. package/es/marker/type.d.ts +12 -4
  106. package/es/marker/type.js.map +1 -1
  107. package/es/segment/arc-segment.d.ts +3 -0
  108. package/es/segment/arc-segment.js +7 -1
  109. package/es/segment/arc-segment.js.map +1 -1
  110. package/es/segment/register.d.ts +2 -2
  111. package/es/segment/register.js +2 -2
  112. package/es/segment/register.js.map +1 -1
  113. package/es/segment/segment.d.ts +1 -0
  114. package/es/segment/segment.js +1 -1
  115. package/es/segment/segment.js.map +1 -1
  116. package/es/util/common.d.ts +3 -0
  117. package/es/util/common.js +10 -0
  118. package/es/util/common.js.map +1 -1
  119. package/es/util/index.d.ts +1 -0
  120. package/es/util/index.js +2 -0
  121. package/es/util/index.js.map +1 -1
  122. package/es/util/polar.d.ts +2 -0
  123. package/es/util/polar.js +7 -0
  124. package/es/util/polar.js.map +1 -0
  125. package/package.json +3 -3
package/es/marker/line.js CHANGED
@@ -12,6 +12,8 @@ import { DEFAULT_CARTESIAN_MARK_LINE_TEXT_STYLE_MAP, DEFAULT_MARK_LINE_THEME } f
12
12
 
13
13
  import { markCommonLineAnimate } from "./animate/animate";
14
14
 
15
+ import { isPostiveXAxis } from "../util";
16
+
15
17
  loadMarkLineComponent();
16
18
 
17
19
  export function registerMarkLineAnimate() {
@@ -28,7 +30,8 @@ export class MarkLine extends MarkCommonLine {
28
30
  }
29
31
  getPointAttrByPosition(position) {
30
32
  var _a;
31
- const {label: label = {}} = this.attribute, {refX: refX = 0, refY: refY = 0} = label, points = this._line.getMainSegmentPoints(), labelAngle = null !== (_a = this._line.getEndAngle()) && void 0 !== _a ? _a : 0, labelOffsetX = refX * Math.cos(labelAngle) + refX * Math.cos(labelAngle - Math.PI / 2), labelOffsetY = refX * Math.sin(labelAngle) + refY * Math.sin(labelAngle - Math.PI / 2);
33
+ const {label: label = {}} = this.attribute, {refX: refX = 0, refY: refY = 0} = label, points = this._line.getMainSegmentPoints(), lineEndAngle = null !== (_a = this._line.getEndAngle()) && void 0 !== _a ? _a : 0, labelAngle = (isPostiveXAxis(lineEndAngle),
34
+ lineEndAngle), labelOffsetX = refX * Math.cos(labelAngle) + refY * Math.cos(labelAngle - Math.PI / 2), labelOffsetY = refX * Math.sin(labelAngle) + refY * Math.sin(labelAngle - Math.PI / 2);
32
35
  return position.includes("start") || position.includes("Start") ? {
33
36
  position: {
34
37
  x: points[0].x + labelOffsetX,
@@ -51,10 +54,16 @@ export class MarkLine extends MarkCommonLine {
51
54
  }
52
55
  getRotateByAngle(angle) {
53
56
  var _a;
54
- return angle + (null !== (_a = this.attribute.label.refAngle) && void 0 !== _a ? _a : 0);
57
+ return (isPostiveXAxis(angle) ? angle : angle - Math.PI) + (null !== (_a = this.attribute.label.refAngle) && void 0 !== _a ? _a : 0);
55
58
  }
56
- getTextStyle(position) {
57
- return DEFAULT_CARTESIAN_MARK_LINE_TEXT_STYLE_MAP[position];
59
+ getTextStyle(position, labelAngle, autoRotate) {
60
+ return Math.abs(labelAngle) === Math.PI / 2 ? autoRotate ? {
61
+ textAlign: "right",
62
+ textBaseline: "middle"
63
+ } : {
64
+ textAlign: "center",
65
+ textBaseline: labelAngle > 0 && position.includes("inside") || labelAngle < 0 && !position.includes("inside") ? "bottom" : "top"
66
+ } : isPostiveXAxis(labelAngle) ? DEFAULT_CARTESIAN_MARK_LINE_TEXT_STYLE_MAP.postiveXAxis[position] : DEFAULT_CARTESIAN_MARK_LINE_TEXT_STYLE_MAP.negativeXAxis[position];
58
67
  }
59
68
  createSegment() {
60
69
  const {points: points, startSymbol: startSymbol, endSymbol: endSymbol, lineStyle: lineStyle, mainSegmentIndex: mainSegmentIndex, multiSegment: multiSegment, state: state} = this.attribute;
@@ -74,14 +83,19 @@ export class MarkLine extends MarkCommonLine {
74
83
  });
75
84
  }
76
85
  setLineAttributes() {
77
- const {points: points, startSymbol: startSymbol, endSymbol: endSymbol, lineStyle: lineStyle, mainSegmentIndex: mainSegmentIndex, multiSegment: multiSegment} = this.attribute;
86
+ const {points: points, startSymbol: startSymbol, endSymbol: endSymbol, lineStyle: lineStyle, mainSegmentIndex: mainSegmentIndex, multiSegment: multiSegment, state: state} = this.attribute;
78
87
  this._line && this._line.setAttributes({
79
88
  points: points,
80
89
  startSymbol: startSymbol,
81
90
  endSymbol: endSymbol,
82
91
  lineStyle: lineStyle,
83
92
  mainSegmentIndex: mainSegmentIndex,
84
- multiSegment: multiSegment
93
+ multiSegment: multiSegment,
94
+ state: {
95
+ line: merge({}, DEFAULT_STATES, null == state ? void 0 : state.line),
96
+ startSymbol: merge({}, DEFAULT_STATES, null == state ? void 0 : state.lineStartSymbol),
97
+ endSymbol: merge({}, DEFAULT_STATES, null == state ? void 0 : state.lineEndSymbol)
98
+ }
85
99
  });
86
100
  }
87
101
  isValidPoints() {
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/marker/line.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAKxD,OAAO,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AAEnD,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAG/C,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AACrC,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAE,0CAA0C,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAC;AAE/F,OAAO,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAG1D,qBAAqB,EAAE,CAAC;AAExB,MAAM,UAAU,uBAAuB;IACrC,QAAQ,CAAC,QAAQ,GAAG,qBAAqB,CAAC;AAC5C,CAAC;AAED,MAAM,OAAO,QAAS,SAAQ,cAA6D;IAO/E,aAAa,CAAC,KAA2B;QACjD,IAAI,QAAQ,CAAC,QAAQ,IAAI,IAAI,CAAC,gBAAgB,EAAE;YAC9C,QAAQ,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,gBAAgB,EAAE,KAAK,CAAC,CAAC;SAC1E;IACH,CAAC;IAED,YAAY,UAAyB,EAAE,OAA0B;QAC/D,KAAK,CAAC,CAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,WAAW,EAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,KAAK,CAAC,EAAE,EAAE,QAAQ,CAAC,iBAAiB,EAAE,UAAU,CAAC,CAAC,CAAC;QAb/F,SAAI,GAAG,UAAU,CAAC;IAclB,CAAC;IAES,sBAAsB,CAAC,QAAgC;;QAC/D,MAAM,EAAE,KAAK,GAAG,EAAE,EAAE,GAAG,IAAI,CAAC,SAAS,CAAC;QACtC,MAAM,EAAE,IAAI,GAAG,CAAC,EAAE,IAAI,GAAG,CAAC,EAAE,GAAG,KAAK,CAAC;QACrC,MAAM,MAAM,GAAG,IAAI,CAAC,KAAK,CAAC,oBAAoB,EAAE,CAAC;QACjD,MAAM,UAAU,GAAG,MAAA,IAAI,CAAC,KAAK,CAAC,WAAW,EAAE,mCAAI,CAAC,CAAC;QAEjD,MAAM,YAAY,GAAG,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,UAAU,GAAG,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC;QAC7F,MAAM,YAAY,GAAG,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,UAAU,GAAG,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC;QAE7F,IAAI,QAAQ,CAAC,QAAQ,CAAC,OAAO,CAAC,IAAI,QAAQ,CAAC,QAAQ,CAAC,OAAO,CAAC,EAAE;YAC5D,OAAO;gBACL,QAAQ,EAAE;oBACR,CAAC,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,YAAY;oBAC7B,CAAC,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,YAAY;iBAC9B;gBACD,KAAK,EAAE,UAAU;aAClB,CAAC;SACH;aAAM,IAAI,QAAQ,CAAC,QAAQ,CAAC,QAAQ,CAAC,IAAI,QAAQ,CAAC,QAAQ,CAAC,QAAQ,CAAC,EAAE;YACrE,OAAO;gBACL,QAAQ,EAAE;oBACR,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,YAAY;oBACjE,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,YAAY;iBAClE;gBACD,KAAK,EAAE,UAAU;aAClB,CAAC;SACH;QACD,OAAO;YACL,QAAQ,EAAE;gBACR,CAAC,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,YAAY;gBAC7C,CAAC,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,YAAY;aAC9C;YACD,KAAK,EAAE,UAAU;SAClB,CAAC;IACJ,CAAC;IAES,gBAAgB,CAAC,KAAa;;QACtC,OAAO,KAAK,GAAG,CAAC,MAAA,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,QAAQ,mCAAI,CAAC,CAAC,CAAC;IACtD,CAAC;IAES,YAAY,CAAC,QAAgC;QACrD,OAAO,0CAA0C,CAAC,QAAQ,CAAC,CAAC;IAC9D,CAAC;IAES,aAAa;QACrB,MAAM,EAAE,MAAM,EAAE,WAAW,EAAE,SAAS,EAAE,SAAS,EAAE,gBAAgB,EAAE,YAAY,EAAE,KAAK,EAAE,GAAG,IAAI;aAC9F,SAA0B,CAAC;QAC9B,OAAO,IAAI,OAAO,CAAC;YACjB,MAAM;YACN,WAAW;YACX,SAAS;YACT,SAAS;YACT,gBAAgB;YAChB,YAAY;YACZ,QAAQ,EAAE,KAAK;YACf,KAAK,EAAE;gBACL,IAAI,EAAE,KAAK,CAAC,EAAE,EAAE,cAAc,EAAE,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,IAAI,CAAC;gBAC5C,WAAW,EAAE,KAAK,CAAC,EAAE,EAAE,cAAc,EAAE,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,eAAe,CAAC;gBAC9D,SAAS,EAAE,KAAK,CAAC,EAAE,EAAE,cAAc,EAAE,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,aAAa,CAAC;aAC3D;SACF,CAAC,CAAC;IACL,CAAC;IAES,iBAAiB;QACzB,MAAM,EAAE,MAAM,EAAE,WAAW,EAAE,SAAS,EAAE,SAAS,EAAE,gBAAgB,EAAE,YAAY,EAAE,GAAG,IAAI;aACvF,SAA0B,CAAC;QAC9B,IAAI,IAAI,CAAC,KAAK,EAAE;YACd,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC;gBACvB,MAAM;gBACN,WAAW;gBACX,SAAS;gBACT,SAAS;gBACT,gBAAgB;gBAChB,YAAY;aACb,CAAC,CAAC;SACJ;IACH,CAAC;IAES,aAAa;QACrB,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC,SAA0B,CAAC;QACnD,IAAI,CAAC,MAAM,IAAI,MAAM,CAAC,MAAM,GAAG,CAAC,EAAE;YAChC,OAAO,KAAK,CAAC;SACd;QACD,IAAI,SAAS,GAAG,IAAI,CAAC;QACrB,MAAM,CAAC,OAAO,CAAC,CAAC,KAAsB,EAAE,EAAE;YACxC,IAAK,KAAa,CAAC,MAAM,EAAE;gBACxB,KAAiB,CAAC,OAAO,CAAC,CAAC,CAAQ,EAAE,EAAE;oBACtC,IAAI,CAAC,aAAa,CAAE,CAAW,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAE,CAAW,CAAC,CAAC,CAAC,EAAE;wBACpE,SAAS,GAAG,KAAK,CAAC;wBAClB,OAAO;qBACR;gBACH,CAAC,CAAC,CAAC;aACJ;iBAAM,IAAI,CAAC,aAAa,CAAE,KAAe,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAE,KAAe,CAAC,CAAC,CAAC,EAAE;gBACnF,SAAS,GAAG,KAAK,CAAC;gBAClB,OAAO;aACR;QACH,CAAC,CAAC,CAAC;QACH,OAAO,SAAS,CAAC;IACnB,CAAC;;AA/GM,0BAAiB,GAA2B,uBAAmD,CAAC","file":"line.js","sourcesContent":["import { isValidNumber, merge } from '@visactor/vutils';\nimport type { IMarkLineLabelPosition } from './type';\n// eslint-disable-next-line no-duplicate-imports\nimport type { MarkLineAttrs, MarkerAnimationState } from './type';\nimport type { ComponentOptions } from '../interface';\nimport { loadMarkLineComponent } from './register';\nimport type { Point } from '../core/type';\nimport { MarkCommonLine } from './common-line';\nimport type { ArcSegment } from '../segment';\n// eslint-disable-next-line no-duplicate-imports\nimport { Segment } from '../segment';\nimport { DEFAULT_STATES } from '../constant';\nimport { DEFAULT_CARTESIAN_MARK_LINE_TEXT_STYLE_MAP, DEFAULT_MARK_LINE_THEME } from './config';\nimport type { ILineGraphicAttribute } from '@visactor/vrender-core';\nimport { markCommonLineAnimate } from './animate/animate';\nimport { limitShapeInBounds } from '../util/limit-shape';\n\nloadMarkLineComponent();\n\nexport function registerMarkLineAnimate() {\n MarkLine._animate = markCommonLineAnimate;\n}\n\nexport class MarkLine extends MarkCommonLine<ILineGraphicAttribute, IMarkLineLabelPosition> {\n name = 'markLine';\n // eslint-disable-next-line max-len\n static defaultAttributes: Partial<MarkLineAttrs> = DEFAULT_MARK_LINE_THEME as unknown as MarkLineAttrs;\n protected _line!: Segment | ArcSegment;\n\n /** animate */\n protected markerAnimate(state: MarkerAnimationState) {\n if (MarkLine._animate && this._animationConfig) {\n MarkLine._animate(this._line, this._label, this._animationConfig, state);\n }\n }\n\n constructor(attributes: MarkLineAttrs, options?: ComponentOptions) {\n super(options?.skipDefault ? attributes : merge({}, MarkLine.defaultAttributes, attributes));\n }\n\n protected getPointAttrByPosition(position: IMarkLineLabelPosition) {\n const { label = {} } = this.attribute;\n const { refX = 0, refY = 0 } = label;\n const points = this._line.getMainSegmentPoints();\n const labelAngle = this._line.getEndAngle() ?? 0;\n\n const labelOffsetX = refX * Math.cos(labelAngle) + refX * Math.cos(labelAngle - Math.PI / 2);\n const labelOffsetY = refX * Math.sin(labelAngle) + refY * Math.sin(labelAngle - Math.PI / 2);\n\n if (position.includes('start') || position.includes('Start')) {\n return {\n position: {\n x: points[0].x + labelOffsetX,\n y: points[0].y + labelOffsetY\n },\n angle: labelAngle\n };\n } else if (position.includes('middle') || position.includes('Middle')) {\n return {\n position: {\n x: (points[0].x + points[points.length - 1].x) / 2 + labelOffsetX,\n y: (points[0].y + points[points.length - 1].y) / 2 + labelOffsetY\n },\n angle: labelAngle\n };\n }\n return {\n position: {\n x: points[points.length - 1].x + labelOffsetX,\n y: points[points.length - 1].y + labelOffsetY\n },\n angle: labelAngle\n };\n }\n\n protected getRotateByAngle(angle: number): number {\n return angle + (this.attribute.label.refAngle ?? 0);\n }\n\n protected getTextStyle(position: IMarkLineLabelPosition) {\n return DEFAULT_CARTESIAN_MARK_LINE_TEXT_STYLE_MAP[position];\n }\n\n protected createSegment() {\n const { points, startSymbol, endSymbol, lineStyle, mainSegmentIndex, multiSegment, state } = this\n .attribute as MarkLineAttrs;\n return new Segment({\n points,\n startSymbol,\n endSymbol,\n lineStyle,\n mainSegmentIndex,\n multiSegment,\n pickable: false, // 组件容器本身不参与拾取\n state: {\n line: merge({}, DEFAULT_STATES, state?.line),\n startSymbol: merge({}, DEFAULT_STATES, state?.lineStartSymbol),\n endSymbol: merge({}, DEFAULT_STATES, state?.lineEndSymbol)\n }\n });\n }\n\n protected setLineAttributes() {\n const { points, startSymbol, endSymbol, lineStyle, mainSegmentIndex, multiSegment } = this\n .attribute as MarkLineAttrs;\n if (this._line) {\n this._line.setAttributes({\n points,\n startSymbol,\n endSymbol,\n lineStyle,\n mainSegmentIndex,\n multiSegment\n });\n }\n }\n\n protected isValidPoints() {\n const { points } = this.attribute as MarkLineAttrs;\n if (!points || points.length < 2) {\n return false;\n }\n let validFlag = true;\n points.forEach((point: Point | Point[]) => {\n if ((point as any).length) {\n (point as Point[]).forEach((p: Point) => {\n if (!isValidNumber((p as Point).x) || !isValidNumber((p as Point).y)) {\n validFlag = false;\n return;\n }\n });\n } else if (!isValidNumber((point as Point).x) || !isValidNumber((point as Point).y)) {\n validFlag = false;\n return;\n }\n });\n return validFlag;\n }\n}\n"]}
1
+ {"version":3,"sources":["../src/marker/line.ts"],"names":[],"mappings":"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","file":"line.js","sourcesContent":["import { isValidNumber, merge } from '@visactor/vutils';\nimport type { IMarkLineLabelPosition } from './type';\n// eslint-disable-next-line no-duplicate-imports\nimport type { MarkLineAttrs, MarkerAnimationState } from './type';\nimport type { ComponentOptions } from '../interface';\nimport { loadMarkLineComponent } from './register';\nimport type { Point } from '../core/type';\nimport { MarkCommonLine } from './common-line';\nimport type { ArcSegment } from '../segment';\n// eslint-disable-next-line no-duplicate-imports\nimport { Segment } from '../segment';\nimport { DEFAULT_STATES } from '../constant';\nimport { DEFAULT_CARTESIAN_MARK_LINE_TEXT_STYLE_MAP, DEFAULT_MARK_LINE_THEME } from './config';\nimport type { ILineGraphicAttribute } from '@visactor/vrender-core';\nimport { markCommonLineAnimate } from './animate/animate';\nimport { limitShapeInBounds } from '../util/limit-shape';\nimport { isPostiveXAxis } from '../util';\n\nloadMarkLineComponent();\n\nexport function registerMarkLineAnimate() {\n MarkLine._animate = markCommonLineAnimate;\n}\n\nexport class MarkLine extends MarkCommonLine<ILineGraphicAttribute, IMarkLineLabelPosition> {\n name = 'markLine';\n // eslint-disable-next-line max-len\n static defaultAttributes: Partial<MarkLineAttrs> = DEFAULT_MARK_LINE_THEME as unknown as MarkLineAttrs;\n protected _line!: Segment | ArcSegment;\n\n /** animate */\n protected markerAnimate(state: MarkerAnimationState) {\n if (MarkLine._animate && this._animationConfig) {\n MarkLine._animate(this._line, this._label, this._animationConfig, state);\n }\n }\n\n constructor(attributes: MarkLineAttrs, options?: ComponentOptions) {\n super(options?.skipDefault ? attributes : merge({}, MarkLine.defaultAttributes, attributes));\n }\n\n protected getPointAttrByPosition(position: IMarkLineLabelPosition) {\n const { label = {} } = this.attribute;\n const { refX = 0, refY = 0 } = label;\n const points = this._line.getMainSegmentPoints();\n const lineEndAngle = this._line.getEndAngle() ?? 0;\n const labelAngle = isPostiveXAxis(lineEndAngle) ? lineEndAngle : lineEndAngle;\n\n const labelOffsetX = refX * Math.cos(labelAngle) + refY * Math.cos(labelAngle - Math.PI / 2);\n const labelOffsetY = refX * Math.sin(labelAngle) + refY * Math.sin(labelAngle - Math.PI / 2);\n\n if (position.includes('start') || position.includes('Start')) {\n return {\n position: {\n x: points[0].x + labelOffsetX,\n y: points[0].y + labelOffsetY\n },\n angle: labelAngle\n };\n } else if (position.includes('middle') || position.includes('Middle')) {\n return {\n position: {\n x: (points[0].x + points[points.length - 1].x) / 2 + labelOffsetX,\n y: (points[0].y + points[points.length - 1].y) / 2 + labelOffsetY\n },\n angle: labelAngle\n };\n }\n return {\n position: {\n x: points[points.length - 1].x + labelOffsetX,\n y: points[points.length - 1].y + labelOffsetY\n },\n angle: labelAngle\n };\n }\n\n protected getRotateByAngle(angle: number): number {\n const itemAngle = isPostiveXAxis(angle) ? angle : angle - Math.PI;\n return itemAngle + (this.attribute.label.refAngle ?? 0);\n }\n\n protected getTextStyle(position: IMarkLineLabelPosition, labelAngle: number, autoRotate: boolean) {\n // 垂直方向例外\n if (Math.abs(labelAngle) === Math.PI / 2) {\n if (autoRotate) {\n return {\n textAlign: 'right',\n textBaseline: 'middle'\n };\n }\n return {\n textAlign: 'center',\n textBaseline:\n (labelAngle > 0 && position.includes('inside')) || (labelAngle < 0 && !position.includes('inside'))\n ? 'bottom'\n : 'top'\n };\n }\n\n if (isPostiveXAxis(labelAngle)) {\n return DEFAULT_CARTESIAN_MARK_LINE_TEXT_STYLE_MAP.postiveXAxis[position];\n }\n return DEFAULT_CARTESIAN_MARK_LINE_TEXT_STYLE_MAP.negativeXAxis[position];\n }\n\n protected createSegment() {\n const { points, startSymbol, endSymbol, lineStyle, mainSegmentIndex, multiSegment, state } = this\n .attribute as MarkLineAttrs;\n return new Segment({\n points,\n startSymbol,\n endSymbol,\n lineStyle,\n mainSegmentIndex,\n multiSegment,\n pickable: false, // 组件容器本身不参与拾取\n state: {\n line: merge({}, DEFAULT_STATES, state?.line),\n startSymbol: merge({}, DEFAULT_STATES, state?.lineStartSymbol),\n endSymbol: merge({}, DEFAULT_STATES, state?.lineEndSymbol)\n }\n });\n }\n\n protected setLineAttributes() {\n const { points, startSymbol, endSymbol, lineStyle, mainSegmentIndex, multiSegment, state } = this\n .attribute as MarkLineAttrs;\n if (this._line) {\n this._line.setAttributes({\n points,\n startSymbol,\n endSymbol,\n lineStyle,\n mainSegmentIndex,\n multiSegment,\n state: {\n line: merge({}, DEFAULT_STATES, state?.line),\n startSymbol: merge({}, DEFAULT_STATES, state?.lineStartSymbol),\n endSymbol: merge({}, DEFAULT_STATES, state?.lineEndSymbol)\n }\n });\n }\n }\n\n protected isValidPoints() {\n const { points } = this.attribute as MarkLineAttrs;\n if (!points || points.length < 2) {\n return false;\n }\n let validFlag = true;\n points.forEach((point: Point | Point[]) => {\n if ((point as any).length) {\n (point as Point[]).forEach((p: Point) => {\n if (!isValidNumber((p as Point).x) || !isValidNumber((p as Point).y)) {\n validFlag = false;\n return;\n }\n });\n } else if (!isValidNumber((point as Point).x) || !isValidNumber((point as Point).y)) {\n validFlag = false;\n return;\n }\n });\n return validFlag;\n }\n}\n"]}
@@ -1,4 +1,5 @@
1
1
  import type { IGroup, IImage, ISymbol, IImageGraphicAttribute, IRichText, IRichTextGraphicAttribute } from '@visactor/vrender-core';
2
+ import type { IPointLike } from '@visactor/vutils';
2
3
  import { Tag } from '../tag';
3
4
  import { Marker } from './base';
4
5
  import type { IItemContent, IItemLine, MarkPointAnimationType, MarkPointAttrs, MarkerAnimationState } from './type';
@@ -10,6 +11,14 @@ export declare class MarkPoint extends Marker<MarkPointAttrs, MarkPointAnimation
10
11
  name: string;
11
12
  static defaultAttributes: {
12
13
  interactive: boolean;
14
+ targetItemContent: {
15
+ visible: boolean;
16
+ margin: number;
17
+ symbolType: string;
18
+ size: number;
19
+ fill: boolean;
20
+ stroke: string;
21
+ };
13
22
  itemLine: {
14
23
  visible: boolean;
15
24
  decorativeLine: {
@@ -69,24 +78,49 @@ export declare class MarkPoint extends Marker<MarkPointAttrs, MarkPointAnimation
69
78
  defaultExitAnimation: import("./type").MarkerExitAnimation;
70
79
  protected markerAnimate(state: MarkerAnimationState): void;
71
80
  private _item;
81
+ private _targetItem;
72
82
  private _line?;
73
83
  private _decorativeLine;
74
84
  constructor(attributes: MarkPointAttrs, options?: ComponentOptions);
75
85
  protected setLabelPos(): void;
76
- protected setItemAttributes(item: ISymbol | Tag | IImage | IRichText, itemContent: IItemContent, itemPosition: Point, itemType: 'symbol' | 'text' | 'image' | 'richText' | 'custom'): void;
86
+ protected getTextAlignAttr(autoRotate: boolean, angle: number, itemPosition: keyof typeof IMarkPointItemPosition): {
87
+ textAlign: string;
88
+ textBaseline: string;
89
+ };
90
+ protected setItemAttributes(item: ISymbol | Tag | IImage | IRichText, itemContent: IItemContent, newItemPosition: Point, itemType: 'symbol' | 'text' | 'image' | 'richText' | 'custom'): void;
77
91
  protected getItemDx(item: ISymbol | Tag | IImage | IRichText, position: keyof typeof IMarkPointItemPosition, style?: IImageGraphicAttribute | IRichTextGraphicAttribute): number;
78
92
  protected getItemDy(item: ISymbol | Tag | IImage | IRichText, position: keyof typeof IMarkPointItemPosition, style?: IImageGraphicAttribute | IRichTextGraphicAttribute): number;
79
- protected initItem(itemContent: IItemContent, itemPosition: Point): IGroup | IRichText | Tag | ISymbol | IImage;
80
- protected getItemLineAttr(itemLine: IItemLine, position: Point, itemPosition: Point): Point[];
81
- protected setItemLineAttr(itemLine: IItemLine, position: Point, itemPosition: Point, visible: boolean): void;
82
- protected getDecorativeLineAttr(itemLine: IItemLine, itemPosition: Point): {
93
+ protected initItem(itemContent: IItemContent, newItemPosition: Point): IGroup | IRichText | Tag | ISymbol | IImage;
94
+ protected getItemLineAttr(itemLine: IItemLine, newPosition: Point, newItemPosition: Point): {
95
+ points: Point[];
96
+ center: {
97
+ x: number;
98
+ y: number;
99
+ };
100
+ radius: number;
101
+ startAngle: number;
102
+ endAngle: number;
103
+ };
104
+ protected setItemLineAttr(itemLine: IItemLine, newPosition: Point, newItemPosition: Point, visible: boolean): void;
105
+ protected getDecorativeLineAttr(itemLine: IItemLine): {
83
106
  startPointOffsetX: number;
84
107
  startPointOffsetY: number;
85
108
  endPointOffsetX: number;
86
109
  endPointOffsetY: number;
87
110
  };
88
- protected setDecorativeLineAttr(itemLine: IItemLine, itemPosition: Point, visible: boolean): void;
89
- protected setAllOfItemsAttr(itemPosition: Point): void;
111
+ protected setDecorativeLineAttr(itemLine: IItemLine, newItemPosition: Point, visible: boolean): void;
112
+ protected setTargetItemAttributes(targetItem: any, position: IPointLike): void;
113
+ protected setAllOfItemsAttr(newPosition: Point, newItemPosition: Point): void;
114
+ protected computeNewPositionAfterTargetItem(position: Point): {
115
+ newPosition: {
116
+ x: number;
117
+ y: number;
118
+ };
119
+ newItemPosition: {
120
+ x: number;
121
+ y: number;
122
+ };
123
+ };
90
124
  protected initMarker(container: IGroup): void;
91
125
  protected updateMarker(): void;
92
126
  protected isValidPoints(): boolean;
@@ -2,7 +2,7 @@ import { graphicCreator } from "@visactor/vrender-core";
2
2
 
3
3
  import { isValidNumber, merge } from "@visactor/vutils";
4
4
 
5
- import { Segment } from "../segment";
5
+ import { ArcSegment, Segment } from "../segment";
6
6
 
7
7
  import { Tag } from "../tag";
8
8
 
@@ -20,6 +20,8 @@ import { DEFAULT_STATES } from "../constant";
20
20
 
21
21
  import { DefaultExitMarkerAnimation, DefaultUpdateMarkPointAnimation, markPointAnimate } from "./animate/animate";
22
22
 
23
+ import { deltaXYToAngle, isPostiveXAxis, removeRepeatPoint } from "../util";
24
+
23
25
  loadMarkPointComponent();
24
26
 
25
27
  export function registerMarkPointAnimate() {
@@ -36,21 +38,36 @@ export class MarkPoint extends Marker {
36
38
  this.defaultExitAnimation = DefaultExitMarkerAnimation;
37
39
  }
38
40
  setLabelPos() {}
39
- setItemAttributes(item, itemContent, itemPosition, itemType) {
40
- var _a;
41
+ getTextAlignAttr(autoRotate, angle, itemPosition) {
42
+ return Math.abs(angle) === Math.PI / 2 ? autoRotate ? {
43
+ textAlign: "right",
44
+ textBaseline: "middle"
45
+ } : {
46
+ textAlign: "center",
47
+ textBaseline: angle > 0 && itemPosition.includes("inside") || angle < 0 && !itemPosition.includes("inside") ? "bottom" : "top"
48
+ } : isPostiveXAxis(angle) ? DEFAULT_MARK_POINT_TEXT_STYLE_MAP.postiveXAxis[itemPosition] : DEFAULT_MARK_POINT_TEXT_STYLE_MAP.negativeXAxis[itemPosition];
49
+ }
50
+ setItemAttributes(item, itemContent, newItemPosition, itemType) {
51
+ var _a, _b;
41
52
  if (!item) return;
42
- const {autoRotate: autoRotate = !0, refX: refX = 0, refY: refY = 0, refAngle: refAngle = 0, textStyle: textStyle = {}, richTextStyle: richTextStyle = {}, imageStyle: imageStyle = {}, position: position = IMarkPointItemPosition.middle} = itemContent, itemAngle = (null === (_a = this._line) || void 0 === _a ? void 0 : _a.getEndAngle()) || 0, itemOffsetX = refX * Math.cos(itemAngle) + refY * Math.cos(itemAngle - Math.PI / 2), itemOffsetY = refX * Math.sin(itemAngle) + refY * Math.sin(itemAngle - Math.PI / 2);
53
+ const {autoRotate: autoRotate = !0, refX: refX = 0, refY: refY = 0, refAngle: refAngle = 0, textStyle: textStyle = {}, richTextStyle: richTextStyle = {}, imageStyle: imageStyle = {}, position: positionType = IMarkPointItemPosition.middle} = itemContent, {state: state} = this.attribute, lineEndAngle = (null === (_a = this._line) || void 0 === _a ? void 0 : _a.getEndAngle()) || 0, itemRefOffsetX = refX * Math.cos(lineEndAngle) + refY * Math.cos(lineEndAngle - Math.PI / 2), itemRefOffsetY = refX * Math.sin(lineEndAngle) + refY * Math.sin(lineEndAngle - Math.PI / 2);
43
54
  "text" === itemType ? item.setAttributes(Object.assign(Object.assign({}, textStyle), {
44
- textStyle: Object.assign(Object.assign({}, DEFAULT_MARK_POINT_TEXT_STYLE_MAP[(null == itemContent ? void 0 : itemContent.position) || "end"]), textStyle.textStyle)
45
- })) : "richText" === itemType ? item.setAttributes({
46
- dx: this.getItemDx(item, position, richTextStyle) + (richTextStyle.dx || 0),
47
- dy: this.getItemDy(item, position, richTextStyle) + (richTextStyle.dy || 0)
48
- }) : "image" === itemType && item.setAttributes({
49
- dx: this.getItemDx(item, position, imageStyle) + (imageStyle.dx || 0),
50
- dy: this.getItemDy(item, position, imageStyle) + (imageStyle.dy || 0)
51
- }), item.setAttributes({
52
- x: itemPosition.x + (itemOffsetX || 0),
53
- y: itemPosition.y + (itemOffsetY || 0),
55
+ textStyle: Object.assign(Object.assign({}, this.getTextAlignAttr(autoRotate, lineEndAngle, null !== (_b = itemContent.position) && void 0 !== _b ? _b : "end")), textStyle.textStyle),
56
+ state: {
57
+ panel: merge({}, DEFAULT_STATES, null == state ? void 0 : state.textBackground),
58
+ text: merge({}, DEFAULT_STATES, null == state ? void 0 : state.text)
59
+ }
60
+ })) : "richText" === itemType ? (item.setAttributes({
61
+ dx: this.getItemDx(item, positionType, richTextStyle) + (richTextStyle.dx || 0),
62
+ dy: this.getItemDy(item, positionType, richTextStyle) + (richTextStyle.dy || 0)
63
+ }), item.states = merge({}, DEFAULT_STATES, null == state ? void 0 : state.richText)) : "image" === itemType && (item.setAttributes({
64
+ dx: this.getItemDx(item, positionType, imageStyle) + (imageStyle.dx || 0),
65
+ dy: this.getItemDy(item, positionType, imageStyle) + (imageStyle.dy || 0)
66
+ }), item.states = merge({}, DEFAULT_STATES, null == state ? void 0 : state.image));
67
+ const itemAngle = isPostiveXAxis(lineEndAngle) ? lineEndAngle : lineEndAngle - Math.PI;
68
+ item.setAttributes({
69
+ x: newItemPosition.x + (itemRefOffsetX || 0),
70
+ y: newItemPosition.y + (itemRefOffsetY || 0),
54
71
  angle: autoRotate && itemAngle + refAngle
55
72
  });
56
73
  }
@@ -64,49 +81,85 @@ export class MarkPoint extends Marker {
64
81
  const height = null !== (_b = null === (_a = null == item ? void 0 : item.AABBBounds) || void 0 === _a ? void 0 : _a.height()) && void 0 !== _b ? _b : (null == style ? void 0 : style.height) || 0;
65
82
  return position.includes("top") || position.includes("Top") ? -height : position.includes("middle") || position.includes("Middle") ? -height / 2 : 0;
66
83
  }
67
- initItem(itemContent, itemPosition) {
84
+ initItem(itemContent, newItemPosition) {
68
85
  const {state: state} = this.attribute, {type: type = "text", symbolStyle: symbolStyle, richTextStyle: richTextStyle, imageStyle: imageStyle, renderCustomCallback: renderCustomCallback} = itemContent;
69
86
  let item;
70
- return "symbol" === type ? (item = graphicCreator.symbol(Object.assign(Object.assign({}, itemPosition), symbolStyle)),
71
- item.states = merge({}, DEFAULT_STATES, null == state ? void 0 : state.symbol)) : "text" === type ? item = new Tag(Object.assign(Object.assign({}, itemPosition), {
87
+ return "symbol" === type ? (item = graphicCreator.symbol(Object.assign(Object.assign({}, newItemPosition), symbolStyle)),
88
+ item.states = merge({}, DEFAULT_STATES, null == state ? void 0 : state.symbol)) : "text" === type ? item = new Tag(Object.assign(Object.assign({}, newItemPosition), {
72
89
  state: {
73
90
  panel: merge({}, DEFAULT_STATES, null == state ? void 0 : state.textBackground),
74
91
  text: merge({}, DEFAULT_STATES, null == state ? void 0 : state.text)
75
92
  }
76
- })) : "richText" === type ? (item = graphicCreator.richtext(Object.assign(Object.assign({}, itemPosition), richTextStyle)),
77
- item.states = merge({}, DEFAULT_STATES, null == state ? void 0 : state.richText)) : "image" === type ? (item = graphicCreator.image(Object.assign(Object.assign({}, itemPosition), imageStyle)),
93
+ })) : "richText" === type ? (item = graphicCreator.richtext(Object.assign(Object.assign({}, newItemPosition), richTextStyle)),
94
+ item.states = merge({}, DEFAULT_STATES, null == state ? void 0 : state.richText)) : "image" === type ? (item = graphicCreator.image(Object.assign(Object.assign({}, newItemPosition), imageStyle)),
78
95
  item.states = merge({}, DEFAULT_STATES, null == state ? void 0 : state.image)) : "custom" === type && renderCustomCallback && (item = renderCustomCallback(),
79
96
  item.states = merge({}, DEFAULT_STATES, null == state ? void 0 : state.customMark)),
80
- item.name = `mark-point-${type}`, this.setItemAttributes(item, itemContent, itemPosition, type),
97
+ item.name = `mark-point-${type}`, this.setItemAttributes(item, itemContent, newItemPosition, type),
81
98
  item;
82
99
  }
83
- getItemLineAttr(itemLine, position, itemPosition) {
84
- let points = [];
85
- const {type: type = "type-s"} = itemLine;
86
- return points = "type-do" === type ? [ position, {
87
- x: (position.x + itemPosition.x) / 2,
88
- y: itemPosition.y
89
- }, itemPosition ] : "type-po" === type ? [ position, {
90
- x: itemPosition.x,
91
- y: position.y
92
- }, itemPosition ] : "type-op" === type ? [ position, {
93
- x: position.x,
94
- y: itemPosition.y
95
- }, itemPosition ] : [ position, itemPosition ], points;
100
+ getItemLineAttr(itemLine, newPosition, newItemPosition) {
101
+ let points = [], center = {
102
+ x: 0,
103
+ y: 0
104
+ }, radius = 0, startAngle = 0, endAngle = 0;
105
+ const {type: type = "type-s", arcRatio: arcRatio = .8} = itemLine;
106
+ if ("type-arc" === type) {
107
+ const {x: x1, y: y1} = newPosition, {x: x2, y: y2} = newItemPosition, x0 = (x1 + x2) / 2, y0 = (y1 + y2) / 2, k = y1 === y2 ? 0 : -(x1 - x2) / (y1 - y2), centerX = x0 + arcRatio * x0, centerY = (x => k * (x - x0) + y0)(centerX);
108
+ center = {
109
+ x: centerX,
110
+ y: centerY
111
+ }, startAngle = deltaXYToAngle(y1 - centerY, x1 - centerX), endAngle = deltaXYToAngle(y2 - centerY, x2 - centerX),
112
+ radius = Math.sqrt((centerX - x1) * (centerX - x1) + (centerY - y1) * (centerY - y1));
113
+ } else points = "type-do" === type ? [ newPosition, {
114
+ x: (newPosition.x + newItemPosition.x) / 2,
115
+ y: newItemPosition.y
116
+ }, newItemPosition ] : "type-po" === type ? [ newPosition, {
117
+ x: newItemPosition.x,
118
+ y: newPosition.y
119
+ }, newItemPosition ] : "type-op" === type ? [ newPosition, {
120
+ x: newPosition.x,
121
+ y: newItemPosition.y
122
+ }, newItemPosition ] : [ newPosition, newItemPosition ];
123
+ return points = removeRepeatPoint(points), {
124
+ points: points,
125
+ center: center,
126
+ radius: radius,
127
+ startAngle: startAngle,
128
+ endAngle: endAngle
129
+ };
96
130
  }
97
- setItemLineAttr(itemLine, position, itemPosition, visible) {
131
+ setItemLineAttr(itemLine, newPosition, newItemPosition, visible) {
98
132
  if (this._line) {
99
- const {startSymbol: startSymbol, endSymbol: endSymbol, lineStyle: lineStyle} = itemLine, points = this.getItemLineAttr(itemLine, position, itemPosition);
100
- this._line.setAttributes({
101
- points: points,
133
+ const {startSymbol: startSymbol, endSymbol: endSymbol, lineStyle: lineStyle, type: type = "type-s"} = itemLine, {state: state} = this.attribute, pointsAttr = this.getItemLineAttr(itemLine, newPosition, newItemPosition);
134
+ if ("type-arc" === type && "arc-segment" === this._line.key || "type-arc" !== type && "segment" === this._line.key) this._line.setAttributes(Object.assign(Object.assign({}, pointsAttr), {
102
135
  startSymbol: startSymbol,
103
136
  endSymbol: endSymbol,
104
137
  lineStyle: lineStyle,
105
- visible: visible
106
- });
138
+ visible: visible,
139
+ state: {
140
+ line: merge({}, DEFAULT_STATES, null == state ? void 0 : state.line),
141
+ startSymbol: merge({}, DEFAULT_STATES, null == state ? void 0 : state.lineStartSymbol),
142
+ endSymbol: merge({}, DEFAULT_STATES, null == state ? void 0 : state.lineEndSymbol)
143
+ }
144
+ })); else {
145
+ this._line.release();
146
+ const lineConstructor = "type-arc" === type ? ArcSegment : Segment;
147
+ this._container.removeChild(this._line), this._line = new lineConstructor(Object.assign(Object.assign({}, pointsAttr), {
148
+ pickable: !1,
149
+ startSymbol: startSymbol,
150
+ endSymbol: endSymbol,
151
+ lineStyle: lineStyle,
152
+ visible: visible,
153
+ state: {
154
+ line: merge({}, DEFAULT_STATES, null == state ? void 0 : state.line),
155
+ startSymbol: merge({}, DEFAULT_STATES, null == state ? void 0 : state.lineStartSymbol),
156
+ endSymbol: merge({}, DEFAULT_STATES, null == state ? void 0 : state.lineEndSymbol)
157
+ }
158
+ })), this._container.add(this._line);
159
+ }
107
160
  }
108
161
  }
109
- getDecorativeLineAttr(itemLine, itemPosition) {
162
+ getDecorativeLineAttr(itemLine) {
110
163
  var _a;
111
164
  const decorativeLength = (null === (_a = null == itemLine ? void 0 : itemLine.decorativeLine) || void 0 === _a ? void 0 : _a.length) || 10, itemAngle = this._line.getEndAngle() || 0;
112
165
  return {
@@ -116,25 +169,34 @@ export class MarkPoint extends Marker {
116
169
  endPointOffsetY: -decorativeLength / 2 * Math.sin(itemAngle - Math.PI / 2)
117
170
  };
118
171
  }
119
- setDecorativeLineAttr(itemLine, itemPosition, visible) {
172
+ setDecorativeLineAttr(itemLine, newItemPosition, visible) {
173
+ var _a;
120
174
  if (this._decorativeLine) {
121
- const {lineStyle: lineStyle} = itemLine, {startPointOffsetX: startPointOffsetX, startPointOffsetY: startPointOffsetY, endPointOffsetX: endPointOffsetX, endPointOffsetY: endPointOffsetY} = this.getDecorativeLineAttr(itemLine, itemPosition);
175
+ const {lineStyle: lineStyle} = itemLine, {startPointOffsetX: startPointOffsetX, startPointOffsetY: startPointOffsetY, endPointOffsetX: endPointOffsetX, endPointOffsetY: endPointOffsetY} = this.getDecorativeLineAttr(itemLine);
122
176
  this._decorativeLine.setAttributes(Object.assign(Object.assign({
123
177
  points: [ {
124
- x: itemPosition.x + startPointOffsetX,
125
- y: itemPosition.y + startPointOffsetY
178
+ x: newItemPosition.x + startPointOffsetX,
179
+ y: newItemPosition.y + startPointOffsetY
126
180
  }, {
127
- x: itemPosition.x + endPointOffsetX,
128
- y: itemPosition.y + endPointOffsetY
181
+ x: newItemPosition.x + endPointOffsetX,
182
+ y: newItemPosition.y + endPointOffsetY
129
183
  } ]
130
184
  }, lineStyle), {
131
185
  visible: visible
132
- }));
186
+ })), this._decorativeLine.states = merge({}, DEFAULT_STATES, null === (_a = this.attribute.state) || void 0 === _a ? void 0 : _a.line);
133
187
  }
134
188
  }
135
- setAllOfItemsAttr(itemPosition) {
189
+ setTargetItemAttributes(targetItem, position) {
190
+ var _a, _b;
191
+ this._targetItem && (this._targetItem.setAttributes(Object.assign({
192
+ x: position.x,
193
+ y: position.y,
194
+ visible: null !== (_a = targetItem.visible) && void 0 !== _a && _a
195
+ }, targetItem.style)), this._targetItem.states = merge({}, DEFAULT_STATES, null === (_b = this.attribute.state) || void 0 === _b ? void 0 : _b.targetItem));
196
+ }
197
+ setAllOfItemsAttr(newPosition, newItemPosition) {
136
198
  var _a;
137
- const {position: position, itemLine: itemLine = {}, itemContent: itemContent = {}, limitRect: limitRect} = this.attribute, {type: type = "text", confine: confine} = itemContent;
199
+ const {position: position, itemLine: itemLine = {}, itemContent: itemContent = {}, limitRect: limitRect, targetItemContent: targetItemContent} = this.attribute, {type: type = "text", confine: confine} = itemContent;
138
200
  if (limitRect && confine) {
139
201
  const {x: x, y: y, width: width, height: height} = limitRect, {dx: dx, dy: dy} = computeOffsetForlimit(this._item, {
140
202
  x1: x,
@@ -142,40 +204,51 @@ export class MarkPoint extends Marker {
142
204
  x2: x + width,
143
205
  y2: y + height
144
206
  });
145
- itemPosition.x = itemPosition.x + dx, itemPosition.y = itemPosition.y + dy;
207
+ newItemPosition.x = newItemPosition.x + dx, newItemPosition.y = newItemPosition.y + dy;
146
208
  }
147
- this.setItemAttributes(this._item, itemContent, itemPosition, type), this.setItemLineAttr(itemLine, position, itemPosition, itemLine.visible),
148
- this.setDecorativeLineAttr(itemLine, itemPosition, null === (_a = itemLine.decorativeLine) || void 0 === _a ? void 0 : _a.visible);
209
+ this.setTargetItemAttributes(targetItemContent, position), this.setItemLineAttr(itemLine, newPosition, newItemPosition, itemLine.visible),
210
+ this.setItemAttributes(this._item, itemContent, newItemPosition, type), this.setDecorativeLineAttr(itemLine, newItemPosition, null === (_a = itemLine.decorativeLine) || void 0 === _a ? void 0 : _a.visible);
211
+ }
212
+ computeNewPositionAfterTargetItem(position) {
213
+ var _a;
214
+ const {itemContent: itemContent = {}, targetItemContent: targetItemContent} = this.attribute, {offsetX: itemContentOffsetX = 0, offsetY: itemContentOffsetY = 0} = itemContent, {margin: targetItemContentMargin = 0, style: targetItemContentStyle, visible: targetItemvisible = !1, size: targetItemContentSize} = targetItemContent, targetSize = targetItemvisible ? targetItemContentSize || (null !== (_a = targetItemContentStyle.size) && void 0 !== _a ? _a : 10) : 0, targetOffsetAngle = deltaXYToAngle(itemContentOffsetY, itemContentOffsetX);
215
+ return {
216
+ newPosition: {
217
+ x: position.x + (targetSize + targetItemContentMargin) * Math.cos(targetOffsetAngle),
218
+ y: position.y + (targetSize + targetItemContentMargin) * Math.sin(targetOffsetAngle)
219
+ },
220
+ newItemPosition: {
221
+ x: position.x + (targetSize + targetItemContentMargin) * Math.cos(targetOffsetAngle) + itemContentOffsetX,
222
+ y: position.y + (targetSize + targetItemContentMargin) * Math.sin(targetOffsetAngle) + itemContentOffsetY
223
+ }
224
+ };
149
225
  }
150
226
  initMarker(container) {
151
- const {position: position, itemContent: itemContent = {}, state: state} = this.attribute, itemPosition = {
152
- x: position.x + (itemContent.offsetX || 0),
153
- y: position.y + (itemContent.offsetY || 0)
154
- }, line = new Segment({
227
+ const {position: position, itemContent: itemContent = {}, itemLine: itemLine} = this.attribute, {type: itemLineType = "type-s"} = itemLine, {newPosition: newPosition, newItemPosition: newItemPosition} = this.computeNewPositionAfterTargetItem(position), line = new ("type-arc" === itemLineType ? ArcSegment : Segment)({
155
228
  points: [],
156
229
  pickable: !1,
157
- state: {
158
- line: merge({}, DEFAULT_STATES, null == state ? void 0 : state.line),
159
- startSymbol: merge({}, DEFAULT_STATES, null == state ? void 0 : state.lineStartSymbol),
160
- endSymbol: merge({}, DEFAULT_STATES, null == state ? void 0 : state.lineEndSymbol)
161
- }
230
+ center: {
231
+ x: 0,
232
+ y: 0
233
+ },
234
+ radius: 0,
235
+ startAngle: 0,
236
+ endAngle: 0
162
237
  });
163
238
  line.name = "mark-point-line", this._line = line, container.add(line);
164
239
  const decorativeLine = graphicCreator.line({
165
240
  points: []
166
241
  });
167
- decorativeLine.states = merge({}, DEFAULT_STATES, null == state ? void 0 : state.line),
168
242
  decorativeLine.name = "mark-point-decorativeLine", this._decorativeLine = decorativeLine,
169
243
  container.add(decorativeLine);
170
- const item = this.initItem(itemContent, itemPosition);
171
- this._item = item, this.setAllOfItemsAttr(itemPosition), container.add(item);
244
+ const targetItem = graphicCreator.symbol({});
245
+ targetItem.name = "mark-point-targetItem", this._targetItem = targetItem, container.add(this._targetItem);
246
+ const item = this.initItem(itemContent, newItemPosition);
247
+ this._item = item, container.add(item), this.setAllOfItemsAttr(newPosition, newItemPosition);
172
248
  }
173
249
  updateMarker() {
174
- const {position: position, itemContent: itemContent = {}} = this.attribute, {type: type = "text"} = itemContent, itemPosition = {
175
- x: position.x + (itemContent.offsetX || 0),
176
- y: position.y + (itemContent.offsetY || 0)
177
- };
178
- this.setItemAttributes(this._item, itemContent, itemPosition, type), this.setAllOfItemsAttr(itemPosition);
250
+ const {position: position, itemContent: itemContent = {}} = this.attribute, {type: type = "text"} = itemContent, {newPosition: newPosition, newItemPosition: newItemPosition} = this.computeNewPositionAfterTargetItem(position);
251
+ this.setItemAttributes(this._item, itemContent, newItemPosition, type), this.setAllOfItemsAttr(newPosition, newItemPosition);
179
252
  }
180
253
  isValidPoints() {
181
254
  const {position: position} = this.attribute;