Skip to content

Commit

Permalink
Add param for bubble chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ModelEarth committed Feb 21, 2024
1 parent 60c5175 commit 91a7602
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions biodiesel/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
param.display = "everything"
param.naics = "325199" // Other basic organic chemicals
param.set = "energy"
param.state = "IL" // Could remove after bubble chart works without state.
param.indicators = "ENRG,NNRG,RNRG"
param.x = "ENRG"
param.y = "HAPS"
Expand Down
2 changes: 0 additions & 2 deletions ev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
param.lat = "33.0362"
param.lon = "-85.0322"
param.zoom = 14


</script>
<script type="text/javascript" src="../../localsite/js/localsite.js?showheader=true&showsearch=true"></script>

Expand Down
2 changes: 0 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<script>
if(typeof param=='undefined'){ var param={}; }
param.display = "everything"
//param.state = "SD"
param.indicators = "GHG,GCC,MGHG,OGHG,HRSP,OZON,SMOG,HAPS,ENRG,WATR"

// App menu
Expand All @@ -41,7 +40,6 @@
</head>

<body>

<style>
.bgimg {
min-height: 600px;
Expand Down

0 comments on commit 91a7602

Please sign in to comment.