| OLD | NEW | 
|---|
| 1   <!doctype html> | 1   <!doctype html> | 
| 2 | 2 | 
| 3 <!--[if lte IE 8]><SCRIPT src='source/excanvas.js'></script><![endif]--><SCRIPT 
     src='../ChartNew.js'></script> | 3 <!--[if lte IE 8]><SCRIPT src='source/excanvas.js'></script><![endif]--><SCRIPT 
     src='../ChartNew.js'></script> | 
| 4 | 4 | 
| 5 | 5 | 
| 6 <SCRIPT> | 6 <SCRIPT> | 
| 7 | 7 | 
| 8 function setColor(area,data,config,i,j,animPct,value) | 8 function setColor(area,data,config,i,j,animPct,value) | 
| 9 { | 9 { | 
| 10   if(value > 35)return("rgba(220,0,0,"+animPct); | 10   if(value > 35)return("rgba(220,0,0,"+animPct); | 
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 137 | 137 | 
| 138 | 138 | 
| 139     var myLine = new Chart(document.getElementById("canvas_Line1").getContext("2
     d")).Line(mydata1,opt1); | 139     var myLine = new Chart(document.getElementById("canvas_Line1").getContext("2
     d")).Line(mydata1,opt1); | 
| 140     var myLine = new Chart(document.getElementById("canvas_Line2").getContext("2
     d")).Line(mydata1,opt2); | 140     var myLine = new Chart(document.getElementById("canvas_Line2").getContext("2
     d")).Line(mydata1,opt2); | 
| 141     var myLine = new Chart(document.getElementById("canvas_Line3").getContext("2
     d")).Line(mydata1,opt3); | 141     var myLine = new Chart(document.getElementById("canvas_Line3").getContext("2
     d")).Line(mydata1,opt3); | 
| 142     var myLine = new Chart(document.getElementById("canvas_Line4").getContext("2
     d")).Line(mydata1,opt4); | 142     var myLine = new Chart(document.getElementById("canvas_Line4").getContext("2
     d")).Line(mydata1,opt4); | 
| 143 } | 143 } | 
| 144     </script> | 144     </script> | 
| 145   </body> | 145   </body> | 
| 146 </html> | 146 </html> | 
| OLD | NEW | 
|---|