Skip to content

movinglabs/ConsynGraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConsynGraph

A JavaScript Graphing Library based on Raphael.

  • Data definition is seperated from display property definition. (This will ease additional data loading from a JSON source)
  • All types of graphs can be rendered together into a single view. So you can plot a line on top of a barchart, etc.
  • All parts of the rendering are individually replaceable.
  • It's possible to combine multiple graphs into a single grid, with aligned axes (or not)

Supported Graph Types

  • Line/Area
  • Stacked Area/Line

Planned Graph Types

  • Range (not sure how to name it)
  • Scatter
  • Bar
  • Stacked Bar
  • Boxplot
  • (Gantt ???)
  • ...

Dependencies

Licensing

To be determined.

About

JavaScript graphing library based on Raphael

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors