|
|
|
วน array 2 ตัวเข้ามาในกราฟวงกลมครับ php javascript |
|
|
|
|
|
|
|
php ครับ
จะวนลูป array 2 ตัวนี้อ่ะครับ
arrRate กัย arrValue
ประมาณนี้ครับ
Code (JavaScript)
<script>
$(function () {
$('#container').highcharts({
chart: {
plotBackgroundColor: null,
plotBorderWidth: null,
plotShadow: false
},
title: {
text: 'สรุป'
},
tooltip: {
pointFormat: '{series.name}: <b>{point.percentage:.1f}%</b>'
},
plotOptions: {
pie: {
allowPointSelect: true,
cursor: 'pointer',
dataLabels: {
enabled: true,
color: '#000000',
connectorColor: '#000000',
format: '<b>{point.name}</b>: {point.percentage:.1f} %'
}
}
},
series: [{
type: 'pie',
name: 'service',
data: [
<?php
$arrRate = array('ต่ำกว่า 12','12-18','19-25','26-40','มากกว่า 40');
$arrValue=array('1','2','3','4','5');
// LOOP
{
$x = $arrRate
$y = $arrValue
ให้ตรงตรามฟอร์แมทนี้ครับ
$z = "['". $y"',".$x."],";
echo $z;
}
?>
]
}]
});
});
</script>
Tag : PHP, JavaScript
|
ประวัติการแก้ไข 2014-07-29 02:03:36 2014-07-29 02:04:43 2014-07-29 02:05:31 2014-07-29 02:06:37 2014-07-29 02:15:21
|
|
|
|
|
Date :
2014-07-29 02:02:36 |
By :
jpong7 |
View :
908 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
array ลองไปศึกษา implode ดูนะคับ น่าจะช่วยได้นะคับ
|
|
|
|
|
Date :
2014-07-29 13:53:34 |
By :
raulmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|