Thanks Andrew.
I wouldn't mind to leave those labels in there, weren't it for that bug 
that sometimes have the labels display out of the bar completely...


On Wednesday, May 28, 2014 10:09:19 AM UTC+3, Andrew Gallant wrote:
>
> The only way to remove the bar labels from the chart is to leave out the 
> bar label column from the DataTable (which will also remove it from the 
> tooltips).
>
> Tooltips are not yet customizable, nor is the date axis.
>
> You could try to use a 
> ChartRangeFilter<https://developers.google.com/chart/interactive/docs/gallery/controls#chartrangefilter>or
>  
> DateRangeFilter<https://developers.google.com/chart/interactive/docs/gallery/controls#daterangefilter>control
>  to filter by either start date or end date.  Personally, I don't 
> think either one works well with the Timeline, but you may feel otherwise.
>
> On Wednesday, May 28, 2014 2:27:48 AM UTC-4, Jaime Ben-David wrote:
>>
>> Hi
>> I started using Timeline yesterday and i can successfully retrieve data 
>> from my db and display it in the Timeline chart, but there is some basic 
>> functionality missing and i do not find the answers in the rather short 
>> documentation.
>>
>> My data consists on cars ( numbered 1 to n ) , a field with info about a 
>> the car res, and start/end datetime ( in format new Date( 2014,4,27,10,0,0) 
>> , new Date(2014,4,29,9,0) )
>>
>> The data is correctly grouped by the Car no.
>>
>> I have the following issues:
>>
>> 1) In the above config., the second field (info about the res) is 
>> displayed inside the bars. Sometimes it displays near the bar, so i would 
>> like to remove completely the display of that field inside the bar. How do 
>> i do that? ( i still need the data grouped by the first field )
>>
>> 2) Although the data entered for dates are correct date/time ( and also 
>> in the bar drawing you can notice it takes care of the correct time ), the 
>> tooltip displays ( for the above sample ) May 2014 to May 2014 but what i 
>> would like it to show is rater May 27, 2014 to May 29, 2014 or even May 27, 
>> 2014 10:00 to May 29, 2014 09:00
>>
>> 3) If my data spawns from May till October the Timeline displays all the 
>> range in view. Is there a way to limit the range in view so if i want to 
>> see further just scroll sideways?
>>
>> 4) Is there some way to have control over the dates display ( bottom part 
>> of the timeline )
>>
>> Thanks
>> Jaime
>>
>>

-- 
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