Hi Jan, The google.charts.Bar is the newer Material chart. google.visualization.BarChart is the older "classic" chart, not exactly outdated.
Documentation on the new bar width and gap options needs to be updated. The new options apply to the classic charts, though not the material Bar chart. And bar.groupWidth will continue to work as well for backward compatibility. The timeofday column type applies to the class charts, though not yet to the material charts. Hope that clarifies things. On Tue, May 24, 2016 at 10:17 PM, Jan Stelovsky <[email protected]> wrote: > I didn't find any way to set bar width for 'timeofday' column. > I tried options: > {bar: {width:20, group: {width:20}}} > and for cell in 'style' column: > "stroke-width:10; width:20" > (stroke-width works, but that's not a great way to get the bars wider :) > > PS. > Documentation uses {groupWidth:20} while *Google Charts Release Notes* > <https://developers.google.com/chart/interactive/docs/release_notes#release-candidate-details> > for release 44 says: > > Corecharts: > > > - Added options to specify bar.width, bar.gap, bar.group.width (was > bar.groupWidth) and bar.group.gap. > > which seems to indicate that bar.groupWidth doesn't work anymore (?) > > PSS. > Documentation for 'timeofday' uses the 'clasic' (aka outdated) charts.Bar > while visualization.BarChart is much less functional. (Time to update?) > > -- > 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/6f981e4b-e4f2-40fe-967b-469a4afc3436%40googlegroups.com > <https://groups.google.com/d/msgid/google-visualization-api/6f981e4b-e4f2-40fe-967b-469a4afc3436%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> [email protected] <[email protected]> 5CC, Cambridge 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 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/CAOtcSJOJYZG5OSrmQswPr-xg_-swxunWUpQ0i4HftTg90ffxYA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
