javascript - D3JS Group / Prepare transition? -


i'm posting because didn't find nice solution yet , google don't me time.

http://jsfiddle.net/cuqan/5/

as can see on jsfiddle link, have lin/area chart. update graph new data. have problem transitions.. 'circle' not move in same time lines/areas , think it's due time running code.

i move in same time. how can ?

i thought group of transition, mean, prepare every objects/elements , insert them group, , then, when every objects in group, trigger transitions. couldn't find :

svg.selectall("circle")     .preparetransition()     .insertingroup('firstgroup')     .attr("cy", dist);     ...  group('firstgroup').     .transition()     .duration(750)     ... 

is can me please ?

thank help.


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -