From 16f4de353d0257d49a949cdc36c609f5be9ac623 Mon Sep 17 00:00:00 2001 From: Nicolas Swoboda Date: Tue, 19 Jan 2016 14:52:44 +0100 Subject: [PATCH] fixed brushState --- d3.parcoords.js | 2 +- src/brushes/1D.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/d3.parcoords.js b/d3.parcoords.js index 9c35fb1..b21470f 100644 --- a/d3.parcoords.js +++ b/d3.parcoords.js @@ -1195,7 +1195,7 @@ pc.brushMode = function(mode) { delete pc.brushReset; }, selected: selected, - //brushState: brushExtents + brushState: brushExtents } })(); // brush mode: 2D-strums diff --git a/src/brushes/1D.js b/src/brushes/1D.js index 32c25ea..a98dabf 100644 --- a/src/brushes/1D.js +++ b/src/brushes/1D.js @@ -242,6 +242,6 @@ delete pc.brushReset; }, selected: selected, - //brushState: brushExtents + brushState: brushExtents } })();