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 2020/04/03 14:32:43 UTC

[GitHub] [incubator-echarts] serich5 commented on issue #10537: Problem with tooltip axis of radar charts

serich5 commented on issue #10537: Problem with tooltip axis of radar charts
URL: https://github.com/apache/incubator-echarts/issues/10537#issuecomment-608466921
 
 
   Thanks for the information.  So it sounds like it is not a bug, it is just
   not implemented yet.  Can we get it implemented?
   
   Thanks,
   
   Stephen
   
   On Fri, Apr 3, 2020 at 2:42 AM Grace <no...@github.com> wrote:
   
   > As I figured out the main cause of this issue is that radar component
   > hasn't implemented axisPointer yet, so it does not support showing axis
   > message for series.
   > I've searched for reason from official docs, and got some clues, as follow:
   >
   > axisPointer is a tool for displaying reference line and axis value under
   > mouse pointer.
   >
   > Summary: axisPointer is the tool matters most in this issue.
   >
   > Radar: 1. Coordinate for radar charts. This component is equal to the
   > polar component in ECharts 2. Because the polar component in the echarts 3
   > is reconstructed to be the standard polar coordinate component, this
   > component is renamed to be radar to avoid confusion.
   >
   > Summary: radar coordinate is different from polar coordinate in Echarts 3
   >
   > Radar chart coordinate is different from polar coordinate, in that every
   > axis indicator of the radar chart coordinate is an individual dimension.
   >
   > Summary: radar coordinate is very special.
   >
   > How to display axisPointer:
   > In cartesian (grid) and polar](~polar) and (single axis, each axis has its
   > own axisPointer.
   >
   > Summary: As a special coordinator, radar does not exist in axisPointer's
   > implements list.
   >
   > —
   > You are receiving this because you commented.
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/incubator-echarts/issues/10537#issuecomment-608339356>,
   > or unsubscribe
   > <https://github.com/notifications/unsubscribe-auth/AF6OGUWEKQKUVNDDTH54GELRKWVPVANCNFSM4HPIZRLQ>
   > .
   >
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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