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 @@ + + + + + diff --git a/src/templates/BuildingDetails.vue b/src/templates/BuildingDetails.vue index f96367b4..a8ec5ce5 100644 --- a/src/templates/BuildingDetails.vue +++ b/src/templates/BuildingDetails.vue @@ -309,60 +309,7 @@ query ($id: ID!, $ID: String) {

Historical Data

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- 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) {