EU Parliament Monitor - API Documentation - v0.7.19
    Preparing search index...

    Module Generators/MindmapContent

    Generates color-coded mindmap HTML sections using pure CSS — no JavaScript or third-party libraries required.

    Two rendering modes are provided:

    1. Standard mindmap (buildMindmapSection) — a flat central topic with colored branch nodes and optional leaf items. Suitable for simple topic-branch visualisations.
    2. Intelligence mindmap (buildIntelligenceMindmapSection) — a multi-layer policy domain intelligence map with actor-network nodes, influence-weighted nodes (via CSS --node-influence custom property), policy connection indicators, and stakeholder perspective overlays using <details>/<summary> elements (CSS-only toggle, no JavaScript).

    Both renderers produce WCAG 2.1 AA compliant HTML with appropriate ARIA roles, labels, and heading levels.

    Interfaces

    MindmapBranch
    MindmapConfig

    Functions

    buildMindmapSection
    buildIntelligenceMindmapSection

    References

    MindmapBranchColor → MindmapBranchColor