Skip to content

Commit 2acf615

Browse files
committed
indent fix
1 parent 9b6292b commit 2acf615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/plotly_js/maps/choropleth-maps/2015-08-11-US-pop-by-state-choropleth.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
showlakes: true,
3232
lakecolor: 'rgb(255, 255, 255)',
3333
subunitcolor: 'rgb(255, 255, 255)',
34-
lonaxis: {},
35-
lataxis: {}
34+
lonaxis: {},
35+
lataxis: {}
3636
}
3737
};
3838
Plotly.plot(myDiv, data, layout, {showLink: false});

0 commit comments

Comments
 (0)