Changeset 14137 for trunk/FACT++
- Timestamp:
- 06/09/12 21:36:15 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/www/smartfact/index.js
r14136 r14137 1360 1360 1361 1361 // --- data --- 1362 var cnt = 0; 1362 1363 for (var j=1; j<data.length; j++) 1363 1364 { … … 1375 1376 ctx.fillStyle = "#"+color(100); 1376 1377 ctx.stroke(); 1378 1379 cnt++; 1380 } 1381 if (cnt==1) 1377 1382 ctx.fill(); 1378 }1379 1383 1380 1384 ctx.beginPath();
Note:
See TracChangeset
for help on using the changeset viewer.