Skip to content

Commit

Permalink
Fix: Balance profile chart has "direct" in front now.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoernert committed Feb 4, 2024
1 parent 02c6c8e commit 81d1000
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions framework/public/devUI/assets/js/uc_balancing.js
Original file line number Diff line number Diff line change
Expand Up @@ -352,18 +352,19 @@ $(document).ready(function() {
yAxisID: 'A',
},
{
label: 'Ausgleich (kWh)',
fill:true,
data: chartDataEnergy,
backgroundColor:["#a0a0a0"],
yAxisID: 'B',
}, {
label: 'Direkt (kWh)',
fill:true,
data: chartDataDirect,
backgroundColor:["#147a50"],
yAxisID: 'B',
}];
},
{
label: 'Ausgleich (kWh)',
fill:true,
data: chartDataEnergy,
backgroundColor:["#a0a0a0"],
yAxisID: 'B',
} ];


window.chartObject = new Chart(ctxChart, {
Expand Down
2 changes: 1 addition & 1 deletion framework/public/devUI/uc_balancing.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ <h4 class="modal-title">Zertifikat</h4><button class="btn-close" type="button" a
<script src="assets/js/3party/joint.js?h=dc880dd8c8ce2e6e70f5f32cfac61b0e"></script>
<script src="assets/js/utils.js?h=b6a1e690b2a987d9af7e9692dff15273"></script>
<script src="assets/js/3party/marked.min.js?h=26085551a49dd1635b48b42f08c3d583"></script>
<script src="assets/js/uc_balancing.js?h=2dbc6b0ce005c335e6e48be63be00647"></script>
<script src="assets/js/uc_balancing.js?h=1a970e87cdef8415964202412e3db99d"></script>
<script src="assets/js/uc_balancemanager.js?h=c1946bd0d64daf89b8b0911778d9b98e"></script>
</body>

Expand Down

0 comments on commit 81d1000

Please sign in to comment.