Hello,

May I asked if below chart is implemented by google Annotation Chart? 
https://www.google.com/finance?q=MSI&ei=TFQrU9iaM4WkqgH1mwE


If yes, may I ask how it can plot like this, I want to precise to msecond 
 and seems currently annotation chart only support to hour, I can use above 
chart way -  change date and time to column to show, but still one problem 
is
If I wrote data like this
  data.addColumn('datetime', 'Date');
  data.addColumn('number', 'Sold Pencils');
  data.addColumn('string', 'title1');
  data.addColumn('string', 'text1');
  data.addColumn('number', 'Sold Pens');
  data.addColumn('string', 'title2');
  data.addColumn('string', 'text2');
  data.addRows([
    [new Date(2013,11,20,14,44,46), 30000, null, null, 40645, null, null],
    [new Date(2013,11,20,14,44,46), 30100, null, null, 40647, null, null],
    [new Date(2013,11,20,14,44,47), 30200, null, null, 40649, null, null],
    [new Date(2013,11,20,14,44,48), 30300, null, null, 40651, null, null],
    [new Date(2013,11,20,14,44,49), 30400, null, null, 40653, null, null],
    [new Date(2013,11,20,14,44,50), 14045, null, null, 20374, null, null],
  ]);

the second data will overwrite the first one, how to resolve this?Waiting 
for your feedback


Lan



-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to