Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

d3fc

Package Overview
Dependencies
Maintainers
2
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d3fc

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

  • 5.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3.2K
decreased by-51%
Maintainers
2
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 09 Jan 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc