Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin3303 authored Mar 6, 2017
1 parent 78e3d32 commit a571865
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,19 @@ new wxCharts({
![lineChart](https://raw.githubusercontent.com/xiaolin3303/wx-charts/master/example/line.png)
![lineChart](https://raw.githubusercontent.com/xiaolin3303/wx-charts/master/example/line.gif)

### curve line chart

```javascript
new wxCharts({
...
extra: {
lineStyle: 'curve'
}
});
```

![curveLineChart](https://raw.githubusercontent.com/xiaolin3303/wx-charts/master/example/curve-line.png)

### columnChart

```javascript
Expand Down

0 comments on commit a571865

Please sign in to comment.