Project

ChartForgeX

Render deterministic charts, dashboards, topology, hierarchy, and report visuals directly from .NET.

Stars45
Forks2
Open issues0
PowerShell Gallery downloads48107
ReleaseChartForgeX-v1.7.0
Language: HTML Updated: 2026-09-02T20:44:29.0000000+00:00

Documentation

Interactive HTML

Add self-contained browser interaction without changing ChartForgeX's static rendering contract.

Install ChartForgeX.Interactivity.Html when a chart or topology needs browser behavior. It provides self-contained pages for tooltips, selection, zoom, pan, brush ranges, scenarios, hierarchy navigation, SVG, Canvas, or WebGL graph rendering, and exports.

The adapter is opt in. The same underlying models can still produce script-free SVG, PNG, and static HTML for email, documentation, reports, and release artifacts.

For graph explorers, use stable node ids and explicit host callbacks for validated changes. Search, navigation, persisted interaction state, and graph manipulation remain adapter or host concerns; application data and authorization remain with the application.

See the maintained interactivity reference and graph explorer reference for the complete option and event contracts.