Skip to content

Commit 8ac5dce

Browse files
authored
Update 2015-08-15-north-america-percipitation-map.html
You forgot an opening single quote for the title's text so the graph doesn't render on the website.
1 parent c921c45 commit 8ac5dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/plotly_js/maps/scatter-plot-on-maps/2015-08-15-north-america-percipitation-map.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
range: [ 20.0, 60.0 ],
7575
dtick: 5
7676
},
77-
title: {text: North America Precipitation'},
77+
title: {text: 'North America Precipitation'},
7878
width: 600,
7979
height: 600
8080
};

0 commit comments

Comments
 (0)