|
1234567891011 |
- `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.
|