Is there any specific reason why I cant do it for Annotated Timeline chart? Atleast I should be able to change the color of the Annotation flag. Can I achieve that?
On Mon, Jan 27, 2014 at 11:13 PM, asgallant <[email protected]>wrote: > You can't do that with an AnnotatedTimeline chart, but you can do it with > a regular LineChart. Throw in a ChartRangeFilter and you have 95% of the > functionality of an AnnotatedTimeline. Here's an example: > http://jsfiddle.net/asgallant/9qZfN/ > > > On Monday, January 27, 2014 4:56:33 AM UTC-5, [email protected] wrote: >> >> Hi, >> I am using Google Visualization API's "Annotated Timeline Chart" in my >> project to show some Trends over Time. >> In my chart I need to show Annotation Markers/Labels(i.e A,B,C, etc). I >> referred to the following link : - >> https://developers.google.com/chart/interactive/docs/ >> gallery/annotatedtimeline?csw=1#Data_Format >> I tried the Annotation thing but the issue is that i can only see the >> Annotations on specific line on my chart. >> I need to show it at the bottom above X-axis. My X-axis is a Date Column. >> So I cant add "Annotation title" and >> "Annotation text" after Date column as it requires The column to be >> Date. Is there any other way around to achieve it? >> I want my annotations to be placed as shown in following chart at the >> bottom:- >> https://www.google.com/finance?q=INDEXDJX%3A.DJI%2CINDEXSP%3A.INX% >> 2CINDEXNASDAQ%3A.IXIC&ei=Ii3mUvCEDsjwkQX8cw >> Please, help me. >> Thanks in advance. >> > -- > 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/_9rhFIGWx-Y/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/groups/opt_out. > -- 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/groups/opt_out.
