Gluon browser package · 1.10.0

@gluonjs/graph

Interactive, dependency-free network graph Custom Element for Gluon.

Runtimebrowser
Version1.10.0
LicenseMIT
Public entry points1

Install and start

Install the public package at the same version as the rest of the Gluon train:

shell
npm install @gluonjs/graph
ts
import '@gluonjs/graph';

const graph = document.querySelector('gluon-graph');

Purpose

Interactive, dependency-free network graph Custom Element for Gluon.

Use cases

  • Canvas-backed graph visualization with deterministic layouts.
  • Pan, zoom, selection, and link rendering owned by the element.
  • Optional knowledge-map and dependency-map views.

Public entry points

Only these package exports are part of the supported public boundary.

Dependencies and peers

Installed dependencies

  • @gluonjs/core · runtime dependency

Peer dependencies

  • @gluonjs/core@1.10.0

API reference

Open an entry point above for generated symbol documentation and a reviewed example for every public symbol. Application code must import from this package entry point, never from repository source paths.

Scope and limits

  • Does not own graph data modeling or filtering controls.
  • Consumers must provide their own labels and persistence.

Related guides

Verified integration notes

  • Peers on `@gluonjs/core`.
  • Browser package with a single public export.