AkalankaDilshan / d3blocks

The Python library to create stand-alone and interactive d3 charts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Pypi Docs LOC Downloads Downloads License Forks Open Issues Project Status Medium GitHub Repo stars GitHub repo size Colab Donate


D3Blocks builts on the graphics of d3 javascript (d3js) to create the most visually attractive and useful charts with only a few lines of Python code! The documentation pages contains detailed information about the working of the blocks with many examples.


Installation (Pypi)

pip install d3blocks     # Normal installation
pip install -U d3blocks  # Force update

Installation (clone)

git clone https://github.com/d3blocks/d3blocks.git
cd d3blocks
pip install -U .

Import d3blocks package

from d3blocks import d3blocks
# Initialize
d3 = D3Blocks()

Block Function Blog
D3graph d3.d3graph() D3graph
Elasticgraph d3.elasticgraph() Elasticgraph
Sankey d3.sankey() Sankey
Movingbubbles d3.movingbubbles() Movingbubbles
Scatter d3.scatter() Scatter
Heatmap d3.heatmap() D3Blocks
Chord diagram d3.chord() D3Blocks
Timeseries d3.timeseries() D3Blocks
Image slider d3.imageslider() D3Blocks
Violin plot d3.violin() D3Blocks
Particles d3.particles() D3Blocks
Treemap d3.treemap() D3Blocks

References

About

The Python library to create stand-alone and interactive d3 charts.

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 85.5%Language:Python 9.3%Language:Jinja 4.7%Language:JavaScript 0.3%Language:CSS 0.2%Language:Shell 0.0%