# instructure.graphael **Repository Path**: fudan_canvas/instructure.graphael ## Basic Information - **Project Name**: instructure.graphael - **Description**: Mirror of https://github.com/instructure/graphael.git - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-06-11 - **Last Updated**: 2025-06-27 ## 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; ```