Ignore data for networks that don't exist in config.json
This commit is contained in:
@ -42,6 +42,7 @@ var bigChartOptions = {
|
||||
},
|
||||
yaxis: {
|
||||
show: true,
|
||||
tickSize: 1000,
|
||||
tickLength: 10,
|
||||
tickFormatter: function(value) {
|
||||
return formatNumber(value);
|
||||
|
Reference in New Issue
Block a user