An open API service indexing awesome lists of open source software.

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.

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)

![demo](https://raw.githubusercontent.com/chokcoco/d3nubula/master/src/images/demo.png)

## 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)