|
|
|
How to send group mail in objective c using php? |
|
|
|
|
|
|
|
เป็น tooltip ใน highcharts ผมอยากให้ตัวเลขมันมี , ด้วย ไม่ทราบทำอย่างไร รบกวนผู้รู้ด้วยครับ ต้องเพิ่มโค๊ดอย่างไร
tooltip: {
formatter: function() {
var s = '<b>สัปดาห์ที่ '+ this.x +' วันที่ </b><table>';
sum = 0;
$.each(this.points, function(i, point) {
s += '<tr style=\"color:' + point.series.color + '\"><td>'+ point.series.name +
' : <td style=\"text-align: right \">' + point.y + ' ไร่</tr>';
sum = sum + point.y;
});
s +='<tr><td><b>รวม :</b></td><td style=\"text-align: right \"><b>' + sum + ' ไร่</b></tr></table>';
return s;
},
shared: true,
useHTML: true,
},
|
|
|
|
|
Date :
2014-02-28 14:06:28 |
By :
neud |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|