From 735da7324462aa0fb16596cc26b7159a2a809a37 Mon Sep 17 00:00:00 2001 From: Aljosa Sljuka Date: Thu, 3 Sep 2015 12:14:04 +0200 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d49e4e9..7ebfdd7 100644 --- a/README.md +++ b/README.md @@ -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.