Change the list of row type counts into a graph #12

Open
opened 2025-05-24 22:43:00 +00:00 by Eldritch-Oliver · 0 comments
Eldritch-Oliver commented 2025-05-24 22:43:00 +00:00 (Migrated from github.com)

Currently, the StatSidebar application has a list of the four row privacies in it and the user's count of the rows, we should update this list to instead be a pie chart between the four privacy types.

As part of this, we should split the different parts of the application out to make it so that we can do partial rerendering of the content and try to make it so that don't need to instantiate the Chart instance on every render like we do for the stat tracker, if the user's data is updated we ideally just re-prepare the graph context and let Chart.js update the display on it's own

Currently, the StatSidebar application has a list of the four row privacies in it and the user's count of the rows, we should update this list to instead be a pie chart between the four privacy types. As part of this, we should split the different parts of the application out to make it so that we can do partial rerendering of the content and try to make it so that don't need to instantiate the Chart instance on every render like we do for the stat tracker, if the user's data is updated we ideally just re-prepare the graph context and let Chart.js update the display on it's own
Oliver added the
Kind
Feature
label 2025-11-11 06:26:36 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Foundry/stat-tracker#12
No description provided.