Socket
Book a DemoInstallSign in
Socket

@observablehq/graphviz

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@observablehq/graphviz

A convenience method for using Graphviz.

latest
Source
npmnpm
Version
0.2.1
Version published
Maintainers
3
Created
Source

@observablehq/graphviz

Convenience methods for using Graphviz in Observable. See this notebook for examples:

https://beta.observablehq.com/@mbostock/graphviz

To load Graphviz:

dot = require("@observablehq/graphviz")

To display a happy little diagram:

dot`graph { n0 -- n1 -- n2 -- n3 -- n0; }`

Keywords

graphviz

FAQs

Package last updated on 29 Sep 2018

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