need to set the bar height

27 views
Skip to first unread message

mayank chaudhari

unread,
Jul 24, 2023, 9:19:22 AM7/24/23
to Google Visualization API
I need to increase the bar height of a bar chart how can i achieve that pls find the attachment
chart.png

Alvin Galit

unread,
Jul 24, 2023, 12:39:08 PM7/24/23
to Google Visualization API
In your "options" configuration, you can set the "bar" width to a value so like:

var options = {
  ...
  bar: {
    width: '13',
  },
  ...  
};

Reply all
Reply to author
Forward
0 new messages