您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

trends_regions.md 248 B

1234567891011
  1. `lineOptions` have a bunch of other properties too. Region charts are ...
  2. ```js
  3. lineOptions: {
  4. dotSize: 8 // default: 4
  5. },
  6. ```
  7. <div class="demo" id="line-trends-region-toggle"></div>
  8. Next up, we'll see how multiple datasets play out in charts.