mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Removed legends from charts
This commit is contained in:
@@ -306,7 +306,7 @@
|
||||
timeLineChart.addData([data.domains_over_time[hour], data.ads_over_time[hour]], hour + ":00");
|
||||
}
|
||||
$('#queries-over-time .overlay').remove();
|
||||
$('#queries-over-time').append(timeLineChart.generateLegend());
|
||||
//$('#queries-over-time').append(timeLineChart.generateLegend());
|
||||
});
|
||||
}
|
||||
|
||||
@@ -334,7 +334,7 @@
|
||||
});
|
||||
});
|
||||
$('#query-types .overlay').remove();
|
||||
$('#query-types').append(queryTypeChart.generateLegend());
|
||||
//$('#query-types').append(queryTypeChart.generateLegend());
|
||||
});
|
||||
}
|
||||
|
||||
@@ -350,7 +350,7 @@
|
||||
});
|
||||
});
|
||||
$('#forward-destinations .overlay').remove();
|
||||
$('#forward-destinations').append(forwardDestinationChart.generateLegend());
|
||||
//$('#forward-destinations').append(forwardDestinationChart.generateLegend());
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user