feat: track charts
This commit is contained in:
parent
45b981d5b2
commit
2c80e347ba
6 changed files with 99 additions and 2 deletions
|
@ -188,6 +188,7 @@ export default {
|
|||
}
|
||||
return normalized
|
||||
}),
|
||||
calculatePlayPercentage: (plays, mostPlayed) => `${plays/mostPlayed * 100}%`,
|
||||
|
||||
// tags
|
||||
filterTags: (tags) => {
|
||||
|
|
Reference in a new issue