Skip to content

Commit ba6aeaf

Browse files
authored
Merge pull request #440 from plotly/cam/fix-choropleth-example
docs: Fix config for JS choropleth example
2 parents a77356b + 1063306 commit ba6aeaf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_posts/plotly_js/maps/choropleth-maps/2015-08-10-countrygdp-choropleth-map.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
width: 0.5
2828
}
2929
},
30-
tick0: 0,
3130
zmin: 0,
32-
dtick: 1000,
3331
colorbar: {
32+
dtick: 1000,
33+
tick0: 0,
3434
tickmode: 'linear',
3535
tickprefix: '$',
3636
title: {text: 'GDP<br>Billions US$'}

0 commit comments

Comments
 (0)