|
269 | 269 | datasets: [{
|
270 | 270 | data: electricity1,
|
271 | 271 | label: "{% trans 'Electricity 1 (low tariff)' %}",
|
272 |
| - fillColor: "rgba(255,255,255,0.2)", |
| 272 | + fillColor: "rgba(160,0,0,0.1)", |
273 | 273 | strokeColor: "rgba(160,0,0,1)",
|
274 | 274 | pointColor: "rgba(160,0,0,1)",
|
275 | 275 | pointStrokeColor: "#fff",
|
|
278 | 278 | }, {
|
279 | 279 | data: electricity2,
|
280 | 280 | label: "{% trans 'Electricity 2 (high tariff)' %}",
|
281 |
| - fillColor: "rgba(255,255,255,0.2)", |
| 281 | + fillColor: "rgba(255,0,0,0.1)", |
282 | 282 | strokeColor: "rgba(255,0,0,1)",
|
283 | 283 | pointColor: "rgba(255,0,0,1)",
|
284 | 284 | pointStrokeColor: "#fff",
|
|
306 | 306 | datasets: [{
|
307 | 307 | data: electricity1_returned,
|
308 | 308 | label: "{% trans 'Electricity 1 returned (low tariff)' %}",
|
309 |
| - fillColor: "rgba(255,255,255,0.2)", |
| 309 | + fillColor: "rgba(200,200,100,0.1)", |
310 | 310 | strokeColor: "rgba(200,200,100,1)",
|
311 | 311 | pointColor: "rgba(200,200,100,1)",
|
312 | 312 | pointStrokeColor: "#fff",
|
|
315 | 315 | }, {
|
316 | 316 | data: electricity2_returned,
|
317 | 317 | label: "{% trans 'Electricity 1 returned (high tariff)' %}",
|
318 |
| - fillColor: "rgba(255,255,255,0.2)", |
| 318 | + fillColor: "rgba(39,194,76,0.1)", |
319 | 319 | strokeColor: "rgba(39,194,76,1)",
|
320 | 320 | pointColor: "rgba(39,194,76,1)",
|
321 | 321 | pointStrokeColor: "#fff",
|
|
343 | 343 | datasets: [{
|
344 | 344 | data: gas,
|
345 | 345 | label: "{% trans 'Gas' %}",
|
346 |
| - fillColor: "rgba(255,255,255,0.2)", |
| 346 | + fillColor: "rgba(250,133,0,0.1)", |
347 | 347 | strokeColor: "rgba(250,133,0,1)",
|
348 | 348 | pointColor: "rgba(250,133,0,1)",
|
349 | 349 | pointStrokeColor: "#fff",
|
|
0 commit comments