Skip to content

Commit

Permalink
Updated Config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Arenal Mijares committed Feb 14, 2014
1 parent e99f664 commit 4242c32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions map/js/config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var config = {};

config.data_file = "data/somefile.csv";
config.column_title = "Some_Column";
config.data_file = "data/population.csv";
config.column_title = "population";

config.map_height = "400px";
config.map_width = "800px";
Expand Down

0 comments on commit 4242c32

Please sign in to comment.