MediaWiki:Graph.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1,012: Line 1,012:
   if (typeof getAllUrlParams().title  !== 'undefined'){
   if (typeof getAllUrlParams().title  !== 'undefined'){
     var titre= getAllUrlParams().title;
     var titre= getAllUrlParams().title;
      console.log({titre});
     if (getAllUrlParams().title.length >0 && getAllUrlParams().title != "main_page" && getAllUrlParams().title != "graphs" ){
     if (getAllUrlParams().title.length >0 && getAllUrlParams().title != "main_page" && getAllUrlParams().title != "graphs" ){
       for (i=0;i<zooData.length;i++){
       for (i=0;i<zooData.length;i++){
Line 1,460: Line 1,459:
}
}
redrawAll();
redrawAll();
if(document.getElementById('biggraph')){
    document.getElementById('test').style="height: 800px !important"}
}
299

edits