Make SVG downloadable.
$ npm install d3-downloadableimport * as d3 from 'd3'
import {downloadable} from 'd3-downloadable'
d3.select('svg#chart')
.call(downloadable())http://likr.github.io/d3-downloadable
MIT
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Make SVG downloadable.
$ npm install d3-downloadableimport * as d3 from 'd3'
import {downloadable} from 'd3-downloadable'
d3.select('svg#chart')
.call(downloadable())http://likr.github.io/d3-downloadable
MIT