Skip to content

Commit

Permalink
Add documentation for showRawDataLink option
Browse files Browse the repository at this point in the history
  • Loading branch information
pluehne committed Jan 23, 2018
1 parent 016bb50 commit 118c075
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ For details on how each kind of chart is rendered, take a look at [`charts.js`](
| `visibleSeries ` | array of strings | only show the listed data series and hide all others initially (referenced by TSV table headings) |
| `sliceData ` | array `[t0, t1]` | slice the data from the TSV file as if `data.slice(t0, t1)` was called |
| `aggregate ` | weekly | if set to `weekly`, aggregate the data by week by computing the sum of the values within each week |
| `showRawDataLink` | `true`, `false` | show the link to download the chart’s raw data (default: `true`) |

##### List Charts

Expand Down

0 comments on commit 118c075

Please sign in to comment.