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`,
|
`energy`,
|
||||||
`instrumentalness`,
|
`instrumentalness`,
|
||||||
`liveness`,
|
`liveness`,
|
||||||
// `loudness`,
|
`loudness`,
|
||||||
`speechiness`,
|
`speechiness`,
|
||||||
`valence`
|
`valence`,
|
||||||
|
`popularity`,
|
||||||
],
|
],
|
||||||
}},
|
}},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue