Giter VIP home page Giter VIP logo

d3fc's Introduction

d3fc Build Status

A collection of components that make it easy to build interactive charts with D3.

Installation

For details of installation and general usage, visit the project webpage.

Developing

npm, the package manager for Node.js, is used to manage the project's dependencies. Grunt, a JavaScript task runner, is used to test and build the project.

Initial Setup

  • Download or clone this repository locally
  • Ensure Node.js, which includes npm, is installed
  • Ensure Grunt is installed:
npm install -g grunt-cli
  • Navigate to the root of your local copy of this project and install the dependencies:
npm install

Grunt Tasks

The following Grunt tasks, found in Gruntfile.js, can be run from the command line. The most commonly used tasks to build and develop the project are:

  • grunt - start a watcher which will automatically generate the project's JavaScript and CSS files in the dist directory (at the root of the project) and run unit tests when files change.
  • grunt visualTests:serve - start a watcher which will automatically generate the visual tests and serve them at http://localhost:9000/ when files change.
  • grunt site:serve - start a watcher which will automatically generate the website and serve it at http://localhost:8000/ when files change.
  • grunt ci - the full build run by the CI server

Visual Tests

The project includes a number of unit tests, however, because these components are visual in nature, unit testing is not enough. This project contains a number of ad-hoc visual tests that are found within the visual-tests folder. To view this site, run grunt visualTests:serve.

License

These components are licensed under the MIT License.

Sponsors

Project supported by Scott Logic.

Browser testing provided by -

BrowserStack

d3fc's People

Contributors

bjedrzejewski avatar chrisprice avatar colineberhardt avatar janakerman avatar jdunkerley avatar jleft avatar joelwilliamsmith avatar owennw avatar tlsim avatar wpferg avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.