Changeset 21769
- Timestamp:
- 2012/04/18 17:52:52 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/graph/SC_Graph_Bar.php
r21767 r21769 25 25 class SC_Graph_Bar extends SC_Graph_Line{ 26 26 // コンストラクタ 27 function SC_Graph_Line(27 function __construct( 28 28 $bgw = BG_WIDTH, $bgh = BG_HEIGHT, $left = LINE_LEFT, $top = LINE_TOP, 29 29 $area_width = LINE_AREA_WIDTH, $area_height = LINE_AREA_HEIGHT) {
Note: See TracChangeset
for help on using the changeset viewer.