Added in network graph on about screen
This commit is contained in:
@@ -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())
|
||||
|
Reference in New Issue
Block a user