-
Notifications
You must be signed in to change notification settings - Fork 44
Not firing renderEnd on lineChart #55
Comments
@jayflaherty75 NVD3 render_end event is not consistent across charts. I need to find some time to create a PR against nvd3 repository. |
If you can give me some specifics on what needs to happen in NVD3 to get renderEnd() to fire, I may be able to help. Thanks, |
Same here, i would like to know if there is a fix to know when the render is completed. |
@Sharpounet @jayflaherty75 Sorry it's been awhile, I've been pulled in another project. I will take a look today and try to provide a solution. |
Thanks a lot @topicus |
@topicus - Any progress on this in the last 7 days? I need renderEnd to fire for LinePlusBarChart - otherwise I could take a look and provide PR if you wish.. |
@topicus PR created as a merge commit - my fix enables at least linePlusBarChart to fire the renderEnd event. |
added linePlusBarChart dispatcher type - renderEnd fix #55
It's ok for linePlusBarChart but the problem still exists for lineChart. |
Issue encountered on Chrome and Firefox using d3 v3.5.17, nvd3 v1.8.4, and react v15.3.2. Ready and renderStart events fire normally. RenderEnd simply never fires.
The text was updated successfully, but these errors were encountered: