india map graph on the basis of covid19 api code example
Example: Chloropeth map of india which shows current date confirmed cases in every state.
p.add_tools(HoverTool(renderers = [states], tooltips = [ ('State','@State'), ('Confirmed cases','@Confirmed'), ('Active cases','@Active'), ('Recovered cases','@Recovered'), ('Deaths','@Deceased') ]))