@committed/graph
Advanced tools
Comparing version 3.0.1 to 3.1.0
@@ -20,2 +20,6 @@ import { ContentModel } from './ContentModel'; | ||
- Grid | ||
- Hierarchical - directed acyclic graph layout | ||
- Concentric - radial degree based layout | ||
- Breadth-first - tree based layout | ||
- Cose - A CoSE Bilkent is a force-directed physics simulation | ||
- Custom (supplying a function) | ||
@@ -22,0 +26,0 @@ - CommandQueue |
@@ -64,3 +64,3 @@ import { GraphModel } from '../GraphModel'; | ||
} | ||
export declare type PresetGraphLayout = 'force-directed' | 'circle' | 'grid' | 'cola'; | ||
export declare type PresetGraphLayout = 'force-directed' | 'circle' | 'grid' | 'cola' | 'hierarchical' | 'concentric' | 'breadth-first' | 'cose'; | ||
export declare type GraphLayout = PresetGraphLayout | CustomGraphLayout; | ||
@@ -67,0 +67,0 @@ export declare type NodePosition = { |
{ | ||
"name": "@committed/graph", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"description": "Graph models, types and API", | ||
@@ -5,0 +5,0 @@ "author": "Committed", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
151566
488