HWHeat Waves
    DashboardUtforsk
    Analyse
    Data Kilder
      • Explore Slice
      • Read Path
      • Routes
      • Atlas Route
      • Charts Correlation
      • Chart Libraries
      • Dashboard Route
    • Design Rationale
    • Doc Map
    DocsSettings
    DashboardAtlasUtforsk
    Analyse
    Data Kilder
    1. Documentation
    2. Application Architecture
    3. Analytics (`/analytics`) — discontinued chart surface

    Analytics (`/analytics`) — discontinued chart surface

    Analyse route status — presentation-only page; correlation/cross-tab code removed. Future work reads get_fire_data.

    Analytics (/analytics) — discontinued chart surface

    The Analyse nav item (/analytics) renders presentation copy only. Interactive correlation and cross-tabulation UI, hooks, and utilities were removed from the repo.

    Live analytics today: /explore (materialised fire_data, cold ingest). Route inventory: app-routes.md.


    Shipped code

    AreaLocation
    Page (placeholder)app/(main)/analytics/page.tsx
    Page copycomponents/analytics/analytics.config.ts

    There are no remaining correlation hooks or cross-tabulation modules.


    Reintroduction checklist

    When shipping analytics again:

    1. Read via getCachedFireData / get_fire_data — read-path-get-fire-data-and-catalog-caching.md.
    2. Pivot RPC rows client-side (wide time series per category); do not add a separate correlation RPC or raw fact-table reads.
    3. Update this doc and charts-libraries-by-area.md with the new component paths.
    4. Restore @see docs/application-architecture/charts-correlation-crosstab.md on new entrypoints.

    Maintenance

    Update this file when /analytics ships interactive charts again or when the placeholder copy in components/analytics/analytics.config.ts changes.