|
|
|
กราฟแสดงชื่อคนหลายๆคนยังงัยค่ะ คือใช้ กราฟ ของ Highcharts ค่ะ ทีนี้จะแสดงรายชื่อคนในแผนกให้อยู่ในแกน x ค่ะ |
|
|
|
|
|
|
|
คือใช้ กราฟ ของ Highcharts ค่ะ ทีนี้จะแสดงรายชื่อคนในแผนกให้อยู่ในแกน x ค่ะ
select ออกมาทำไมแสดงแค่คนเดียวค่ะ คนในแผนกนี้มีประมาณ 10 คนอ่ะค่ะ
ตรง categories: ['<?=$row[0]?>'] $row[0] คือ staff_id
Code (PHP)
include("../../conn.php") ;
$sql = "SELECT S.staff_id , S.s_th_name , S.dept_id , D.dept_id , D.dept_name FROM staff S JOIN department D ON S.dept_id=D.dept_id WHERE D.dept_id='$dept_id' and S.s_status= 'A' ORDER BY S.staff_id ASC";
$sqlquery=mysql_db_query($dbname, $sql);
$nrow=mysql_num_rows($sqlquery);
while($row=mysql_fetch_row($sqlquery))
{
?>
<script type="text/javascript" src="../js/jquery.min.js"></script>
<script type="text/javascript" src="../js/highcharts.js"></script>
<script type="text/javascript" src="../js/modules/exporting.js"></script>
<script type="text/javascript">
var chart;
$(document).ready(function() {
chart = new Highcharts.Chart({
chart: {
renderTo: 'container',
defaultSeriesType: 'column',
margin: [ 50, 50, 100, 80]
},
title: {
text: 'department report '
},
xAxis: {
categories: ['<?=$row[0]?>'],
Tag : PHP, MySQL
|
ประวัติการแก้ไข 2012-02-01 22:14:45
|
|
|
|
|
Date :
2012-02-01 19:48:34 |
By :
pumhonda |
View :
1848 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รัน Query มันได้ผลลัพธ์ยังไงบ้างครับ Capture หน้าจอมาให้ดูหน่อยครับ
|
|
|
|
|
Date :
2012-02-02 11:08:37 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ที่ผมเคยทำคือ เก็บเป็น stack ไว้ก่อนคับ ค่อยเรียกใช้งาน แบบ OO
|
|
|
|
|
Date :
2012-08-22 04:25:33 |
By :
อิทธิ สียางนอก |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|