MINDoSOFT commented on issue #9618: Tooltip formatter for multiple y-axis 
URL: 
https://github.com/apache/incubator-echarts/issues/9618#issuecomment-498578234
 
 
   Hi @100pah ,
   
   from the params I can access the seriesId, seriesIndex, seriesName and 
seriesType.
   I can then use the seriesIndex and the chart options to retrieve the y axis 
index for the specific series.
   But I believe it is too much effort for something that is commonly needed in 
the tooltip formatter callback.
   
   It seems that now this issue it addressed with this commit : 
https://github.com/apache/incubator-echarts/pull/10437/commits/cba87b0ce1489a0e092d39689ab38af3e5505871
 which includes the axis info in the params. Hopefully this axis contains both 
X and Y axis information.
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

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

Reply via email to