# 基礎條形圖
### 預覽圖
---
[](https://book.gosu.bar/uploads/images/gallery/2019-12/04Mnvide5ARHMEG3-%E5%9F%BA%E7%A4%8E%E6%A2%9D%E5%BD%A2%E5%9C%96.png)
### 設定值
---
- #### 資料源
```
[{
country: '巴西',
population: 18203
}, {
country: '印尼',
population: 23489
}, {
country: '美国',
population: 29034
}, {
country: '印度',
population: 104970
}, {
country: '中国',
population: 131744
}]
```
- #### 內距
```
40, 60, 60, 70
```
- #### 圖 Geom
##### 柱狀圖( interval )
列表 | 設定值 |
欄位 | country\*population
|
類型 | 柱狀圖 |
- #### 極坐標 Coord