I've got a site running GVS, and I love the output graphs, but I've hit a little snag.
I have a content type whose display is rendered by display suite. I've got four blocks I want to include in the page, all of which are wrapped views. The first two are tables which display perfectly no matter what the conditions. The second two are GVS graphs. If I place either one in the display, it renders perfectly. However, if I try to place both of them in the display, neither of them displays, but the titles are present and the blocks are sized according to the size specified in the GVS view. Anyone else seen anything like this?
Comments
Comment #1
applicity_sam commentedI have also seen this when using attachments in a single page view. A gvs graph correctly renders if there is only one used. The second attachment causes both gvs graphs not to display. The issue is caused by the javascript in the page being included in the wrong order when there is more than one graph. The page breaks because of a javascript error. I have a patch for this which I will attach to this issue.
Comment #2
CarbonPig commentedAwesome Patch! Saved me!
Comment #3
xiong commentedGreat patch, saved my day.
Comment #4
siva_epari commentedPatch worked for me. Awesome!