Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* 'master' of https://github.com/mauriciopoppe/function-plot:
  Update README.md
  • Loading branch information
mauriciopoppe committed Mar 19, 2018
2 parents 0e38df1 + da30e1e commit f3ff111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -52,7 +52,7 @@ var functionPlot = require('function-plot');
**params, All the params are optional unless otherwise stated**

* `options` {Object}
* `target` {string} the selector of the parent element to render the graph to
* `target` {string|Object} the selector or DOM node of the parent element to render the graph to
* `title` {string} If set the chart will have it as a title on the top
* `xAxis` {Object}
* `type` {string} (default: `'linear'`) the scale of this axis,
Expand Down

0 comments on commit f3ff111

Please sign in to comment.