You have to choose 1 ID to use for the chart's div.  The chart is 
instantiated in "chart_div1", while the div in your HTML has the id 
"visualization".  You need to change one or the other (or both, if you 
like, so long as they are the same).

var chart1 = new 
asgallant.LineChartAsAnnotatedTimeline(document.getElementById('chart_div1'));

<div id="visualization" style="width: 1650px; height: 840px;"></div>

On Thursday, February 14, 2013 12:11:50 PM UTC-5, [email protected] wrote:
>
> Hi,
>
> Yes, I would like to try, but I need help ^^ 
>
> google.load('visualization', '1', {packages: ['annotatedtimeline']}); is 
> replaced by : google.load('visualization', '1', {packages: ['controls']}); 
> ??? I'm not sure to have understood... 
>
> Can you see my source ? and tell me where is my mistakes ?
>
> I used the Google finance charts to have an example to explain my problem 
> :-) 
>
> Thanks a lot ! 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to