https://github.com/cschen1205/js-d3-charts-made-simple
Package provides javascript charts for complex d3 visualization
https://github.com/cschen1205/js-d3-charts-made-simple
association-graph concept-map d3
Last synced: 3 months ago
JSON representation
Package provides javascript charts for complex d3 visualization
- Host: GitHub
- URL: https://github.com/cschen1205/js-d3-charts-made-simple
- Owner: cschen1205
- License: mit
- Created: 2017-06-06T05:00:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-09T04:00:48.000Z (almost 8 years ago)
- Last Synced: 2024-08-11T09:24:19.378Z (8 months ago)
- Topics: association-graph, concept-map, d3
- Language: JavaScript
- Size: 412 KB
- Stars: 9
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# js-d3-charts-made-simple
This project provides a set of complex 3d chart wrapper to make it easier for using them.
# Features
The types of charts included so far are listed below as well as the links to demo how to use the charts in HTML:
* Association Graph [HTML DEMO](https://rawgit.com/cschen1205/js-d3-charts-made-simple/master/examples/example-hero-graph.html)
* Concept Map [HTML DEMO](https://rawgit.com/cschen1205/js-d3-charts-made-simple/master/examples/example-concept-map.html)
* Matrix [HTML DEMO](https://rawgit.com/cschen1205/js-d3-charts-made-simple/master/examples/example-matrix.html)
* Sankey Plot [HTML DEMO](https://rawgit.com/cschen1205/js-d3-charts-made-simple/master/examples/example-sankey.html)
* Hive Plot [HTML DEMO](https://rawgit.com/cschen1205/js-d3-charts-made-simple/master/examples/example-hive.html)
* Hierarchical Edge Bundling [HTML DEMO](https://rawgit.com/cschen1205/js-d3-charts-made-simple/master/examples/example-hierarchical.html)
* Collapsible Tree [HTML DEMO](https://rawgit.com/cschen1205/js-d3-charts-made-simple/master/examples/example-collapsible-tree.html)
* Bipartite Visualization [HTML DEMO](https://rawgit.com/cschen1205/js-d3-charts-made-simple/master/examples/example-bipartite.html)