How to make tooltip always appear without hovering on 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.