Thicker bar

12 views
Skip to first unread message

Artūras Šliažas

unread,
Jun 4, 2016, 8:20:54 AM6/4/16
to Google Visualization API
Hello guys! Here is my chart so far:

Is there a way to make those bars thicker?

Daniel LaLiberte

unread,
Jun 6, 2016, 9:51:14 AM6/6/16
to Google Visualization API
You are using the trick I suggested of inserting an empty column between your groups.  Unfortunately, this trick is limited to only allowing a one bar-stack separation between groups.

--
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 google-visualizati...@googlegroups.com.
To post to this group, send email to google-visua...@googlegroups.com.
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/7b67f93c-b30e-4ad6-9e66-cef3cb15030e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--

Daniel LaLiberte

unread,
Jun 6, 2016, 9:55:15 AM6/6/16
to Google Visualization API
As another alternative for constructing your own chart graphics, you might want to experiment with using the variableWidth feature ( bar: { variableWidth: true } ).

Jungtae Lim

unread,
Jun 13, 2016, 5:34:36 AM6/13/16
to Google Visualization API
isStacked: true,
      legend: 'none',
      interpolateNulls: true,
      bar : {
groupWidth : '25%'
},
      series: {

2016년 6월 4일 토요일 오후 9시 20분 54초 UTC+9, Artūras Šliažas 님의 말:
Reply all
Reply to author
Forward
0 new messages