-
Notifications
You must be signed in to change notification settings - Fork 19.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom Tooltip for Radar Chart[Feature] #16595
Comments
@MNHarshitha you can use the |
how to show only one point's tooltip that close to mouse? |
|
Maybe this issue is related to #10537 (comment) |
According to my understanding in the above ticket 10537, axisPointer option is being requested. We are trying to configure the tooltip on the item. To be more precise, when tooltip is configured for line series with the trigger on item, info related to only that data point is being displayed. |
any updates? |
I made this solution to show the hovered indicator alone using costumed JS functions for radar echarts
function setIndicatorEvent() { function customEvent(event) {
var options = {
|
Having same issue would be good to have this |
What problem does this feature solve?
Hi,
We have a requirement of showing tooltips for the radar chart. The tooltip should consist of the data value and the corresponding indicator.
https://echarts.apache.org/examples/en/editor.html?c=radar
What does the proposed API look like?
Some information in tooltip callback params using which we can construct the tooltip display labels in the following way
indicaterName: dataValue
The text was updated successfully, but these errors were encountered: