DataV.js
============
DataV.js 是一个 JavaScript 的数据可视化库,致力于推动数据可视化在普通业务的落地应用。
我们的目标是:
> 凡有数据在处,皆能可视化
![DataV logo](https://raw.github.com/TBEDP/datavjs/master/doc/assets/logo.png)
- [API文档](http://tbedp.github.com/datavjs/index.html)
- 任意疑问,请移至底下联系人部分即可。
## 安装
目前处于开发中,并未release正式版本,如需使用,请采用如下方式:
```bash
$ git clone git://github.com/TBEDP/datavjs.git
```
需要注意的是 [example](https://github.com/TBEDP/datavjs/tree/master/example) 目录下的例子中有 `ajax` 存在,所以你需要一个服务器来托管这些静态文件。
你也可以试用基于 DataV.js 开发的 [Chrome插件](https://chrome.google.com/webstore/detail/datavjs/fkekhkndcgobgjbkclehjognobgdoppm),可以在任意网页中将表格可视化。
## Examples
- [Pie](http://datavlab.org/datavjs/#pie)
![Pie图](https://raw.github.com/TBEDP/datavjs/master/doc/assets/pie.jpg)
- [Treemap](http://datavlab.org/datavjs/#treemap)
![Treemap图](https://raw.github.com/TBEDP/datavjs/master/doc/assets/treemap.jpg)
- [Tree](http://datavlab.org/datavjs/#tree)
![Tree图](https://raw.github.com/TBEDP/datavjs/master/doc/assets/tree.jpg)
- [Stream](http://datavlab.org/datavjs/#stream)
![Stream图](https://raw.github.com/TBEDP/datavjs/master/doc/assets/stream.jpg)
- [ScatterplotMatrix](http://datavlab.org/datavjs/#scatterplotMatrix)
![ScatterplotMatrix图](https://raw.github.com/TBEDP/datavjs/master/doc/assets/scatterplotMatrix.jpg)
- [Force](http://datavlab.org/datavjs/#force)
![Force图](https://raw.github.com/TBEDP/datavjs/master/doc/assets/force.jpg)
- [Matrix](http://datavlab.org/datavjs/#matrix)
![Matrix图](https://raw.github.com/TBEDP/datavjs/master/doc/assets/matrix.jpg)
- [Bubble](http://datavlab.org/datavjs/#bubble)
![Bubble图](https://raw.github.com/TBEDP/datavjs/master/doc/assets/bubble.jpg)
- [Chord](http://datavlab.org/datavjs/#chord)
![Chord图](https://raw.github.com/TBEDP/datavjs/master/doc/assets/chord.jpg)
- [Gender 性别图](https://github.com/TBEDP/datavjs/tree/master/example/gender)
![Gender](http://nfs.nodeblog.org/d/3/d317bbffe6cc085b63c653e02d4d5373.png)
## Quick start
此处以Pie图为例。
### 引入依赖
```html
<script src="path/to/build/datav.js"></script>
<script src="path/to/charts/pie.js"></script>
```
### 准备数据
```js
var source = [
['北京', 50265],
['上海', 60555],
['广州', 38544],
['深圳', 27276],
['西安', 20506],
['昆明', 26916],
['武汉', 17636],
['拉萨', 977],
['哈尔滨', 10406],
['乌鲁木齐', 6695]
];
```
### 渲染图表
```js
// 初始化组件
var pie = new Pie("container", {width: 1000, tag: true});
// 添加数据源
pie.setSource(source);
// 渲染
pie.render();
```
### 结果:
![Pie图](https://raw.github.com/TBEDP/datavjs/master/doc/assets/pie.jpg)
## Requirements:
* [D3.js](https://github.com/mbostock/d3).
* [Raphael.js](http://raphaeljs.com/).
* [Sea.js](https://github.com/seajs/seajs).
## Learn more?
- The example site: <http://datavlab.org/datavjs/>
- [API Docs](http://tbedp.github.com/datavjs/)
## Contributors
Thanks goes to the people who have contributed code to this library, see the [GitHub Contributors](https://github.com/TBEDP/datavjs/graphs/contributors) page.
Below is the output from `git-summary`
```bash
$ git summary
project : datavjs
repo age : 1 year
active : 159 days
commits : 431
files : 276
authors :
305 Jackson Tian 70.8%
46 jdk137 10.7%
25 xie cong 5.8%
18 gozo1234 4.2%
11 Theseue 2.6%
8 xiecong 1.9%
8 wxtheseue 1.9%
4 Jiang Dongke 0.9%
3 郭方舟 0.7%
2 unknown 0.5%
1 arcthur 0.2%
```
## License
DataV.js is available under the [MIT License](https://github.com/TBEDP/datavjs/blob/master/MIT-License).
## Contact
组件由淘宝数据产品部可视化小组以及浙大CAD&CG可视化与可视分析小组共同开发
开发联系人,有问题可咨询:
- 阿里旺旺
- 朴灵[![朴灵 在线咨询](http://amos1.taobao.com/online.ww?v=2&uid=%E6%9C%B4%E7%81%B5&s=1)](http://amos1.taobao.com/msg.ww?v=2&uid=%E6%9C%B4%E7%81%B5&s=1)
- 宁朗[![宁朗 在线咨询](http://amos1.taobao.com/online.ww?v=2&uid=%E5%AE%81%E6%9C%97&s=1)](http://amos1.taobao.com/msg.ww?v=2&uid=%E5%AE%81%E6%9C%97&s=1)
- 法慧[![法慧 在线咨询](http://amos1.taobao.com/online.ww?v=2&uid=%E6%B3%95%E6%85%A7&s=1)](http://amos1.taobao.com/msg.ww?v=2&uid=%E6%B3%95%E6%85%A7&s=1)
- 解聪(浙大实习生)[![解聪 在线咨询](http://amos1.taobao.com/online.ww?v=2&uid=%E9%95%BF%E4%BA%AD%E7%9A%84%E8%8B%8F%E5%B9%95%E9%81%AE&s=1)](http://amos1.taobao.com/msg.ww?v=2&uid=%E9%95%BF%E4%BA%AD%E7%9A%84%E8%8B%8F%E5%B9%95%E9%81%AE&s=1)
- 黄芯芯(浙大实习生)[![黄芯芯 在线咨询](http://amos1.taobao.com/online.ww?v=2&uid=littlemonkey007&s=1)](http://amos1.taobao.com/msg.ww?v=2&uid=littlemonkey007&s=1)
- 阿里旺旺群:76480715
- QQ群: 18164936
- Google Group: [DataVLab](http://groups.google.com/group/datavlab)
- Gtalk: <shyvo1987@gmail.com>
- 浙大CAD&CG可视化与可视分析小组: [VAG Wiki](http://www.cad.zju.edu.cn/home/vagwiki/index.php)
如有疑问,或发现Bug,也可[提交Bug](https://github.com/TBEDP/datavjs/issues/new)
没有合适的资源?快使用搜索试试~ 我知道了~
DataV是一个JavaScript的数据可视化库,致力于推动数据可视化在普通业务的落地应用
共278个文件
js:102个
html:57个
json:44个
1星 需积分: 38 37 下载量 27 浏览量
2018-06-26
09:38:28
上传
评论 1
收藏 4.41MB ZIP 举报
温馨提示
DataV.js是一个JavaScript的数据可视化库,致力于推动数据可视化在普通业务的落地应用
资源推荐
资源详情
资源评论
收起资源包目录
DataV是一个JavaScript的数据可视化库,致力于推动数据可视化在普通业务的落地应用 (278个子文件)
stream.js.bak 64KB
gabe.css 18KB
qunit.css 5KB
nv.css 4KB
qunit-composite.css 205B
teas.csv 54KB
streamDataExample.csv 36KB
women_clothes.csv 36KB
cars.csv 17KB
nations2.csv 9KB
DataExample.csv 2KB
flight2.csv 2KB
DataExample.csv 2KB
bundle.csv 2KB
DataExample.csv 715B
DataExample.csv 676B
DataExample.csv 568B
flight.csv 495B
cars2.csv 489B
hierarchy.csv 364B
cars.csv 300B
pie.csv 136B
pie_map.csv 136B
.DS_Store 6KB
.DS_Store 6KB
.gitignore 88B
datav.graffle 55KB
chinamap_cityTemp_without_seajs.html 38KB
chinamap_city_without_seajs.html 25KB
stream.html 11KB
stream2.html 11KB
chinamap_without_seajs.html 9KB
bullet.html 6KB
bullet_without_seajs.html 6KB
bullet_wiki.html 4KB
index.html 4KB
bullet_wiki_without_seajs.html 4KB
parallel.html 3KB
chinamap_gradient_without_seajs.html 3KB
parallel_without_seajs.html 3KB
scatterplotMatrix.html 2KB
index.html 2KB
chinamap.html 2KB
treemap_without_seajs.html 2KB
diff.html 2KB
radar.html 2KB
bar_source.html 2KB
dag.html 2KB
treemap.html 2KB
column.html 2KB
column.bigdata.html 1KB
column_irregular.html 1KB
pie.html 1KB
pie_map.html 1KB
force.html 1KB
matrix.html 1KB
index.html 1KB
bundle.html 1KB
color.html 1KB
column_auto_width.html 1KB
stream.bak.html 1KB
line.html 1KB
stack.html 1KB
chord.html 1KB
bubble.html 1KB
index.html 967B
tree.html 884B
line_without_seajs.html 867B
stream_without_seajs.html 843B
bubble_without_seajs.html 826B
bundle_without_seajs.html 698B
composite-demo-test.html 647B
headless.html 637B
canvas.html 444B
step.html 438B
composite-test.html 427B
index.html 408B
close-enough.html 403B
gabe.html 399B
nv.html 395B
dummy-same-test.html 388B
dummy-qunit-test.html 383B
logs.html 332B
index.html 129B
treemap.jpg 307KB
chord.jpg 292KB
stream.jpg 202KB
scatterplotMatrix.jpg 193KB
force.jpg 187KB
matrix.jpg 183KB
bubble.jpg 128KB
line.jpg 121KB
tree.jpg 104KB
column.jpg 93KB
pie.jpg 75KB
all.js 1.21MB
datav.js 888KB
deps.js 866KB
data_html5.js 782KB
datav_without_jquery_json.js 619KB
共 278 条
- 1
- 2
- 3
资源评论
- quejiajun2018-12-24没什么用的
曾经我的梦想很大
- 粉丝: 0
- 资源: 4
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- (源码)基于Python和CPM模型的中文文本生成系统.zip
- (源码)基于Java Swing和MySQL的教务管理系统.zip
- (源码)基于x86架构的AOS操作系统.zip
- 使用 Python 爬虫采集精准数据的过程.mp4
- (源码)基于Spring Boot和Vue的权限管理系统.zip
- (源码)基于ROS的旋转木马机器人系统.zip
- (源码)基于JSP的论坛系统.zip
- (源码)基于Arduino的温湿度监控与控制系统.zip
- (源码)基于STM32F103的正点原子战舰V3开发板系统.zip
- 基于HMMR隐马尔科夫模型的时间序列分割算法matlab仿真,包括程序,中文注释,仿真操作步骤
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功