Socket
Socket
Sign inDemoInstall

@meniga/d3

Package Overview
Dependencies
63
Maintainers
3
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @meniga/d3

Meniga D3 Graphing component library


Version published
Maintainers
3
Install size
3.91 MB
Created

Readme

Source

@meniga/d3

Getting started


This is an collection of pure-javascript D3 graphs used in the @meniga/graphs package.

In order to fully understand the components it is necessary to have some basic understanding on D3.js

Some reading:

All our charting components follow they same pattern where updateGraph plays the most crucial role. Its responsibility is to bind the data with the elements and update them depending on which “bucket” they fall into; update vs. enter vs. exit (see general update pattern).

It is important that the code remains fairly simple and it is advised not to add to many options in order to maintain code readability. In many cases it is far simpler to create a new graph.

It is worth noting that all D3 gist examples can be viewed by removing the “gist.github.com“ prefix and replacing it with “bl.ocks.org”.

FAQs

Last updated on 27 Apr 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc