[ {
“hovertemplate”: “%{label} ; %{value}”,
“textinfo”:“none”,
“type”: “pie”,
“sort”: false
} ]
I am using this Json code , but this is working only when I am hovering over pie chart.
[ {
“hovertemplate”: “%{label} ; %{value}”,
“textinfo”:“none”,
“type”: “pie”,
“sort”: false
} ]
I am using this Json code , but this is working only when I am hovering over pie chart.