Change the list of row type counts into a graph #12
Labels
No labels
Compat/Breaking
Kind
Bug
Kind
DevOps
Kind
Documentation
Kind
Enhancement
Kind
Feature
Kind
Security
Kind
Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
System/dnd5e
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Foundry/stat-tracker#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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