From eb4d76ad0b36ab5ddae302b1fe7e25baa6dc46f0 Mon Sep 17 00:00:00 2001 From: Rasul Kireev Date: Mon, 11 May 2020 11:29:16 -0400 Subject: [PATCH 1/4] Adding Table of Contents --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 70705d0..3ce2b04 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,15 @@ Curators: [Moritz Klack](https://twitter.com/moklick) and [Christopher Möller]( You can also explore the list with our interactive [D3 Discovery](https://d3-discovery.net/) tool. +## Table of Content + +- [Charts](#charts) +- [Maps](#maps) +- [Utils](#utils) +- [Miscellaneous](#miscellaneous) +- [Server side](#server-side) +- [Code Editors](#code-ditors) +- [Bl.ocks.org Profiles](#Bl.ocks.org-profiles) ## Charts From 609d1c3a2441916fe0288f0b490c189138e1943f Mon Sep 17 00:00:00 2001 From: Rasul Kireev Date: Mon, 11 May 2020 11:29:41 -0400 Subject: [PATCH 2/4] Addding Table of Contents --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ce2b04..50d4324 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ You can also explore the list with our interactive [D3 Discovery](https://d3-dis - [Utils](#utils) - [Miscellaneous](#miscellaneous) - [Server side](#server-side) -- [Code Editors](#code-ditors) +- [Code Editors](#code-editors) - [Bl.ocks.org Profiles](#Bl.ocks.org-profiles) ## Charts From 8b7ed9fce09e291e54f0e9a22c7136a01f11a1d4 Mon Sep 17 00:00:00 2001 From: Rasul Kireev Date: Mon, 11 May 2020 11:30:20 -0400 Subject: [PATCH 3/4] Table of Contents --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50d4324..ba36328 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ You can also explore the list with our interactive [D3 Discovery](https://d3-dis - [Miscellaneous](#miscellaneous) - [Server side](#server-side) - [Code Editors](#code-editors) -- [Bl.ocks.org Profiles](#Bl.ocks.org-profiles) +- [Bl.ocks.org Profiles](#blocksorg-profiles) ## Charts From ca9a802a4d1dc086f0f8e26b4f13a6f5fd5c7107 Mon Sep 17 00:00:00 2001 From: Rasul Kireev Date: Mon, 11 May 2020 11:32:15 -0400 Subject: [PATCH 4/4] Table of Contents --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index ba36328..324ecaf 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ You can also explore the list with our interactive [D3 Discovery](https://d3-dis ## Charts +**[`^ back to top ^`](#)** + - [billboard.js](https://github.com/naver/billboard.js) - Re-usable chart library [bar, line, area, donut, pie, step, spline] - [britecharts](https://github.com/eventbrite/britecharts/) - Client-side reusable charting library [bar, line, donut, sparkline, step] - [chart-parts](https://github.com/Microsoft/chart-parts) - A flexible, React-friendly, Grammar of Graphics for data visualization @@ -113,6 +115,8 @@ You can also explore the list with our interactive [D3 Discovery](https://d3-dis ## Maps +**[`^ back to top ^`](#)** + - [d3-carto-map](https://github.com/emeeks/d3-carto-map) - A mapping API that uses D3 geospatial functionality - [d3-composite-projections](https://github.com/rveciana/d3-composite-projections) - Projections for showing countries' distant lands together - [datamaps](https://github.com/markmarkoh/datamaps) - Customizable map visualizations in one file @@ -141,6 +145,8 @@ You can also explore the list with our interactive [D3 Discovery](https://d3-dis ## Utils +**[`^ back to top ^`](#)** + - [crossfilter](https://github.com/crossfilter/crossfilter) - Library for exploring large multivariate datasets - [d3kit-timeline](https://github.com/kristw/d3kit-timeline) - Timeline component that labels do not overlap - [d3scription](https://github.com/GlobalWebIndex/d3scription) - Tooltip with window edge collision detection @@ -183,6 +189,8 @@ You can also explore the list with our interactive [D3 Discovery](https://d3-dis ## Miscellaneous +**[`^ back to top ^`](#)** + - [chess-dataviz](https://github.com/ebemunk/chess-dataviz) - Chess dataviz library - [codeflower](https://github.com/fzaninotto/CodeFlower) - Bird's eye view of the whole code - [comic.js](https://github.com/balint42/comic.js) - Cartoon style drawing. Works also for canvas, Raphael & SVG.js @@ -203,16 +211,24 @@ You can also explore the list with our interactive [D3 Discovery](https://d3-dis - [twitter-sentiment-visualisation](https://github.com/Lissy93/twitter-sentiment-visualisation) - A series of D3.js charts showing realtime sentiment of Twitter data ## Server side + +**[`^ back to top ^`](#)** + - [d3-node](https://github.com/d3-node/d3-node) - Static chart and map generation - [Kyrix](https://github.com/tracyhenry/Kyrix) - Interactive pan/zoom Visualizations with automatic server-side scaling support. ## Code Editors + +**[`^ back to top ^`](#)** + - [d3-snippets](https://github.com/martgnz/d3-snippets) - Snippets for Atom - [d3-snippets-for-sublime-text-2](https://github.com/fabriciotav/d3-snippets-for-sublime-text-2) - Snippets for Sublime - [d3Snippets](https://github.com/Ledragon/d3Snippets) - Snippets for VS Code ## Bl.ocks.org Profiles +**[`^ back to top ^`](#)** + * [Adam Pearce - 1wheel](https://bl.ocks.org/1wheel) * [Colin Eberhardt - ColinEberhardt](https://bl.ocks.org/ColinEberhardt) * [Harry Stevens - HarryStevens](https://bl.ocks.org/HarryStevens)