For those who are interested, after testing I determined that the groupWidth is (properly) limited by a maximum that is roughly chartArea width / number of rows (there seems to always be some small amount of padding in between groups). When using percentages, it is the percentage of *this* width, not the chartArea's width, that you are setting.
On Thursday, May 3, 2012 11:57:21 AM UTC-4, visigoth wrote: > > The option is named bar.groupWidth. That is, we introduced a new option > called bar, which currently has only one sub-option called groupWidth. > > Documentation for it will be available next week. For now: > > Description: The width of a group of bars, either by an absolute value in > pixels (e.g., '20'), or by a percentage of the total width (e.g., '30%'). > > Default: the golden ratio (~61.8%). > > * > * > The new option is available for Bar, Column, Candlestick & Combo charts. > > On Thursday, May 3, 2012 5:44:04 PM UTC+3, asgallant wrote: >> >> What are the parameters for setting the bar widths in a bar chart? >> >> On Thursday, May 3, 2012 3:26:43 AM UTC-4, visigoth wrote: >>> >>> We have pushed a new >>> release<http://code.google.com/apis/chart/interactive/docs/release_notes.html> >>> to >>> production. >>> >>> Some of the most interesting features: >>> >>> 1. Added a configuration option to control the width of bars in a >>> ColumnChart/BarChart and candlesticks in CandlestickChart >>> 2. Fixed crash when calling clearChart() twice in a row for >>> charts in the corechart package >>> 3. Fixed malfunctioning interactivity when calling draw() after >>> clearChart() for charts in the corechart package >>> 4. GeoChart: New province maps for Estonia, Finland, Lithuania, >>> Latvia, Somalia and South Sudan >>> 5. Gauge: Fixed crash when calling draw() twice in Firefox. >>> >>> >>> *IMPORTANT*: in our next release (expected early June) we will flip the >>> default value of the forceIFrame option to 'false'. Please make sure to >>> test your installations with this option set to 'false' in advance, and >>> report any issues. >>> >>> Enjoy, >>> The Google Chart Tools team >>> >> -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/DY3lZyW7X9QJ. 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.
