Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Sljux committed Sep 3, 2015
1 parent fcaf5f8 commit 735da73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ angular.module('app', ['ngFlowChartJs', 'ngFlowChart'])

## Options
- `chartType`: `string` representing one of chart types supported by ChartJS (line, bar, radar, pie, polar-area, doughnut)
- `chartOptions`: options `object` to be passed to ChartJS
- `chartOptions`: options `object` to be passed to ChartJS (check the [official docs](http://www.chartjs.org/docs/) for more info)
- `valueProperties`: `string` or an `array of strings` each representing a path to property of the data point object to be used as graph value.
If array is passed, a graph will be drawn for each path. Should be in `path.to.prop` form
- `valueDefaults`: `number` or an `array of numbers` to be used as a default if the data point object doesn't contain property in the given path.
Expand Down

0 comments on commit 735da73

Please sign in to comment.