Changeset 11014 for temp/branches
- Timestamp:
- 2006/12/20 20:02:46 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/branches/ec-cube-beta/html/test/naka/graph.php
r11013 r11014 6 6 require_once(HTML_PATH . "admin/total/class/SC_GraphLine.php"); 7 7 require_once(HTML_PATH . "admin/total/class/SC_GraphBar.php"); 8 8 9 9 $objGraphPie = new SC_GraphPie(400, 250, 80, 70); 10 10 … … 16 16 17 17 $arrList = array( 18 ' A' => 1,19 ' B' => 2,20 ' C' => 318 'Îý½¬A' => 1, 19 'Îý½¬B' => 2, 20 'Îý½¬C' => 3 21 21 ); 22 22
Note: See TracChangeset
for help on using the changeset viewer.
