Added in network graph on about screen

This commit is contained in:
Deon George
2021-11-20 17:58:46 +11:00
parent 0be4ac0ad5
commit b333d38095
4 changed files with 105 additions and 8 deletions

View File

@@ -106,6 +106,9 @@
credits: {
enabled: false
},
exporting: {
buttons: false
},
title: {
text: 'Echomail Statistics'
},
@@ -147,10 +150,6 @@
series: {
borderWidth: 0,
grouping: false,
xdataLabels: {
enabled: false,
format: ''//'{point.y:.0f}'
}
}
},
tooltip: {
@@ -190,6 +189,12 @@
},
],
drilldown: {
drillUpButton: {
position: {
x: 0,
y: -50,
}
},
series: [
@foreach($o->addresses->pluck('zone.domain')->sortBy('name') as $oo)
@php($x = $oo->stats())