Sparklines

联合创作 · 2023-10-02 15:08

Generate useful inline sparklines directly in the browser without requiring any server-side support. Cross-browser compatible (Firefox, Safari, IE, etc).

Easy to use, either with inline data:

<span class="sparklines">3,4,6,3,2,3,6</span>
$('.sparklines').sparkline();

or with dynamic data:

<span id="mysparkline">Loading..</span>
$('#mysparkline').sparkline([3,4,6,3,2,3,6]);

Check out the home page for live examples of the different types of sparklines supported.

浏览 10
点赞
评论
收藏
分享

手机扫一扫分享

编辑 分享
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑 分享
举报