# d3.chart **Repository Path**: mirrors_rubenv/d3.chart ## Basic Information - **Project Name**: d3.chart - **Description**: A framework for creating reusable charts with d3.js. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # d3.chart A framework for creating reusable charts with [D3.js](http://d3js.org). To get started you can: * Read about reusability in d3 [here](http://weblog.bocoup.com/reusability-with-d3/) * Read our introduction post to d3.chart [here](http://weblog.bocoup.com/introducing-d3-chart/) * Dive right into the [wiki](http://github.com/misoproject/d3.chart/wiki), which is full of instructions and guides. * Check out the [Miso Project website](http://misoproject.com/d3-chart) which has some live coding examples ## Requirements `d3.chart` depends on D3.js version 3, so include it only *after* D3.js has been defined in the document, e.g. ```html ``` ## Build Instructions Build requirements: - [Node.js](http://nodejs.org) - [Grunt](http://gruntjs.com) To fetch required dependencies, run the following command from the root of this repository: $ npm install After this, the project can be built by invoking Grunt from within this repository: $ grunt