Closed dpinney closed 10 years ago
I encountered a problem: Some of the gridlabd simulation do not have DG in allOutputData.json file, except for the Public Gridlabd. Is it the usual case or not? Two options:
DG is not in all Gridlabd models. If it's missing, set DG to 0 in the .py. Good catch.
Check commit 95693abc30ae21d18002810e610d479118b91ffd. Made changes of display charts in gridlabSingle.
This is awesome!
Another optional display of energy chart could be like this:
Inner circle is the powerflow of substation and DG, outer circle is the energy of losses and loads. Each of them take a certain percentage of "in" or "out" energy.
Beautiful. However, the report interface is 1000 pixels wide. So the pie chart would leave a lot of blank space beside it, which is bad.
For the horizontal bar chart, can we make it less tall?
Is this enough?
Perfect!
Closed by commit 6394c3a4a5451592c56b5e027062cd2d570380b5
Specifically: (1) The chart should show numbers based on the current model run; currently it just shows a hard-coded value. 2) The chart needs to be smaller and a bar (horizontal) not column chart.