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