Sha256: c5c6bb6ad0285764747db4020e134c195236092fdecf02e7f8107cfa79df49cb
Contents?: true
Size: 476 Bytes
Versions: 7
Compression:
Stored size: 476 Bytes
Contents
/*global options*/ window.options = sitemap.settings = { margin: { top: 60, right: 60, bottom: 60, left: 60 }, page: { height: 70, width: 125, verticalMargin: 30, horizontalMargin: 30 }, arrowSize: 8, radius: 20, duration: 400, panSpeed: 200, panBoundary: 20 // Within 20px from edges will pan when dragging. }; options.boxHeight = options.page.width + options.page.verticalMargin;
Version data entries
7 entries across 7 versions & 1 rubygems