本文實(shí)例講述了jQuery插件HighCharts實(shí)現(xiàn)的2D對(duì)數(shù)餅圖效果。分享給大家供大家參考,具體如下:
1、實(shí)例代碼:
<!DOCTYPE html><html><head><meta charset="UTF-8"><title>HighCharts 2D對(duì)數(shù)軸餅圖</title><script type="text/javascript" src="js/jquery-1.7.2.min.js"></script><script type="text/javascript" src="js/highcharts.js"></script><script type="text/javascript">$(function(){ $('#logarithmicPieChart').highcharts({ chart: { }, title: { text: '(VeVB.COm)對(duì)數(shù)軸餅圖' }, xAxis: { tickInterval: 2 }, yAxis: { type: 'logarithmic', minorTickInterval: 0.5 }, tooltip: { headerFormat: '<b>{series.name}</b><br />', pointFormat: 'x = {point.x}, y = {point.y}' }, series: [{ data: [1, 3, 9, 27, 81, 243, 729, 2187, 6561, 19683,59049,177147,531441,1594323], pointStart: 1 }] }); });</script></head><body> <div id="logarithmicPieChart" style="width: 1200px; height: 500px; margin: 0 auto"></div></body></html>
2、運(yùn)行效果圖:
附:完整實(shí)例代碼點(diǎn)擊此處本站下載。
更多關(guān)于jQuery相關(guān)內(nèi)容感興趣的讀者可查看本站專題:《jQuery常用插件及用法總結(jié)》、《jquery中Ajax用法總結(jié)》、《jQuery表格(table)操作技巧匯總》、《jQuery擴(kuò)展技巧總結(jié)》、《jQuery常見經(jīng)典特效匯總》及《jquery選擇器用法總結(jié)》
希望本文所述對(duì)大家jQuery程序設(shè)計(jì)有所幫助。
|
新聞熱點(diǎn)
疑難解答
圖片精選
網(wǎng)友關(guān)注