Skip to main content

@libs/graph@1.0.2
Built and signed on GitHub Actions

Works with
This package works with Deno
This package works with Deno
JSR Score82%
License
MIT
Downloads5/wk
Published3 weeks ago (1.0.2)

📊 Wrapper around D3 to generate various types of graphs as SVG.

📊 Graph

JSR JSR Score

A wrapper around D3 to generate various types of graphs as SVG.

📜 License

Copyright (c) Simon Lecoq <@lowlighter>. (MIT License)
https://github.com/lowlighter/libs/blob/main/LICENSE
Built and signed on
GitHub Actions

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@libs/graph

Import symbol

import * as graph from "@libs/graph";
or

Import directly with a jsr specifier

import * as graph from "jsr:@libs/graph";