forked from MapComplete/MapComplete
Add rewrite of 'special' clauses, various QOLimprovements on import viewer
This commit is contained in:
parent
8df0324572
commit
c47a6d5ea7
22 changed files with 597 additions and 155 deletions
|
@ -128,8 +128,9 @@ export default class Histogram<T> extends VariableUiElement {
|
|||
.SetStyle(`background: ${actualAssignColor(key)}; width: ${100 * counts.get(key) / max}%`)
|
||||
]).SetClass("block w-full")
|
||||
|
||||
]),
|
||||
keys.map(_ => ["width: 20%"])
|
||||
]),{
|
||||
contentStyle:keys.map(_ => ["width: 20%"])
|
||||
}
|
||||
).SetClass("w-full zebra-table");
|
||||
}, [sortMode]));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue