Skip to content

Instantly share code, notes, and snippets.

@valbeat
Created January 15, 2015 08:28
Show Gist options
  • Save valbeat/798d0ca1b3db8f851426 to your computer and use it in GitHub Desktop.
Save valbeat/798d0ca1b3db8f851426 to your computer and use it in GitHub Desktop.
Visualizer = require './visualizer.coffee'
# svgのマージン(グラフの軸を描画するために確保)
svgMargin :
top : 0
right: 0
bottom: 0
left: 0
svgWidth : 960
svgHeight : 500
class SVG extends Visualizer
constructor : ->
super
module.exports = SVG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment