Skip to content

napsternxg/social-comm-temporal-graph

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 

Social Communication Temporal Graph

These visualizations use 2 panels to plot connected data points which are temporally distributed. The top panel looks at aggregated data while the bottom one at the more fine grained data.

Examples:

Usage

<!-- The library relies on d3, d3-tip, and d3-legend, include them as follows -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/d3/5.9.2/d3.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/d3-tip/0.9.1/d3-tip.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/d3-legend/2.25.6/d3-legend.min.js'></script>

<!-- For minified version include the following -->
<script src="https://cdn.jsdelivr.net/gh/napsternxg/social-comm-temporal-graph/docs/sctg.min.js"></script>
<!-- For non-minified version include the following -->
<script src="https://cdn.jsdelivr.net/gh/napsternxg/social-comm-temporal-graph/docs/sctg.js"></script>

Developer

npm install . # installs the required packages.
npm run rollup # creates the rollup file in docs

TODO