Just put my sample data here, would like plotting like the chart link gives Timestamp r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 note 2013:11:20-14:44:33:696 -98.50 -98.88 -98.50 -13.81 -10.69 -10.69 6.25 4.88 -77.69 -81.19 -77.69 NOTE1 2013:11:20-14:44:33:736 -98.25 -98.19 -98.19 -14.75 -16.13 -14.75 5.06 6.44 -76.50 -75.06 -75.06 2013:11:20-14:44:33:740 -97.88 -97.69 -97.69 -13.69 -12.31 -12.31 4.94 6.25 -77.13 -78.38 -77.13 2013:11:20-14:44:33:460 -97.88 -97.69 -97.69 -13.69 -12.31 -12.31 4.94 6.25 -77.13 -78.38 -77.13 2013:11:20-14:44:33:472 -97.88 -97.69 -97.69 -13.69 -12.31 -12.31 4.94 6.25 -77.13 -78.38 -77.13 NOTE2 2013:11:20-14:44:33:500 -97.88 -97.69 -97.69 -13.69 -12.31 -12.31 4.94 6.25 -77.13 -78.38 -77.13 2013:11:20-14:44:33:512 -97.88 -97.69 -97.69 -13.69 -12.31 -12.31 4.94 6.25 -77.13 -78.38 -77.13 2013:11:20-14:44:33:536 -97.88 -97.69 -97.69 -13.69 -12.31 -12.31 4.94 6.25 -77.13 -78.38 -77.13 2013:11:20-14:44:33:540 -97.88 -97.69 -97.69 -13.69 -12.31 -12.31 4.94 6.25 -77.13 -78.38 -77.13 2013:11:20-14:44:33:552 -97.88 -97.69 -97.69 -13.69 -12.31 -12.31 4.94 6.25 -77.13 -78.38 -77.13 NOTE3 2013:11:20-14:44:33:580 -97.88 -97.69 -97.69 -13.69 -12.31 -12.31 4.94 6.25 -77.13 -78.38 -77.13 2013:11:20-14:44:33:592 -97.88 -97.69 -97.69 -13.69 -12.31 -12.31 4.94 6.25 -77.13 -78.38 -77.13 2013:11:20-14:44:33:621 -97.88 -97.69 -97.69 -13.69 -12.31 -12.31 4.94 6.25 -77.13 -78.38 -77.13 2013:11:20-14:44:33:632 -97.88 -97.69 -97.69 -13.69 -12.31 -12.31 4.94 6.25 -77.13 -78.38 -77.13
Thanks. On Thursday, March 20, 2014 4:32:13 PM UTC-5, Lucu Gao wrote: > > 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.
