Skip to content

Commit

Permalink
update emissions metrics with units
Browse files Browse the repository at this point in the history
  • Loading branch information
rmroot committed Nov 25, 2024
1 parent b1cf081 commit d91cd72
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/app/shared/constants/keyPerformanceMetrics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -547,28 +547,31 @@ export const KeyPerformanceMetricOptions: Array<KeyPerformanceMetricOption> = [
kpiValue: "chemicalEmissions",
isQuantitative: true,
goalToIncrease: false,
totalUnit: 'tonne CO2e',
timePeriod: 'yr',
calculationMethod: 'percentTotal'
calculationMethod: 'costPerUnit'
},
{
label: "Scope 2 Emissions",
htmlLabel: "Scope 2 Emissions",
value: "scope2Emissions",
kpiValue: "chemicalEmissions",
totalUnit: 'tonne CO2e',
isQuantitative: true,
goalToIncrease: false,
timePeriod: 'yr',
calculationMethod: 'percentTotal'
calculationMethod: 'costPerUnit'
},
{
label: "Scope 3 Emissions",
htmlLabel: "Scope 3 Emissions",
value: "scope3Emissions",
kpiValue: "chemicalEmissions",
totalUnit: 'tonne CO2e',
isQuantitative: true,
goalToIncrease: false,
timePeriod: 'yr',
calculationMethod: 'percentTotal'
calculationMethod: 'costPerUnit'
},
{
label: "Particulate Emissions",
Expand Down

0 comments on commit d91cd72

Please sign in to comment.