Skip to content

Commit

Permalink
fix(docs): Fix LabelSeries docs - style (#815)
Browse files Browse the repository at this point in the history
- Fixed a typo in [data].style
  • Loading branch information
lzhuor authored and mcnuttandrew committed May 27, 2018
1 parent 46fe09f commit e1d67ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/label-series.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Like other series the `labelSeries` requires the data be formatted as an array o

```javascript
const myData = [
{x: 0, y: 0, label: 'woah!', style={fontSize: 10}},
{x: 0, y: 0, label: 'woah!', style: {fontSize: 10}},
{x: 1, y: 0, label: 'dope city', yOffset: 5},
{x: 0, y: 1, label: 'cool Dog friend', xOffset: 5, rotation: 34}
]
Expand Down

0 comments on commit e1d67ce

Please sign in to comment.