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:
@@ -98,3 +98,6 @@ LOCATION_URL=https://www.openstreetmap.org/?mlat=$LATITUDE&mlon=$LONGITUDE
|
||||
# How many services should be displayed on dashboard page?
|
||||
# Set to big number if you don't want pagination at all.
|
||||
DASHBOARD_PAGE_SIZE=5
|
||||
|
||||
# Should background bars be scaled to full width?
|
||||
USE_RELATIVE_MAX_IN_BAR_VISUALIZATION=True
|
||||
|
||||
Reference in New Issue
Block a user