# graphael **Repository Path**: moonshotacademy/graphael ## Basic Information - **Project Name**: graphael - **Description**: https://github.com/instructure/graphael.git - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-09 - **Last Updated**: 2024-10-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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; ```