()
| 137 | |
| 138 | //graph functions |
| 139 | function addPowerGraph() { |
| 140 | nuclearChart = new Chart( |
| 141 | document.getElementById('powergraph'), |
| 142 | configLine("Main Power Source (MWT)", 2000, 1700, false) |
| 143 | ); |
| 144 | Chart.defaults.font.family = "'Barlow'"; |
| 145 | } |
| 146 | |
| 147 | function removePowerGraph() { |
| 148 | nuclearChart.destroy(); |
no test coverage detected