Attempting to fix the fix, daily part only

This commit is contained in:
epigramx 2021-04-10 14:47:25 +03:00
parent 6efdcaebcb
commit 5416a2e3a9

View File

@ -85,12 +85,12 @@ export default class DailyChart extends Vue {
pieces: [
{
max: 0.0,
min: -2,
min: this.absoluteMin,
color: 'red',
},
{
min: 0.0,
max: 2,
max: this.absoluteMax,
color: 'green',
},
],