d3.js - How to export dc.js filtered data -
i'm using dc.js library generate graphs , able retrieve filtered info when filters applied.
create dimension , phone call dimension.top(infinity)
on it.
https://github.com/square/crossfilter/wiki/api-reference#dimension_top
you need dimension because dimensions not observe own filters, filters on other dimensions.
then can utilize e.g. d3.csv.format
produce text, if need to.
https://github.com/mbostock/d3/wiki/csv#format
d3.js export dc.js
No comments:
Post a Comment