Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed Dec 19, 2022
1 parent 68c702f commit 53169b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,11 @@ d3 = D3Blocks()

| Block | Function | Blog |
|------------------------------------------------------------------------------------|------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|
| [D3graph (network)](https://erdogant.github.io/d3graph/pages/html/index.html) | ``` d3.d3graph() ``` | [D3graph](https://towardsdatascience.com/creating-beautiful-stand-alone-interactive-d3-charts-with-python-804117cb95a7) |
| [D3graph](https://erdogant.github.io/d3graph/pages/html/index.html) | ``` d3.d3graph() ``` | [D3graph](https://towardsdatascience.com/creating-beautiful-stand-alone-interactive-d3-charts-with-python-804117cb95a7) |
| [Elasticgraph](https://d3blocks.github.io/d3blocks/pages/html/elasticgraph.html) | ``` d3.elasticgraph() ``` | [Elasticgraph](https://towardsdatascience.com/creating-beautiful-stand-alone-interactive-d3-charts-with-python-804117cb95a7) |
| [Sankey](https://d3blocks.github.io/d3blocks/pages/html/Sankey.html) | ``` d3.sankey() ``` | [Sankey](https://towardsdatascience.com/hands-on-guide-to-create-beautiful-sankey-charts-in-d3js-with-python-8ddab43edb43) |
| [Movingbubbles](https://d3blocks.github.io/d3blocks/pages/html/MovingBubbles.html) | ``` d3.movingbubbles() ``` | [Movingbubbles](https://towardsdatascience.com/how-to-create-storytelling-moving-bubbles-charts-in-d3js-with-python-b31cec7b8226) |
| [Scatter](https://d3blocks.github.io/d3blocks/pages/html/Scatter.html) | ``` d3.scatter() ``` | [Scatter](https://towardsdatascience.com/get-the-most-out-of-your-scatterplot-by-making-it-interactive-using-d3js-19939e3b046) |
| [Scatter](https://d3blocks.github.io/d3blocks/pages/html/Scatter.html) | ``` d3.scatter() ``` | [Scatter](https://towardsdatascience.com/get-the-most-out-of-your-scatterplot-by-making-it-interactive-using-d3js-19939e3b046) |
| [Heatmap](https://d3blocks.github.io/d3blocks/pages/html/Heatmap.html) | ``` d3.heatmap() ``` | [D3Blocks](https://towardsdatascience.com/d3blocks-the-python-library-to-create-interactive-and-standalone-d3js-charts-3dda98ce97d4) |
| [Chord diagram](https://d3blocks.github.io/d3blocks/pages/html/Chord.html) | ``` d3.chord() ``` | [D3Blocks](https://towardsdatascience.com/d3blocks-the-python-library-to-create-interactive-and-standalone-d3js-charts-3dda98ce97d4) |
| [Timeseries](https://d3blocks.github.io/d3blocks/pages/html/Timeseries.html) | ``` d3.timeseries() ``` | [D3Blocks](https://towardsdatascience.com/d3blocks-the-python-library-to-create-interactive-and-standalone-d3js-charts-3dda98ce97d4) |
Expand Down

0 comments on commit 53169b5

Please sign in to comment.