hi i was trying to use chartjs can be found in this link www.chartjs.org
i tried to draw two chart in the same page using the samples code
i created two dif
Use only 1 window.onload
function myfunc1{ } function myfunc2{ } function start(){ myfunc1(); myfunc1(); } window.onload = start();
Ref: http://www.htmlgoodies.com/beyond/javascript/article.php/3724571/Using-Multiple-JavaScript-Onload-Functions.htm