d3.js - Is it Possible to search within dc.js graphs (ex: row chart)? -
suppose have row chart rows.
on entering text , clicking button can focus particular row in rowchart?
if yes, please suggest example.
i think you're looking chart.filter
method.
in handler button click event, call
rowchart.filter(value);
with value
text box.
Comments
Post a Comment