Very nice; thanks for the contribution, Riccardo. On a related note, I was drawing combo charts with bars, but they became too crowded and thin very quickly. I had these ideas:
- dynamically switch the bars to lines when there are more than a certain number of datapoints being shown - use the isStacked feature once it becomes available for combo charts - paginate the charts as suggested here The isStacked solution is my preferred solution, but not yet implemented. I'm currently using the "dynamically switch bars to lines" approach, though I may begin to use a combination of the two (perhaps offer a "zoomed in" view of the charts that is paginated). You might want to use a combination of all of these, depending on what you're doing. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
