Changeset 23504 for branches/version-2_13-dev/data/class/graph
- Timestamp:
- 2014/06/03 14:57:02 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/graph/SC_Graph_Line.php
r23124 r23504 131 131 $x = $arrPointList[$i][0]; 132 132 $pos = $this->top + $this->area_height; 133 imageline($this->image, $x - $half_scale, $pos, $x - $half_scale, $pos - LINE_SCALE_SIZE, $this->flame_color);133 imageline($this->image, $x - $half_scale, $pos, $x - $half_scale, $pos - LINE_SCALE_SIZE, $this->flame_color); 134 134 // ラベルを入れる 135 135 if (($i % $interval) == 0) { … … 149 149 // 棒グラフの場合は最後の目盛りを一つ追加する 150 150 if ($bar) { 151 imageline($this->image, $x + $half_scale, $pos, $x + $half_scale, $pos - LINE_SCALE_SIZE, $this->flame_color);151 imageline($this->image, $x + $half_scale, $pos, $x + $half_scale, $pos - LINE_SCALE_SIZE, $this->flame_color); 152 152 } 153 153
Note: See TracChangeset
for help on using the changeset viewer.
