diff --git a/src/components/HistoricalBuildingDataTable.vue b/src/components/HistoricalBuildingDataTable.vue
new file mode 100644
index 00000000..4f1e0bd1
--- /dev/null
+++ b/src/components/HistoricalBuildingDataTable.vue
@@ -0,0 +1,160 @@
+
+
+
+
+
+
+
+
+
+ Year
+
+
+ Floor Area sqft
+
+
+ Chicago Energy
+
Rating
+
+ Energy Star
+
Score
+
+ GHG Intensity kg CO2e / sqft
+
+
+ Source EUI kBtu / sqft
+
+
+
+ Electricity Use kBtu
+
+
+ Natural Gas Use kBtu
+
+
+ District Steam Use kBtu
+
+
+
+
+ {{ benchmark.DataYear }}
+
+ {{ benchmark.GrossFloorArea | optionalInt }}
+
+
+ {{ benchmark.ChicagoEnergyRating || '-' }}
+
+
+ {{ benchmark.ENERGYSTARScore || '-' }}
+
+ {{ benchmark.GHGIntensity }}
+ {{ benchmark.SourceEUI }}
+
+
+ {{ benchmark.ElectricityUse | optionalInt }}
+ {{ benchmark.NaturalGasUse | optionalInt }}
+
+ {{ benchmark.DistrictSteamUse | optionalInt }}
+
+
- Year - | -- Floor Area sqft - | -
- Chicago Energy Rating - |
-
- Energy Star Score - |
- - GHG Intensity kg CO2e / sqft - | -- Source EUI kBtu / sqft - | - -- Electricity Use kBtu - | -- Natural Gas Use kBtu - | -- District Steam Use kBtu - | -
---|---|---|---|---|---|---|---|---|
{{ benchmark.DataYear }} | -{{ benchmark.GrossFloorArea | optionalInt }} | -{{ benchmark.ChicagoEnergyRating || '-' }} | -{{ benchmark.ENERGYSTARScore || '-' }} | -{{ benchmark.GHGIntensity }} | -{{ benchmark.SourceEUI }} | - - -{{ benchmark.ElectricityUse | optionalInt }} | -{{ benchmark.NaturalGasUse | optionalInt }} | -{{ benchmark.DistrictSteamUse | optionalInt }} | -
* Note on Rankings: Rankings and medians are among included @@ -479,13 +426,14 @@ query ($id: ID!, $ID: String) {