Hello everybody, i am form germany and working on a timeline with selectable items (bars), calling an ajax post, which does some updates in my sql database. All is working great, just one thing deprives annoying me.
After i selected one item in my chart, the selection keeps alive (shown by a black border around my selected bar) and forbides me to select this bar again. I tried: - to remove the handler and add it after my script again - to add single event listener - to chart.setselection([]) to nothing all failed, and i realy dont want to redraw the chart to remove the selection. The second thing is to customize my chart. My Timeline haxis goes from monday to sunday and this 2 times, means i am showing 2 full weeks. - i couldnt figure it out how i can attached the names of the day to my haxis dates. E.g. today is the 8th august and my chart is showing 08.August. Better would be to show mo. 08.August. - i need to change the background for 2 columns, saturday and sunday. Nobody in my company is working on weekend, just if is really necessary. I think the only way to do this, is to find these dates after the drawing and rename manually. I would be really happy to find somebody helping me to figure this out. greetings from germany, PCase -- 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 https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/efaef6f4-8ec5-4a89-bb1f-959de4c5ae96%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
