d3.js - rangefilter not in proper location when manually setting dc.js chart filter -


i have been working on project uses crossfilter, d3.js , dc.js create visualizations dataset. issue when manually set filters in dc.js chart , redraw chart, d3.js rangefilter not in proper location.

redrawing charts after manually setting filters gives me following errors:

error: invalid value attribute x="nan" d3.js:662 error: invalid value attribute width="nan" d3.js:662 error: invalid value attribute transform="translate(nan,0)" d3.js:669

any insight on might causing issue great.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -