您好,登錄后才能下訂單哦!
Morris.js 是基于 jQuery 和 Raphaël 的輕量級矢量圖形庫,幫助開發人員輕松繪制各種形式的圖表。示例:
HTML:
<div id="myfirstchart"></div> |
JavaScript:
newMorris.Line({ // ID of the element in which to draw the chart. element: 'myfirstchart', // Chart data records -- each entry in this array corresponds to a point on // the chart. data: [ { year: '2008', value: 20 }, { year: '2009', value: 10 }, { year: '2010', value: 5 }, { year: '2011', value: 5 }, { year: '2012', value: 20 } ], // The name of the data record attribute that contains x-values. xkey: 'year', // A list of names of data record attributes that contain y-values. ykeys: ['value'], // Labels for the ykeys -- will be displayed when you hover over the // chart. labels: ['Value'] });
效果展示
jQuery OrgChart 是一款用于呈現易于閱讀的嵌套元素的樹結構插件。
Cytoscape.js
效果展示
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。