pe:gChart browser shows no content until refreshed
Hi
when loading a page with a pe:gChart my browser turns white and I get the following browser console error:
"Uncaught Error: The container #form:j_id_6c:chartForm:gChart is not defined."
After refreshing the page (F5) everything works fine, the chart is displayed correctly etc.
Code:
<h:form id="chartForm" style="text-align: center;">
<div id="gChartDiv">
<pe:gChart value="#{data.testModel}" title="Test"
rendered="#{!data.noDataYet}" id="gChart">
</pe:gChart>
</div>
</h:form>
Already posted on primefaces forums :[here](https://forum.primefaces.org/viewtopic.php?f=14&t=50285&p=154488#p154488/ "here") [here](https://forum.primefaces.org/viewtopic.php?f=14&t=50285&p=154488#p154488/ "here"), but since the pfe and pf versions are set in ivy they couldn't really help.
Any idea on fixing this?
Cheers