Skip to content

A library built on top of d3.js that enables easy visualization of real-time data.

Notifications You must be signed in to change notification settings

jeffreychan637/dynamic3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic3

Dynamic3 is a library built on top of d3.js that makes it simple and easy to build powerful, dynamic, animated graphs that feature real-time data.

The library supports 3 types of graphs.

The Circle Graph

The circle graph is a graph that displays a single value in the form of a circle whose size is determined by the value. As the value grows, the displayed circle grows bigger and vice versa. It's useful where the size of single value is the sole focus such as the amount of people tweeting about a certain topic or the amount of people in the world currently sick with an infectious disease.

The Ever-Changing Bar Graph

The ever-changing bar graph is a bar graph where the values of categories change over time reflected in the ever-changing lengths of the bars in the graphs. It's useful for data where values change but the categories of those values always stay the same such as real-time basketball stats for different players in a specific game or the amount of votes for certain political candidates in an election.

The Sliding Bar Graph

The sliding bar graph is a bar graph where the categories of the graph change over time, while the values do not. It's useful for data that's logged based on time such as the amount of steps taken every day by a user or the amount of requests a server receives every 20 seconds.

About

A library built on top of d3.js that enables easy visualization of real-time data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •