Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
avdaredevil committed Nov 13, 2015
1 parent cde6d77 commit b09b968
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ Attribute | Options | Default | Description

Method | Parameters | Returns | Description
--- | --- | --- | ---
`setData()` | `Data Array [e,e,e]` | Nothing. | Replaces graph data with this
`addData()` | `Data` [*x*,*y*] | Nothing. | Appends to data [*efficient*]
`pushData()` | `Data` [*x*,*y*] | Nothing. | Shifts and adds to data [*efficient*]
`setData()` | `Data Array [e,e,e]` | Nothing. | Replaces graph data with the passed array
`addData()` | `Data e` [*x*,*y*] | Nothing. | Appends to data [*efficient*]
`pushData()` | `Data e` [*x*,*y*] | Nothing. | Shifts and adds to data [*efficient*]

### Events

Expand Down

0 comments on commit b09b968

Please sign in to comment.