Releases: openwisp/netjsongraph.js
Releases · openwisp/netjsongraph.js
0.3.0 [2025-10-27]
Features
- Added option to display node labels only after reaching a specific zoom level #148.
- Added Node Clients #153.
- Implemented a Cluster Prevention Mechanism to avoid overlapping nodes in geographic maps #171.
- Added support for custom Coordinate Reference Systems (CRS) in the default configuration #380 #188.
Changes
Other changes
- Improved consistency in geographic map rendering #395.
Dependencies
- Bumped
echarts==5.6.0. - Bumped
echarts-gl==2.0.9. - Bumped
zrender==6.0.0.
Bugfixes
- Fixed incorrect default
nodeCategoriesvalues. - Resolved configuration conflicts when using multiple instances simultaneously.
- Displayed node labels correctly at higher zoom levels in geographic maps #189.
- Isolated CSS rules to prevent styling conflicts with other components #303.
- Adjusted default zoom limits in geographic maps for better navigation #188.
- Fixed
disableClusteringAtLevelbehavior on initial render #353. - Corrected handling of duplicate node IDs #164.
0.2.0 [2024-12-04]
The library has been rewritten completely. The new version is not backward compatible with the previous versions. Refer to the migration guide for more details.
Features
- Implemented loading more data by specifying geographic extent
- Implemented clustering
- Implemented loading more devices using pagination
- Added support for GeoJSON
Changes
- Show node labels only after a suitable zoom level
- Improved the UI of logical and geo map
- Improved the UI on narrow screens
- Show element info on hover
- Include credentials in fetch requests
Bugfixes
- Remove existing points from map in
appendDatabefore callingrender - Fix data update when switched from map to graph