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

  • 14.2.5
  • Source
  • npm
  • Socket score

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

D3FC Build Status Semver npm version

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

Migration to D3 version 5

This project has recently upgraded to D3 version 5 to take advantage of the new promise-based API, and stays compatible with D3 version 4 for all other functionality. For more details, see the release notes for D3 version 5.0 and d3fc v14.0.0.

Installation and Documentation

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

Developing

This project is a mono-repo that uses Lerna to manage dependencies between packages. To get started, run the following:

npm install
npm test

This install dependencies, and runs lerna bootstrap in order to manage the cross-dependencies between the various projects. The test script bundles all of the packages and runs the tests.

When making changes to a package, you can either execute npm run bundle within the package folder to build just that package, or you can run the following from the project root:

lerna run bundle --since --concurrency 1

This uses lerna run to execute the bundle run script for all packages that have been modified (or have modified dependencies).

Releases are managed via CI and semantic release.

License

These components are licensed under the MIT License.

Sponsors

Project supported by Scott Logic.

Keywords

FAQs

Package last updated on 02 Apr 2020

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