<div id="viz_container">
<svg id="powerplants" width="1000" height="1000"></svg>
<div id="controls">
<h2>U.S. Power Plants</h2>
<div>
<button id="btn-COAL" class="COAL">COAL</button>
<button id="btn-BIOMASS" class="BIOMASS">BIOMASS</button>
<button id="btn-HYDRO" class="HYDRO">HYDRO</button>
<button id="btn-OIL" class="OIL">OIL</button>
<button id="btn-GAS" class="GAS">GAS</button>
<button id="btn-NUCLEAR" class="NUCLEAR">NUCLEAR</button>
<button id="btn-GEOTHERMAL" class="GEOTHERMAL">GEOTHERMAL</button>
<button id="btn-WIND" class="WIND">WIND</button>
<button id="btn-SOLAR" class="SOLAR">SOLAR</button>
<button id="btn-OTHERFOSL" class="OTHRFOSL">OTHERFOSL</button>
<button id="btn-WSTHTOTPUR" class="WSTHTOTPUR">WSTHTOTPUR</button>
<br /><br />
<button id="btn-dimAll">Dim All</button>
<button id="btn-showAll">Show All</button>
<br /><br />
Choose a state: <select id="states"></select>
</div>
<div style="margin-top:20px;">
<strong>Change Factors:</strong><br>
<button id="btn-changeCO2e">CO2e</button>
<button id="btn-changeCO2">CO2</button>
<button id="btn-changeCH4">CH4</button>
<button id="btn-changeN2O">N2O</button>
<br /><br />
<button id="btn-map">Make it a Map</button>
</div>
<div style="margin-top: 30px;">
· Color of bubble represents fuel type<br />
· Size of bubble represents plant generation capacity<br />
· Height of bubble represents equivalent CO2 emissions (CO2e), or change it's factor with the buttons.<br />
· Left to right is plant location in the US, by longitude.<br /> (latitude is not represented)
</div>
</div>
</div>