Skip to content

Commit

Permalink
[chores] Improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
totallynotvaishnav committed Sep 29, 2022
1 parent fb4f79f commit fab0a18
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,14 @@ Demo is [here](https://openwisp.github.io/netjsongraph.js/examples/netjson-dateP

You can see the default implementation [here](https://github.com/openwisp/netjsongraph.js/blob/a83c2ee97a2d377f0e4818774ffbbb0dd297ef0e/src/js/netjsongraph.util.js#L29).

```JS
graph.setUtils({
paginatedDataParse: async function(JSONParam){
// Implement your custom logic here
}
});
```

- `isObject`

Check if the param is object.
Expand Down

0 comments on commit fab0a18

Please sign in to comment.