@gravity-ui/paranoid
v2.0.1
Published
Paranoid. Topology rendering.
Downloads
1,115
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 start
and make your changes to the sources.
API
renderGraph(domNodeId: string, data: Data, opts?: Options)
:domNodeId
- the id of DOM element where graph will be rendereddata
andopts
- data and options for rendering a graph