Skip to content

Commit 1063306

Browse files
committed
docs: Fix config for JS choropleth example
1 parent a77356b commit 1063306

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)