Skip to content

Commit

Permalink
Added note about "postProcess" parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
martynasma committed Aug 3, 2015
1 parent 13b74e7 commit 06e3109
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 @@ -95,7 +95,7 @@ error | | Callback function to execute if file load fails
format | json | Type of data: json, csv
load | | Callback function to execute when file is successfully loaded (might be invoked multiple times)
noStyles | false | If set to true no styles will be applied to "Data loading" curtain
postProcess | | If set to function reference, that function will be called to "post-process" loaded data before passing it on to chart
postProcess | | If set to function reference, that function will be called to "post-process" loaded data before passing it on to chart. The handler function will receive two parameters: loaded data, Data Loader options
showErrors | true | Show loading errors in a chart curtain
showCurtain | true| Show curtain over the chart area when loading data
reload | 0 | Reload data every X seconds
Expand Down

0 comments on commit 06e3109

Please sign in to comment.