@carte_907/graph-components
v0.0.3
Published
This repository is a Svelte component library for applications that would like to visually represent different types of graphs. The visual component allows you to specify and adjacency matrix and it will display a randomized 9 node graph in a specified re
Readme
Description
This repository is a Svelte component library for applications that would like to visually represent different types of graphs. The visual component allows you to specify and adjacency matrix and it will display a randomized 9 node graph in a specified region of evenly distributed nodes.
Goals
Expand the functionality and extensibility of the component
- add prop for node amount
- add prop for width and height of region
- optional x and y components for manual node placement
- random edge generation prop
- node clicked callback
