@gravity-ui/paranoid
v3.0.0
Published
Paranoid. Topology rendering.
Readme
Paranoid
Paranoid is the library for displaying cluster topologies.
Development mode and preview
To start developing paranoid, invoke the following commands
npm ci
npm startand make your changes to the sources.
API
renderGraph(domNodeId: string, data: Data, opts?: Options):domNodeId- the id of DOM element where graph will be rendereddataandopts- data and options for rendering a graph
