這一個jQuery plugin 是一個易於調用的inline graphs plotting. 即是全部都是和文字一樣的大小,它可以出到不同的graphics。

用法太方便了,所以不作詳細解釋
1 2 3 4 5 | <!-- load jquery and jquery sparklines plugin --> <script src="jquery-1.2.6.js" type="text/javascript"><!--mce:0--></script> <script src="jquery.sparkline.js" type="text/javascript"><!--mce:1--></script> <script type="text/javascript"><!--mce:2--></script> |
只要跟著上面的class name 去call inlinesparkline, dynamicsparkline
1 2 3 | Inline Sparkline: <span class="inlinesparkline">1,4,4,7,5,9,10</span>. Sparkline with dynamic data: <span class="dynamicsparkline">Loading.. </span> |
Requirement: JQuery
Supported Browser: Firefox 2+, Safari 3+, Opera 9 and Internet Explorer 6 & 7.
License: New BSD License.
Demo: http://omnipotent.net/jquery.sparkline/


Recent Comments