Skip to content

Visual Examples

Helios Web examples are organized by the way people usually learn the library: start with a small rendered graph, add data attributes and mappers, add interaction, then move into layout, filtering, persistence, export, mobile behavior, and custom behavior.

The snippets use package-style imports. In the docs runtime those imports are mapped to the local bundles staged under assets/vendor/helios/, so the code looks like package code while still running against this checkout.

Built-in behaviors attach by default. Most examples create new Helios(...) with only container and mode, then use helios.behavior.* for public behavior APIs. Constructor behaviors options appear only when the example is changing behavior parameters.

Categories

The low-level buffer API is intentionally not the first thing shown in Helios Web examples. It remains documented as the fast path in Helios Network low-level buffer access.