Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 172 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 172 Bytes

JGraph

Graph framework for mobile, tablet and Desktop application

To Test Pie Graph:

// testing var arr1= [20,34,30], g = new JGraph(arr1, "board"); g.pie();