mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
@@ -7,7 +7,7 @@ use Amenadiel\JpGraph\Plot\LinePlot;
|
||||
use LibreNMS\Billing;
|
||||
use LibreNMS\Util\Number;
|
||||
|
||||
Billing::getHistoricTransferGraphData($vars['id']);
|
||||
$graph_data = Billing::getHistoricTransferGraphData($vars['id']);
|
||||
|
||||
// Reformat date labels
|
||||
for ($i = 0; $i < count($graph_data['ticklabels']); $i++) {
|
||||
|
Reference in New Issue
Block a user