100pah commented on code in PR #20166:
URL: https://github.com/apache/echarts/pull/20166#discussion_r1897786205


##########
src/component/marker/MarkerModel.ts:
##########
@@ -53,6 +53,7 @@ export interface MarkerPositionOption {
     // Absolute position, px or percent string
     x?: number | string
     y?: number | string
+    relativeTo?: 'screen' | 'coordinate'

Review Comment:
   It seems that in programming context global can also be used as a noun, 
which is an abbreviation of "global variable", "global scope", etc. 
   But it's OK to use `container`, since no better alternative can be found.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to