You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2022/04/11 08:41:40 UTC

[GitHub] [echarts] mysteryfuko opened a new issue, #16863: [Feature] how to get the point on the line,it x value and y value ?

mysteryfuko opened a new issue, #16863:
URL: https://github.com/apache/echarts/issues/16863

   ### What problem does this feature solve?
   
   是否可以通过折线上某1点的x值获取对应的y值?
   how to get the point on the line,it x value and y value ?
   或者是否可以判断一个坐标是否在在折线上?
   or  how can i judge [x,y] is in the line?
   
   ![image](https://user-images.githubusercontent.com/6713863/162697318-ed7c0188-a360-424d-accb-4eb43e076bea.png)
   
   ### What does the proposed API look like?
   
   I don't know.


-- 
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: commits-unsubscribe@echarts.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [echarts] echarts-bot[bot] commented on issue #16863: [Feature] how to get the point on the line,it x value and y value ?

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #16863:
URL: https://github.com/apache/echarts/issues/16863#issuecomment-1094718014

   @mysteryfuko It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗
   <details><summary><b>TRANSLATED</b></summary><br>
   
   **BODY**
   
   ### What problem does this feature solve?
   
   Can I get the corresponding y value by the x value of a certain point on the polyline?
   how to get the point on the line,it x value and y value ?
   Or is it possible to tell if a coordinate is on a polyline?
   or  how can i judge [x,y] is in the line?
   
   ![image](https://user-images.githubusercontent.com/6713863/162697318-ed7c0188-a360-424d-accb-4eb43e076bea.png)
   
   ### What does the proposed API look like?
   
   I don't know.
   </details>


-- 
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: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [echarts] jiawulin001 commented on issue #16863: [Feature] how to get the point on the line,it x value and y value ?

Posted by GitBox <gi...@apache.org>.
jiawulin001 commented on issue #16863:
URL: https://github.com/apache/echarts/issues/16863#issuecomment-1095841138

   在`yAxis`下加入:
   Add under `yAxis`:
   ```
   axisPointer:{
         show:'true',
         type:'line',
       }
   ```
   可以做到实时跟踪鼠标处的数据,但是无法做到精准地获取折线上的数据
   can trace the data at mouse, but it cannot trace the data point on interpolated lines.


-- 
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: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


Re: [I] [Feature] how to get the point on the line,it x value and y value ? [echarts]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #16863:
URL: https://github.com/apache/echarts/issues/16863#issuecomment-2067281476

   This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open a new issue and link this to it. Thanks!


-- 
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: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


Re: [I] [Feature] how to get the point on the line,it x value and y value ? [echarts]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #16863: [Feature] how to get the  point on the line,it  x value and y value ?
URL: https://github.com/apache/echarts/issues/16863


-- 
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: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


Re: [I] [Feature] how to get the point on the line,it x value and y value ? [echarts]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #16863:
URL: https://github.com/apache/echarts/issues/16863#issuecomment-2050543304

   This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue.


-- 
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: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org