1.2.0 • Published 11 years ago

graphael v1.2.0

Weekly downloads
26
License
-
Repository
github
Last release
11 years ago

g.Raphael code packaged as an NPM package. After building, you may include each file individual if you're in a browser environment. Alternatively, you can require() it and get the various classes.

Example:

graphael = require('graphael');

Raphael = graphael.Raphael;
gRaphael = graphael.graphael;
gRaphaelDotChart = graphael.dotchart;
gRaphaelBarChart = graphael.barchart;
gRaphaelLineChart = graphael.linechart;
gRaphaelPieChart = graphael.piechart;
1.2.0

11 years ago

1.1.0

11 years ago

0.5.1

12 years ago