一个通用且可扩展的jQuery绘图插件
Posted
tags:
中文标题:一个通用且可扩展的jQuery绘图插件 原文标题:A Versatile and Expandable jQuery Plotting Plugin 项目评级:Star:226 Fork:102 下载地址:https://github.com/jqPlot/jqPlot 详情介绍jQ地块
jQuery的纯JavaScript绘图插件。
jqPlot主页:http://www.jqplot.com
用户论坛:http://groups.google.com/group/jqplot-users
开发者论坛:http://groups.google.com/group/jqplot-dev
示例和单元测试:http://www.jqplot.com/examples
文档:http://www.jqplot.com/docs/
项目页面和源代码:http://www.github.com/jqPlot/jqPlot
错误、问题、功能请求:http://www.github.com/jqPlot/jqPlot/issues
基本使用说明
jqPlot需要jQuery(某些功能需要1.4+)。jQuery 1.9.1包含在分发中。
要使用jqPlot,请在您的网页中包含jQuery、jqPlotjQuery插件、jqPlot css文件和可选的excanvas脚本,以支持IE 9之前的IE版本:
<!--[if lt IE 9]><script language="javascript" type="text/javascript" src="excanvas.js"></script><![endif]-->
<script language="javascript" type="text/javascript" src="jquery-1.9.1.min.js"></script>
<script language="javascript" type="text/javascript" src="jquery.jqplot.min.js"></script>
<link rel="stylesheet" type="text/css" href="jquery.jqplot.css" />
有关更多信息,请参阅文档和示例。
从源构建
如果您已经克隆了存储库,则可以从源代码构建分发版。
需求和构建工具
开始
发出呼噜声的建筑
构建应用程序和所有文档,并创建zip文件,准备使用以下命令进行分发:
grunt
使用以下命令创建不带压缩的应用程序以供本地使用:
grunt build
法律声明
版权所有(c)2009-2015 Chris Leonello
jqPlot目前可用于所有个人或商业项目
根据MIT和GPL 2.0版许可证。这意味着你可以
选择最适合您的项目的许可证,并相应地使用它。
jqPlot包括其他作者的日期实例方法和printf/sprintf函数:
日期实例方法
作者:Ken Snyder(来自gmail dot.com的Ken d Snyder)
日期:2008-09-10
版本:2.0.2(http://kendsnyder.com/sandbox/date/)
许可证:知识共享署名许可证3.0(http://creativecommons.org/licenses/by/3.0/)
JavaScript printf/sprintf函数
作者:Ash Searle
版本:2007.04.27
http://hexmen.com/blog/2007/03/printf-sprintf/
http://hexmen.com/js/sprintf.js
作者(Ash Searle)已将此代码置于公共领域:
“此代码不受限制:您可以随心所欲地使用它。”