Skip to content

Commit

Permalink
fix: šŸ› Audio feature graphs now display the correct label on hover (iā€¦
Browse files Browse the repository at this point in the history
ā€¦nstead of always "Energy")

Fixes #48
  • Loading branch information
EricLambrecht committed Feb 6, 2019
1 parent e186495 commit 67ba4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/playlist-statistics/AudioFeatureGraph.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
:width="1.5"
:animation-duration="1"
prop="data"
label="Energy"
:label="getCaptionForFeatureName(featureName)"
color="#1DB954"
animated
curve
Expand Down

0 comments on commit 67ba4a1

Please sign in to comment.