Releases: erdogant/d3graph
Releases · erdogant/d3graph
v2.4.8
- add functionality to set the node size based on the centrality degree with
size='degree'
v2.4.7
- add new functionality opacity to color nodes with different opacity. The default is setting the opacity on centrality degree
- add datazets for more examples
v2.4.6
- Experiment with support using non-intrusive ads from ethical adds.
- Adds can be changed using the
support
parameter.
v2.4.5
- edge label weight can be defined to show the weights on the edges.
- Edge distance is extracted from the adjacency matrix but can also be set as a constant.
- The range of edge distance can be set with
minmax_distance
- Edge weight (thickness) is extracted from the adjacency matrix but can also be set as a constant.
- The range of edge distance can be set with
minmax
v2.4.4
- added functionality to add text labels on the edges.
- See documentation for the details.
- Updated documentation pages, added new examples, such as "on click" functionality.
v2.4.2
- Node colors remain the same when on click action. But it remains configurable.
v2.4.1
- Add new functionality to change fontsize of the nodes
- Renamed text_size into fontsize
See examples here
v2.4.0
- added node text coloring: See example over here
- Solved #22
v2.3.10
- Removed scikit-learn from the default setup and requirements to make it more lightweight. In case scikit-learn is required (when scaler is minmax, a message is shown).