php折線圖 布局圖_PHP教程

來源:互聯網
上載者:User
 1         標準的chart顯示                      set_animate(true);    set_title(array('text'=>'標準折線圖'));         set_axes(array('xaxis'=> array('min'=>-0.5,'max'=>4)));    set_axes(array('yaxis'=> array('min'=>-10,'max'=>15)));             dashed:設定線條為虛線,''不設定為實線.也可以為數組,數組中的參數表示將折線按照要求的數字值進行顯示和隱藏,形成規則/不規則的折線 true:設定顯示折點加亮;false:設定節點隱藏. false:設定線條沒有有陰影,true:表示線條有陰影.    set_series_default(array('linePattern'=>array(2,2),'showMarker'=>true,'shadow'=>true,'lineWidth'=>3,'rendererOptions'=>array('smooth'=>true))); set_series_default(array('linePattern'=>'','showMarker'=>true,'shadow'=>true,'lineWidth'=>3,'rendererOptions'=>array('smooth'=>false)));        add_series(array('label'=>'one','color'=>'red'));         add_plugins(array('cursor'));        set_cursor(array('showVerticalLine'=>true,'showTooltip'=>true,'followMouse'=>true,'showTooltipDataPosition'=>true,'zoom'=>false,'tooltipFormatString'=>'%s x:%s, y:%s'));                   draw(800,600);             


圖片顯示如下:


例子2:

                                                                                 < <                      set_title(array('text'=>'Stacked Filled Line Plot with Transparency (transparency not supported in IE6)')); set_stack_series(true); set_grid(array('background'=>'#fefbf3','borderWidth'=>2.5)); set_animate(true); set_series_default(array('fill'=>true,'shadow'=>false,'showMarker'=>false)); set_axes(array( array('pad'=>1.0,'numberTicks'=>5), array('min'=>0,'max'=>12,'numberTicks'=>5)       add_series(array('color'=>'rgba(68, 124, 147, 0.7)')); add_series(array('color'=>'rgba(150, 35, 90, 0.7)'));      draw(560,400);               

顯示圖片如下:

上面的代碼是展示,詳細代碼請下載內容包:http://files.cnblogs.com/IT-Monkey/pietu.rar

http://www.bkjia.com/PHPjc/440215.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/440215.htmlTechArticle1 標準的chart顯示 圖片顯示如下: 例子2: 顯示圖片如下: 上面的代碼是展示,詳細代碼請下載內容包:http://files.cnblogs.com/IT-Monkey/pietu.r...

  • 相關文章

    聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.