简体   繁体   中英

Remove space between bars of Google histogram chart in Angular

I am using google histogram chart in my angular application, But i am unable to remove the space between the bars. 在此处输入图像描述

Set the bar.groupWidth to 100%. Following image is from the documentation. You can either specify the width using percentage or pixels.

在此处输入图像描述

   bar: {
        groupWidth: '100%'
    }

JSFiddle

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM