Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.47
    Preparing search index...

    Interface ChartLike

    Minimal Chart.js instance handle. The dashboards only ever call .destroy() on cached chart references, so we keep a narrow structural type rather than pulling in the full chart.js peer dependency types.

    interface ChartLike {
    ย ย ย ย destroy(): void;
    ย ย ย ย update?(): void;
    }
    Index