From 953968535ec2c520fcc7c6c7c72567378a78d974 Mon Sep 17 00:00:00 2001 From: Keshia Rose Date: Thu, 20 Jun 2019 11:17:10 -0700 Subject: [PATCH] Added D3 Sankey --- community/community_extensions.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/community/community_extensions.json b/community/community_extensions.json index cf68774d..fe6f2ec1 100644 --- a/community/community_extensions.json +++ b/community/community_extensions.json @@ -26,6 +26,15 @@ "description": "Leverages open source D3 javascript library for an interactive treemap chart at dynamic levels of dimensions.", "source_code": "https://github.com/mantsui/Ext_D3_Treemap" }, + { + "name": "D3 Sankey", + "website": "https://github.com/mantsui/Ext_D3_Sankey", + "author": "Man Tsui", + "github_username": "mantsui", + "tags": ["v_1.0"], + "description": "Leverages open source D3 javascript library for an interactive Sankey chart at dynamic levels of dimensions.", + "source_code": "https://github.com/mantsui/Ext_D3_Sankey" + }, { "name": "D3 Sunburst", "website": "https://github.com/mantsui/Ext_D3_Sunburst",