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 09:43:34 UTC

[GitHub] [incubator-echarts] BonGrace edited a comment on issue #10537: Problem with tooltip axis of radar charts

BonGrace edited a comment on issue #10537: Problem with tooltip axis of radar charts
URL: https://github.com/apache/incubator-echarts/issues/10537#issuecomment-608339356
 
 
   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.
   
   
   This seems to be a new feature waiting for implement.

----------------------------------------------------------------
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