Cannot compile my project with TWebGoogleChart

Hi,


when i drop WebGoogleChart component into one of my form which the form's html is
<div id="page">
    <div id="sect1" class="row">
     ...
    </div>

    <div id="chart_content"> </div>
</div>

then in my Delphi form , how do i set the TWebGoogleChart ? 
Because if i DO NOT set the form's element id and point  the DIV id "chart_content"
and compile it , i will raise an error ,

the error message showed ,

[Error] home.pas(1): Incompatible type arg no. 1: Got "String", expected "TComponent"

i wish to load the GoogleChart into one of my existing DIV section , "not" completely replace the current page. i.e. in my current page , there are many different section and i only wish to load the GoogleChart into one of my existing section which has id="chart_content"

can you please advice, how can i achieve this ?
cheers,
kalmen
Kalmen.


We traced & solved this issue. The next update will address this.

noted, looking forward for the coming update. Thanks.