Tks. Its working but the mouse over does not select 2 point or 3. I can only see the detail info one at once.
On Fri, Jul 24, 2015 at 2:11 PM, 'Daniel LaLiberte' via Google Visualization API <[email protected]> wrote: > Denis, > > > The AnnotationChart sorts the data by date first, which is why your > overlapping data ends up with some gaps. > > But there is an undocumented 'chart' option for the AnnotationChart, which > you can use to provide any of the same options as you would for an > AreaChart, including the 'interpolateNulls' option. So try adding this to > your AnnotationChart: > > var options = { > ... > chart: { > interpolateNulls: true > } > } > > Similarly, there is a 'range' option to target the ChartRangeFilter, and > for that, you can add ui.chartOptions. Here is your chart updated with > these changes: https://jsfiddle.net/dlaliberte/50tgj4x8/1/ > > On Fri, Jul 24, 2015 at 10:15 AM, Denis Caggiano <[email protected]> > wrote: > >> I want to migrate from Annotated Timeline to Annotation for mobile >> support. >> Im using the same datatable but there is something wrong with the lines >> and the chart is built with some "gaps". >> https://jsfiddle.net/50tgj4x8/ >> >> I need to present 2 or more lines with independent dates. >> This Annotation Chart support it? >> >> Tks. >> >> -- >> 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. >> > > > > -- > Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> > - 978-394-1058 > [email protected] <[email protected]> 5CC, Cambridge MA > [email protected] <[email protected]> 9 Juniper Ridge > Road, Acton MA > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Google Visualization API" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/google-visualization-api/X4dnhuYsnXM/unsubscribe > . > To unsubscribe from this group and all its topics, 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. > -- Denis Martins Caggiano -- 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.
