www.damionmullins.com Damion Mullins, MS, MBA

easyGraph

Version 1.0, developed in 2020



easyGraph is a JavaScript plugin that allows you to create simple line, bar, pie, scatter plot graphs, and info graphics. Simply, add your data points and configurations to the easyGraphs API

Clickable to view at 100% Users can change graph types on the fly Configurable colors, sizes, labels, values, etc... Pie, Line, Bar, Scatter Plot Graphs, and Info Graphics You can place data on top of any image Cross-browser & Device Compatible Written in plain JavaScript (i.e. no dependencies and 100% modifiable)
Instructions:
  • Include easyGraph.js to your application or website
  • Add canvas elements anywhere you would like a graph
  • Give each canvas element a unique id
  • Setup your configurations in the API (i.e. {...}} as shown below
  • initialize each graph by running: new EasyGraphs({...})
Make sure to click on the graphs!
Also, you can make changes to the configurations and then click the "Run Changes" button to see your changes.
Info Graphic Example
Run Changes

Basic Bar Graph Example
Run Changes

Download More Projects!