Ignore data for networks that don't exist in config.json

This commit is contained in:
Cryptkeeper
2015-12-18 02:43:44 -06:00
parent 585b227c13
commit a0524ce41b
2 changed files with 30 additions and 0 deletions

View File

@ -42,6 +42,7 @@ var bigChartOptions = {
},
yaxis: {
show: true,
tickSize: 1000,
tickLength: 10,
tickFormatter: function(value) {
return formatNumber(value);