We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c116e2f commit 4150c97Copy full SHA for 4150c97
1 file changed
lib/BarPlot.tsx
@@ -146,7 +146,7 @@ function makeTransforms(
146
147
if (preferHcdData) {
148
const hcdTransforms: Transform[] = []
149
- for (const numUnits of NUM_UNITS) {
+ for (const numUnits of NUM_UNITS.concat(["total"])) {
150
// We don't have value data in the HCD dataset, so only do the substitution for buildings and units.
151
for (const type of ["bldgs", "units"]) {
152
for (const suffix of ["", "_per_capita", "_per_capita_per_1000"]) {
0 commit comments