Sir, I understand this issues ! Thanks you so much !
Oops ! Sorry Sir ! I forgotten public my Spreadsheet. Please review my page 
https://dl.dropboxusercontent.com/u/23155150/ChartV2.html
Are you seeing some chart, sir?
I need make sure you seeing my chart ! Please tell me what are you seeing, 
Sir ? 
(Can you give me a picture about my page from your PC!)

On Wednesday, September 24, 2014 10:06:53 PM UTC+7, Daniel LaLiberte wrote:
>
> I am not seeing any chart on that page.  This is probably because you have 
> access restrictions on the spreadsheet data, so the chart fails to draw for 
> me even though you can see it.
>
> I believe I understand your question, and my answer is the same, which I 
> will restate with a little more detail.
>
> The LineChart will zoom and pan axes that use continuous values, i.e. 
> numbers, date, datetime, or timeofday, but not strings.
> It sounds like you are translating your dates or times for your horizontal 
> axis into string values, e.g. you use 'Dec 2012' instead of new Date(2012, 
> 11, 1). If you are doing that, then you cannot zoom or pan on that axis.
>
>
> On Wed, Sep 24, 2014 at 10:49 AM, Le Thanh Trieu <lethanh...@gmail.com 
> <javascript:>> wrote:
>
>> Sir ! this is my Chart page.
>> https://dl.dropboxusercontent.com/u/23155150/ChartV2.html
>> I can Zoom and Pan my Line Charts (Ex: Temperature Chart). But the line 
>> can''t spread like Time line.
>> My wish is the Line chart can Zoomable, pan and when I zoom the line can 
>> spread !
>> Have any ideas sir? 
>> On Wednesday, September 24, 2014 9:39:31 PM UTC+7, Daniel LaLiberte wrote:
>>>
>>> The LineChart will zoom and pan axes as long as you are not using 
>>> 'discrete' values.  It sounds like you are translating your dates or times 
>>> for your horizontal axis into string values, but if you do, you cannot yet 
>>> zoom or pan along that axis.
>>>
>>> On Wed, Sep 24, 2014 at 9:20 AM, Le Thanh Trieu <lethanh...@gmail.com> 
>>> wrote:
>>>
>>>> Thank for your answer Sir !
>>>> Sir, can I pan and "stretch " with Line chart like Timeline Chart ???
>>>> In my line chart I can zoom in and zoom out but the line don't expand 
>>>> like Timeline
>>>>
>>>> On Wednesday, September 24, 2014 7:59:24 PM UTC+7, Daniel LaLiberte 
>>>> wrote:
>>>>>
>>>>> You can use the zoom buttons in the upper left corner, but you are 
>>>>> correct that the mouse wheel is not supported yet in the AnnotationChart. 
>>>>>  
>>>>> This is something we can fix fairly easily, however, so you should expect 
>>>>> to see it soon, probably within a month.
>>>>>
>>>>> On Tue, Sep 23, 2014 at 9:16 PM, Le Thanh Trieu <lethanh...@gmail.com> 
>>>>> wrote:
>>>>>
>>>>>> Sir  ! I tried to draw a new 'annotationchart' and it working 
>>>>>> now..But, it can't zoomable and Zoom Chart with mouse wheel like 
>>>>>> Timeline chart.
>>>>>> Sir how can I zoomable with   'annotationchart' ??
>>>>>> Thanks you so much Sir !
>>>>>> https://dl.dropboxusercontent.com/u/23155150/annotationchart.html
>>>>>>
>>>>>> On Wednesday, September 24, 2014 7:43:23 AM UTC+7, Andrew Gallant 
>>>>>> wrote:
>>>>>>>
>>>>>>> Use an AnnotationChart, not a LineChart (the AnnotationChart is the 
>>>>>>> replacement for the AnnotatedTimeline), as an example:
>>>>>>>
>>>>>>> chartTemperature = new google.visualization.AnnotationChart
>>>>>>> (document.getElementById('columnchart'));
>>>>>>>
>>>>>>> You should have 1 google.load call that looks like this:
>>>>>>>
>>>>>>> google.load('visualization', '1', {packages: ['annotationchart']});
>>>>>>>
>>>>>>> or this, if you need to load the "corechart" package too:
>>>>>>>
>>>>>>> google.load('visualization', '1', {packages: ['annotationchart', 
>>>>>>> 'corechart']});
>>>>>>>
>>>>>>> On Tuesday, September 23, 2014 7:14:25 PM UTC-4, Le Thanh Trieu 
>>>>>>> wrote:
>>>>>>>>
>>>>>>>>
>>>>>>>> Hi Sir ! Thanks for your anwser !
>>>>>>>> With LineChart I think it work fine ! But when I change the core 
>>>>>>>> from '*corechart*' to '*annotatedtimeline*' it show blank page and 
>>>>>>>> have a error (*undefined is not a function in line:*
>>>>>>>> * var chart = new 
>>>>>>>> google.visualization.AnnotatedTimeLine(document.getElementById('mychart'));*
>>>>>>>> )
>>>>>>>> Can you give me a example for Annotated using  '*corechart' (Don't 
>>>>>>>> flash) for **AnnotatedTimeLine ?*
>>>>>>>> *the link below is my problem, you can see the Green Chart Blinking 
>>>>>>>> every 5s(I Redraw it every 5s ).*
>>>>>>>> https://dl.dropboxusercontent.com/u/23155150/ChartV2.html to 
>>>>>>>> Thanks sir so much !!
>>>>>>>> On Tuesday, September 23, 2014 10:34:01 PM UTC+7, Daniel LaLiberte 
>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>> Hi Le Thanh Treiu,
>>>>>>>>>
>>>>>>>>> You should probably try to use the new AnnotationChart, which does 
>>>>>>>>> not use flash, but makes use of the corecharts like the LineChart.  
>>>>>>>>> See the 
>>>>>>>>> documentation at: https://developers.google.
>>>>>>>>> com/chart/interactive/docs/gallery/annotationchart
>>>>>>>>>
>>>>>>>>> Let us know how it goes, and if repeated draw() calls do what you 
>>>>>>>>> want.
>>>>>>>>>
>>>>>>>>> On Tue, Sep 23, 2014 at 10:45 AM, Le Thanh Trieu <
>>>>>>>>> lethanh...@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> Hi all !
>>>>>>>>>> Who are you know how to Draw Annotated Timeline Chart whit NO 
>>>>>>>>>> blink(Flash) when new data update? 
>>>>>>>>>> With Line chart i can use animation and it don't blink(Flash) but 
>>>>>>>>>> in Annotated timeline I can't do the same  !
>>>>>>>>>> Please help me ! 
>>>>>>>>>> Thansk all !
>>>>>>>>>>
>>>>>>>>>> -- 
>>>>>>>>>> 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 google-visualization-api+unsub
>>>>>>>>>> scr...@googlegroups.com.
>>>>>>>>>> To post to this group, send email to 
>>>>>>>>>> google-visua...@googlegroups.com.
>>>>>>>>>> Visit this group at http://groups.google.com/group
>>>>>>>>>> /google-visualization-api.
>>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> -- 
>>>>>>>>> Daniel LaLiberte 
>>>>>>>>> <https://plus.google.com/100631381223468223275?prsrc=2>  - 
>>>>>>>>> 978-394-1058
>>>>>>>>> dlali...@google.com   5CC, Cambridge MA
>>>>>>>>> daniel.l...@gmail.com 9 Juniper Ridge Road, Acton MA
>>>>>>>>>  
>>>>>>>>  -- 
>>>>>> 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 google-visualization-api+unsub
>>>>>> scr...@googlegroups.com.
>>>>>> To post to this group, send email to google-visua...@googlegroups.com
>>>>>> .
>>>>>> Visit this group at http://groups.google.com/group
>>>>>> /google-visualization-api.
>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> -- 
>>>>> Daniel LaLiberte 
>>>>> <https://plus.google.com/100631381223468223275?prsrc=2>  - 
>>>>> 978-394-1058
>>>>> dlali...@google.com   5CC, Cambridge MA
>>>>> daniel.l...@gmail.com 9 Juniper Ridge Road, Acton MA
>>>>>  
>>>>  -- 
>>>> 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 google-visualization-api+unsubscr...@googlegroups.com.
>>>> To post to this group, send email to google-visua...@googlegroups.com.
>>>> Visit this group at http://groups.google.com/
>>>> group/google-visualization-api.
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>>
>>>
>>> -- 
>>> Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2>
>>>   - 978-394-1058
>>> dlali...@google.com   5CC, Cambridge MA
>>> daniel.l...@gmail.com 9 Juniper Ridge Road, Acton MA
>>>  
>>  -- 
>> 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 google-visualization-api+unsubscr...@googlegroups.com 
>> <javascript:>.
>> To post to this group, send email to google-visua...@googlegroups.com 
>> <javascript:>.
>> Visit this group at 
>> http://groups.google.com/group/google-visualization-api.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> 
>  - 978-394-1058
> dlali...@google.com <javascript:>   5CC, Cambridge MA
> daniel.l...@gmail.com <javascript:> 9 Juniper Ridge Road, Acton MA
>  

-- 
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 google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to