coloriser Dewpoint
Code : Tout sélectionner
if(vtype === 'Temp' || vtype === 'Chill' || vtype === 'DewPoint' )Code : Tout sélectionner
if(vtype === 'Temp' || vtype === 'Chill' || vtype === 'DewPoint' )Effectivement c'est mieux de confirmervil1driver a écrit :Au final quelle est la modification fonctionnelle ?
Que je l'ajoute à la prochaine MAJ
Code : Tout sélectionner
// Adds mm/h after the rainrate
else if(vtype === 'RainRate'){
vdata = ['<span onclick="RefreshGraphData(',item.idx,',\'',vdesc,'\',\'rainrate\',\'day\',\'mm/h\',\'Précipitations mm/h\')">',vdata,'<span style="font-size:50%;"> mm/h</span></span>'].join('');
}