Hi,
I am trying to build an extension using the D3js library for their crossfilter example. https://github.com/square/crossfilter/tree/gh-pages
Could someone help in understanding if we can build the extension to accept dynamic dimension changes. From what I see, the extension needs to have the data source defined but in Extensions world, dimension and expression can change.
How would I manage that?