Our traffic graph now has a dynamic y axis
This commit is contained in:
@@ -355,6 +355,7 @@
|
||||
title: {
|
||||
text: 'Echomail'
|
||||
},
|
||||
max: {{ $o->echoarea_total_daily()->groupBy('name')->map(fn($item)=>$item->map(fn($item)=>$item->count)->average()*1.5)->max() ?: 10 }},
|
||||
},
|
||||
legend: {
|
||||
align: 'right',
|
||||
|
Reference in New Issue
Block a user