0.0.2 • Published 8 years ago

grapher-zoom v0.0.2

Weekly downloads
1
License
Apache 2.0
Repository
github
Last release
8 years ago

Grapher.zoom

Zoom module for Grapher.

This is a fork of Ayasdi's zoom module for Grapher

Files

Usage

See the example in the examples folder.

Installing

Import zoom.js after the main grapher script.

<script src="grapher.js"></script>
<script src="zoom.js"></script>

You can build Grapher with grapher-zoom using Duo and providing Grapher as the argument:

var Grapher = require('ayasdi/grapher');
require('ayasdi/grapher-zoom')(Grapher);