The ChartRangeFilter lets you provide options for the underlying chart via
the ui: { chartOptions: {} } option.  See the documentation for
chartOptions in
https://developers.google.com/chart/interactive/docs/gallery/controls?hl=it#chartrangefilter
 So you should be able to specify the hAxis ticks via that mechanism.

There are some new date and time formatting options that you will be able
to experiment with.  The documentation for that should be coming out fairly
soon.

I'm not 100% sure about adding tooltips to the ChartRangeFilter, but the
ui.chartView option should let you specify a view that includes a role:
tooltip column, and the other ui.chartOptions should let you specify when
the tooltips apply (with selectionMode, tooltip, and aggregationTarget
options).


On Tue, Jan 13, 2015 at 7:29 AM, Akhil G M <[email protected]> wrote:

> Hi,
>
> I'm working with chart range filter. My question is:
>
> Is there any way to give custom tooltip and X-axis ticks if we are using
> Chart range filter type charts.
>
> I've tried using  data.addColumn({type: 'string', role: 'tooltip'}) for my
> chart. But it is not working.
>
> Also, Is there any way to show hours instead  of date.
>
> Attaching an image of what I have.
>
>
> <https://lh6.googleusercontent.com/-eeuyLyYR7iI/VLUPeLhcnJI/AAAAAAAAAvo/sfUjb0MvLl0/s1600/chart.jpg>
>
>
> Thanks
> Akhil  G M
>
>
>  --
> 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 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