Hi everybody,

On my combo chart at the moment I set the bar.groupWidth option to 90% to 
eliminate the space between columns and it looks great as long as there is 
more than 12 columns. I am using a DateRangeFilter to filter through the 
data and if you show less than 10 columns it looks awful as the columns 
take way too much room on the screen. I tried to set groupWidth the a value 
in pixels but it doesnt look as well as 90% when you have a lot of columns.

My first question is it possible to set a breakpoint when there is less 
than 12 columns and change the groupWidth to a pixel value without having 
to reload the webpage. I tried to do it with an if statement in javascript 
but I realized it was only possible with reloading the page and since the 
graphics is using a lot of data it takes a while..

Second, the DateRangeFilter shows the months in English by default. My 
program needs to be compatible with French so would there be a way to 
display the months in French?

At last, I was looking through the documentation and I didn't find any 
option allowing me to customize the width of the DateRangeFilter. I tried 
doing it with a CSS class but it didn't work. Is it possible to make the 
DateRangeFilter control larger?

Thank you for your answers :)

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