@sucheta
Hi Sucheta,
Thanks for the idea. I think I did what you have mentioned. I declared one variable on my state and after the render, I'm updating the state with the data. Now I'm stuck because I'm not quite sure about how the rendering of graph...
@sucheta @William_Lyon
Hi Sucheta and William,
I'm getting the error related to the DOM. Basically, Cannot read property 'hasChildNodes' of null, DOM is trying to get rendered before the query finishes loading the required data. I'm using react based...