Composer is lazy(?)

Interaction here:

This implementation creates a reusable UserResponsivenessGraph component based on the existing graph in the metrics page. It can be used both for the company average and individual users on the metrics page, as well as on individual user profile pages.

You'll need to ensure that the server-side code (in +page.server.ts or an API route) provides the necessary data for both the metrics page and individual user profiles. The data structure should match the userData type defined in the component.

check the API route yourself

I’m not sure why it didn’t see it already used an API endpoint and didn’t think to follow it (Sveltekit)