Add loudness and popularity to the datapoints we are displaying.
This commit is contained in:
parent
5dc05e1696
commit
6b04ea9c71
1 changed files with 3 additions and 2 deletions
|
|
@ -57,9 +57,10 @@ export default {
|
|||
`energy`,
|
||||
`instrumentalness`,
|
||||
`liveness`,
|
||||
// `loudness`,
|
||||
`loudness`,
|
||||
`speechiness`,
|
||||
`valence`
|
||||
`valence`,
|
||||
`popularity`,
|
||||
],
|
||||
}},
|
||||
mounted() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue