You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed table property from nodes and relationships returned from from_snowflake, the table is represented by the caption field.
Changed default value of override parameter in VisualizationGraph.color_nodes() from False to True. The method now overrides existing node colors by default. To preserve existing colors, explicitly pass override=False.
New features
Added set_node_captions() convenience method to VisualizationGraph for setting node captions from a field or property.
Improvements
Truncate large property values in the rendered output.