back to line graph
This commit is contained in:
@@ -80,7 +80,7 @@ DetailsWindow.prototype.renderGraph = function() {
|
|||||||
this.graph = new Chart(
|
this.graph = new Chart(
|
||||||
document.getElementById('bandwidth_chart'),
|
document.getElementById('bandwidth_chart'),
|
||||||
{
|
{
|
||||||
type: 'bar',
|
type: 'line',
|
||||||
data: {
|
data: {
|
||||||
datasets: [
|
datasets: [
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user