Nox-Lumen MfgNox-Lumen Mfg

html-report

Capabilities

Emit a single .html embedding:

  • ECharts charts via CDN—pies, bars, lines, heatmaps, Sankeys, …
  • Structured tables
  • Summary KPI cards
  • Localized legends, axes, tooltips

Files land in session outputs via write_file; the web UI previews them inside a sandboxed iframe isolating scripts from host pages.

When to use

ScenarioSuggested viz
Code review rollupSeverity pie + file-level bars + drill table
Defect analyticsHeatmap (module × phase) + Sankey defect→root cause
Review KPIsTrend lines + comparative bars
ASPICE tracingMatrix + Sankey requirement→test
Coverage reportingDonut + stacked bars + grouped tables

Authoring workflow

Two steps—step two is mandatory guardrail:

Rendering diagram…

Rich dashboards typo easily—one stray } whitescreens every chart while the HTML looks fine until you inspect the console.

Invocation

/html-report Turn this review JSON into a pie + table dashboard

Examples:

  • "Pie chart severity distribution"
  • "Ship a review KPI board"
  • "HTML dashboard with plots"

Output traits

TraitDetail
Self-containedOne file; CDN-served charts
Offline-friendlyCDN failure paths can fall back to vendored snippets
Sandboxed UIIframe sandbox keeps scripts contained
ResponsiveWorks on desktops & wallboards

Real deliverables

The ASPICE engineering-loop demo shipped four dashboards from html-report:

  • A-aspice-traceability-dashboard.html
  • B-change-impact-dashboard.html
  • C-test-coverage.html
  • D-coverage-dashboard.html

See ASPICE engineering loop case (demo deliverables section).

On this page