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.
Corecharts:
- Added options to specify
bar.width
, bar.gap
, bar.group.width
(wasbar.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?)