12 lines
248 B
Markdown
12 lines
248 B
Markdown
`lineOptions` have a bunch of other properties too. Region charts are ...
|
|
|
|
```js
|
|
lineOptions: {
|
|
dotSize: 8 // default: 4
|
|
},
|
|
```
|
|
|
|
<div class="demo" id="line-trends-region-toggle"></div>
|
|
|
|
Next up, we'll see how multiple datasets play out in charts.
|