Hi Pratik, The bars' width is set to some fraction of the minimum distance between domain values, and it doesn't automatically combine multiple domain values. Your first and last sets of dates are the same date, so the bars will calculate their width to be 0, causing them to ignore the parameter you give. If you just combine your first and last domains into one row, everything should look correct. Here is a fixed version of your jsfiddle: http://jsfiddle.net/W67qU/44/
On Fri, Sep 25, 2015 at 9:42 AM Pratik Mandrekar <[email protected]> wrote: > Hi all, > > I'm trying to draw a comboachart with bars and a line to indicate the > target. However, I'm unable to control the width of the bars and they > appear too thin. Example - http://jsfiddle.net/ratpik/W67qU/42/ > > Any help? > > Thanks, > Pratik > > -- > 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 > http://groups.google.com/group/google-visualization-api. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-visualization-api/af7776f6-d9e9-4cfd-832d-1b26cfa1534e%40googlegroups.com > <https://groups.google.com/d/msgid/google-visualization-api/af7776f6-d9e9-4cfd-832d-1b26cfa1534e%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 http://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/CAEwwup5D4A9CRsmYPBcenG7r1q5U3xDPgmA%2B9hmyfm9oguz0NQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
