Subversion Repositories Sites.obs-saisons.fr

Compare Revisions

Ignore whitespace Rev 343 → Rev 344

/trunk/applications/jrest/services/OdsCommune.php
144,7 → 144,7
$cp_recherche = '0'.$cp_recherche;
}
$commune_phenoclim = $this->estUneCommunePhenoclim(array('code_postal' => $cp_recherche));
$commune_phenoclim = $this->estUneCommunePhenoclim(array('code_insee' => $cp_recherche));
$cp_recherche = substr($cp_recherche,0,2);
271,4 → 271,4
return $resultat_requete;
}
}
?>
?>
/trunk/applications/graphiques/js/calendrier-evenements.js
74,6 → 74,7
yaxis: {
tickangle: (nb_evenements == 1 ? -90 : 0),
}
legend: false
};
 
Plotly.newPlot('conteneur-graphique', traces, layout);