UNPKG

react-d3-brush

Version:
23 lines (21 loc) 439 B
"use strict"; Object.defineProperty(exports, '__esModule', { value: true }); var width = 960; var height = 500; var margins = { top: 80, right: 100, bottom: 80, left: 100 }; var brushHeight = 200; exports['default'] = { width: width, height: height, margins: margins, y: function y(d) { return +d; }, xScale: 'linear', yScale: 'linear', brushHeight: brushHeight, chartId: 0 }; module.exports = exports['default'];