Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions community/community_extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down