UNPKG

@d3fc/d3fc-brush

Version:

Adapts the D3 brush, making it easier to create data-driven brushed charts.

37 lines (36 loc) 883 B
{ "name": "@d3fc/d3fc-brush", "version": "3.0.3", "description": "Adapts the D3 brush, making it easier to create data-driven brushed charts.", "license": "MIT", "keywords": [ "d3", "d3fc", "brush" ], "homepage": "https://github.com/d3fc/d3fc", "main": "build/d3fc-brush.js", "module": "index", "repository": { "type": "git", "url": "https://github.com/d3fc/d3fc" }, "scripts": { "bundle": "npx rollup -c ../../scripts/rollup.config.js", "start": "npm start --prefix ../d3fc -- --configPkg=d3fc-brush" }, "dependencies": { "@d3fc/d3fc-data-join": "^6.0.3", "@d3fc/d3fc-rebind": "^6.0.1" }, "peerDependencies": { "d3-brush": "*", "d3-dispatch": "*", "d3-scale": "*", "d3-selection": "*" }, "publishConfig": { "access": "public" }, "gitHead": "a7f1db4d1fd44f696c7ead067284851953c18e6c" }