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

Install ChartForgeX

Install the core ChartForgeX package and add optional adapters only when needed.

Install the core renderer from NuGet:

dotnet add package ChartForgeX

Add an optional package only for the capability the host needs:

dotnet add package ChartForgeX.Interactivity.Html
dotnet add package ChartForgeX.Markup
dotnet add package ChartForgeX.Mermaid

The core package targets .NET Framework 4.7.2, .NET Standard 2.0, .NET 8, and .NET 10. It has no runtime package dependencies. The browser adapter generates self-contained HTML and does not turn the static renderer into a JavaScript-first dependency.

See the NuGet package for the current public version and supported assets.