Percents + visualization (#139)
* Black autoformat * Add percent and divide filters * Remove divide filter * Add percents in brackets and visualization * Apply percents and visualization to all data * Switch absolute to relative * Increase percent bar height * Move bar to separated file * Add USE_RELATIVE_MAX_IN_BAR_VISUALIZATION to settings * Add flex items-center * Move bar to left * Remove spaces * Fix USE_RELATIVE_MAX_IN_BAR_VISUALIZATION * Remove unnecessary True * Add bar_width tag * Add flex-none to make flag not get squished * Fix flex-none
This commit is contained in:
5
app.json
5
app.json
@@ -132,6 +132,11 @@
|
||||
"description": "How many services should be displayed on dashboard page?",
|
||||
"value": "5",
|
||||
"required": false
|
||||
},
|
||||
"USE_RELATIVE_MAX_IN_BAR_VISUALIZATION": {
|
||||
"description": "Should background bars be scaled to full width?",
|
||||
"value": "True",
|
||||
"required": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user