-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Description
Tooltip is not showing
Using you current version of sunburst chart and i do not know why the tooltip on hover chart is not showing. i used the following code. please let me know how can i fix this...
let chart = Sunburst();
chart
.data(data)
.width(740)
.height(740)
.color((d) => d.color)
.showTooltip(() => true)
.tooltipContent((d) => Notes: <i>${d.name} </i>)
.excludeRoot(true)(document.getElementById("chart-sunburst"+chartFor));
i am using the sample data and added color to it
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels