https://github.com/chokcoco/d3nubula
A nubula chart created by d3.js && Canvas.
https://github.com/chokcoco/d3nubula
Last synced: 9 months ago
JSON representation
A nubula chart created by d3.js && Canvas.
- Host: GitHub
- URL: https://github.com/chokcoco/d3nubula
- Owner: chokcoco
- Created: 2017-08-07T08:58:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T12:22:02.000Z (about 8 years ago)
- Last Synced: 2025-05-08T20:44:21.822Z (about 1 year ago)
- Language: JavaScript
- Size: 1.54 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# d3nubula
A nubula chart created by D3 && Canvas.
## Demo
[~~Nubula Test Demo~~](http://test.tv.video.qq.com/ktweb/Public/nubula/html/index.html?type=activate#wbmp)

## Run
Use webpack scaffold to run this project.
```
$ npm install
$ npm run dev
```
## Features
+ the map data from [Natural Earth](http://www.naturalearthdata.com/)
+ the world map created by D3.js
+ the particle animation created by Canvas
+ the data source from [echart Demo](http://echarts.baidu.com/demo.html#scatter-weibo)
+ the number counting animation from [codePen](https://codepen.io/Chokcoco/pen/qXVxyw)