Ci sono degli errori nel grafico del Resoconto Guadagni:
Codice:
guadagni.pl (riga 494)
ReferenceError: _gat is not defined
var pageTracker = _gat._getTracker("UA-......");
------------------
revchart.pl (riga 253)
TypeError: this.data[i] is undefined
var f = this.data[i][2].split(/-/);
------------------
revchart.pl (riga 257)
TypeError: this.data[i] is undefined
var f = this.data[i][2].split(/-/);
------------------
revchart.pl (riga 302)
TypeError: this.circles[(j * 2)] is undefined
this.circles[j*2].item(i).setAttribute('cy', val);