Interface GraphVisProps

Euler diagram visualization component properties

interface GraphVisProps {
    graph: Graph;
    height: number;
    sets: SetData[];
    width: number;
}

Properties

Properties

graph: Graph

Graph to visualize

height: number

Height of the svg element that renders the graph

sets: SetData[]

Set data

width: number

Width of svg element that renders the graph

Generated using TypeDoc