文件名称:jquery.graphTable-0.1
- 所属分类:
- 其他小程序
- 资源属性:
- [JavaScript] [源码]
- 上传时间:
- 2013-01-24
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- fsd****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
graphTable提供能力图数据在一个简单的HTML表使用三项。
用法:
$( #myTable ).graphTable({series: columns })
graphTable()需要两个对象作为参数:第一个是一个对象的参数为graphTable 第二个是一个对象和参数交给三项(阅读更多关于三项参数)。
让你的graphTable参数:
选择表的哪些部分将用于图形数据
选择在图将会在关系表,它将会有多大
运行一个函数在单元格内容(除去美元符号,例如)之前,通过他们三项
-graphTable provides the ability to graph the data in a simple HTML table using flot.
Usage:
$( #myTable ).graphTable({series: columns })
graphTable() takes up to two objects as arguments: the first is an object with the arguments for graphTable the second is an object with arguments to be handed off to flot (read more about flot arguments).
The graphTable arguments let you:
choose which parts of the table will be used for the graph data
choose where the graph will go in relation to the table and how big it will be
run a function on cell contents (to remove dollar signs, for example) before passing them to flot
用法:
$( #myTable ).graphTable({series: columns })
graphTable()需要两个对象作为参数:第一个是一个对象的参数为graphTable 第二个是一个对象和参数交给三项(阅读更多关于三项参数)。
让你的graphTable参数:
选择表的哪些部分将用于图形数据
选择在图将会在关系表,它将会有多大
运行一个函数在单元格内容(除去美元符号,例如)之前,通过他们三项
-graphTable provides the ability to graph the data in a simple HTML table using flot.
Usage:
$( #myTable ).graphTable({series: columns })
graphTable() takes up to two objects as arguments: the first is an object with the arguments for graphTable the second is an object with arguments to be handed off to flot (read more about flot arguments).
The graphTable arguments let you:
choose which parts of the table will be used for the graph data
choose where the graph will go in relation to the table and how big it will be
run a function on cell contents (to remove dollar signs, for example) before passing them to flot
(系统自动生成,下载前可以参看下载内容)
下载文件列表
jquery.graphTable-0.1.js