add csp revenue chart

This commit is contained in:
Tobias Brunner 2025-07-23 15:45:40 +02:00
parent 5cc6b779c5
commit ec64dd7415
Signed by: tobru
SSH key fingerprint: SHA256:kOXg1R6c11XW3/Pt9dbLdQvOJGFAy+B2K6v6PtRWBGQ
3 changed files with 166 additions and 43 deletions

View file

@ -124,7 +124,7 @@
}
/* Secondary charts get good height */
#revenueChart, #cashFlowChart, #modelComparisonChart {
#revenueChart, #cashFlowChart, #cspRevenueChart {
height: 400px !important;
}
@ -169,7 +169,7 @@
height: 350px !important;
}
#revenueChart, #cashFlowChart, #modelComparisonChart {
#revenueChart, #cashFlowChart, #cspRevenueChart {
height: 300px !important;
}
@ -183,7 +183,7 @@
height: 250px !important;
}
#revenueChart, #cashFlowChart, #modelComparisonChart {
#revenueChart, #cashFlowChart, #cspRevenueChart {
height: 200px !important;
}
}