Skip to content

Tooltip is not showing #111

@mbasakCinedigmInd

Description

@mbasakCinedigmInd

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions