Skip to content

A D3 plugin for exporting SVG, based on NYTimes/svg-crowbar. [WIP]

License

Notifications You must be signed in to change notification settings

aendra-rininsland/d3.exportSVG

Repository files navigation

d3.svgExport

Build Status

Installation

Install with Bower:

bower install --save d3.svgExport

The component can be used as a Common JS module, an AMD module, or a global.

API

d3.svgExport()

Testing

Install Node (comes with npm) and Bower.

From the repo root, install the project's development dependencies:

npm install
bower install

Testing relies on the Karma test-runner. If you'd like to use Karma to automatically watch and re-run the test file during development, it's easiest to globally install Karma and run it from the CLI.

npm install -g karma
karma start

To run the tests in Firefox, just once, as CI would:

npm test

Browser support

  • Google Chrome (latest)
  • Opera (latest)
  • Firefox 4+
  • Safari 5+
  • Internet Explorer 8+

About

A D3 plugin for exporting SVG, based on NYTimes/svg-crowbar. [WIP]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published