pChart庫的使用請問

來源:互聯網
上載者:User
pChart庫的使用請教
 include("pChart/pData.class"); //資料類
include("pChart/pChart.class"); //畫圖類

//準備好畫圖的資料
$arr1 = array(1225.48,627.65); // 對應資料
$arr2 = iconv_arr(array('直營','加盟',)); //資料的文字,和資料位元置對應,這裡也用了iconv_arr轉換中文

//第一步 獲得餅圖資料
$data = new pdata;
$data->AddPoint($arr1,"serie1"); //裝入資料並命名為serie1
$data->AddPoint($arr2,"serie2"); //裝入說明並命名為serie2
$data->AddAllSeries(); //提交資料
$data->SetAbsciseLabelSerie("serie2"); //設定標籤



為什麼我把 $arr1 $arr2直接等於一個SQL查詢出來的數組就有問題了呢?資料提交就好像直接到了最後一條。

while($row1=mssql_fetch_assoc($result1)){;
//準備好畫圖的資料
$arr1 = round($row1['XX1']); // 對應資料
$arr2 = iconv_arr($row1['XX2']); //資料的文字,和資料位元置對應,這裡也用了iconv_arr轉換中文
//第一步 獲得餅圖資料
$data = new pdata;
$data->AddPoint($arr1,"serie1"); //裝入資料並命名為serie1
$data->AddPoint($arr2,"serie2"); //裝入說明並命名為serie2
$data->AddAllSeries(); //提交資料
$data->SetAbsciseLabelSerie("serie2"); //設定標籤
echo $arr1;
//echo $arr2."
";



結果就會是一條資訊.餅也是100%。。 不知道為什麼資料提交的不對。
------解決方案--------------------
你的echo有沒有把所有需要的資料echo出來?
  • 相關文章

    聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.