Skip to content

Commit 004bbb0

Browse files
committed
turn off hover for the lines
1 parent cb71b64 commit 004bbb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/figure_factory/_county_choropleth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ def create_choropleth(fips, values, scope=['usa'], binning_endpoints=None,
788788
fill='toself',
789789
fillcolor=color_lookup[lev],
790790
name=lev,
791-
hoverinfo='text',
791+
hoverinfo='none',
792792
)
793793
plot_data.append(county_data)
794794

0 commit comments

Comments
 (0)