We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee6382 commit 3ffffccCopy full SHA for 3ffffcc
geophires/geophires-ui.js
@@ -171,10 +171,6 @@ function renderGenerationProfileGraphs(resultsData) {
171
}
172
173
function renderRevenueAndCashflowProfile(resultsData) {
174
- // FIXME TODO WIP
175
- console.debug('Skipping revenue & cashflow profile render until units are fixed')
176
- return
177
-
178
let profileChartElt = document.getElementById('revenue-and-cashflow-profile-chart')
179
if(REVENUE_AND_CASHFLOW_PROFILE_KEY in resultsData) {
180
setVisible(profileChartElt, true)
0 commit comments