-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to properly refresh crossfilter dataset and render d3 piechart #13
Comments
@sallespro I am having a bit of trouble replicating this, could you possible put together a jsfiddle or codepen? |
hey @TomNeyland, yes, i'll do so. AFAIK the directive would be hindering the rendering ( drawing ) with the new dataset, despite crossfilter is in fact updated. i thought i should do it without the angular directive instead, or does it occur to you a way with the directive ? |
I wanted to do the same issue . How to explicitly redraw the charts |
I am going look into this the next time I have a chance to go through knocking out issues. @deebuls @sallespro would you be able to put together at JSFiddle that demonstrates the problem? It would aid me in understanding and resolving this quicker. |
I struggled here too. Any news on this? @deebuls @sallespro Have you found any appropriate workaround in the meantime? |
Was a JSFiddle submitted for this or was the issue resolved? Also running into trouble refreshing pie charts after updating crossfilter values. Happy to put together a Fiddle if needed. |
@toddlamothe I'd love if you could put a fiddle together. I am traveling until 9/18 so my ability to look into this before then is limited, but having a fiddle will help me greatly when I get back. |
having trouble with the jsfiddle. code is there but the pie chart won't render: |
i would like refresh crossfilter dataset and render the chart once in a while.
the crossfilter is initialized and after some new data arrives, i tried to
plus redefine dimensions & groups...
and then
dc.renderAll(1);
but it doesn't seem to reset crossfilter, but i can see the chart redraw.
what's the proper way to do it ?
The text was updated successfully, but these errors were encountered: