주문현황 그래프 높이 최대값 수정

This commit is contained in:
chicpro
2013-11-27 15:51:33 +09:00
parent 173b2f69ad
commit ca41777480

View File

@ -137,7 +137,7 @@ function get_max_value($arr)
$y_val[] = $max_y * (($i * 2) / 10);
}
$max_height = 240;
$max_height = 230;
$h_val = array();
$js_val = array();
$offset = 10; // 금액이 상대적으로 작아 높이가 0일 때 기본 높이로 사용