Vaishnav Nair
Vaishnav Nair
### Current behavior: It will work only when we resize from a larger screen to a smaller screen. If we view it directly on a smaller screen, it just doesn't...
Now we can pass the GeoJSON data URL as an optional third parameter when creating `NetJSONGraph` instance. closes #116
Currently, when we zoom out too much the labels of the nodes look cluttered and they are unreadable. We should allow the library to configure the level of zoom at...
Implement a clustering feature to geographic map such that the multiple overlapping elements are grouped as one cluster. The cluster should: - Expand when it’s hovered with the mouse -...
We have to add support for loading map data using GeoJSON in the geographic map feature. The steps involved are: - Accept a new parameter GeoDataParam when creating the NetJSONGraph...
Right now, the library doesn’t work well on narrow screens and has many quirks. We have to make sure it looks good and is functional on narrow screens.
Follow up of #117. When more points are present than the configured `maxPointsFetched` value, if the map is zoomed more than a specific level (which shall also be configurable and...
We have to allow loading more than 1000 devices by using pagination. Set a configurable option `maxPointsFetched` for maximum points fetched initially. `maxPointsFetched` should have a default value of 10000.
#### To do - [x] Improve date picker UI - [x] Parse dates using date parse function - [x] Add tests if any closes #149
We have to update this module to use the new and improved version of [netjsongraph.js](https://github.com/openwisp/netjsongraph.js).