diff --git a/Selector.Web/Pages/Now.cshtml b/Selector.Web/Pages/Now.cshtml
index 5622181..4a72306 100644
--- a/Selector.Web/Pages/Now.cshtml
+++ b/Selector.Web/Pages/Now.cshtml
@@ -31,7 +31,7 @@
+ v-if="showAlbumChart">
diff --git a/Selector.Web/scripts/Now/Spotify.ts b/Selector.Web/scripts/Now/Spotify.ts
index 16510b6..67e8080 100644
--- a/Selector.Web/scripts/Now/Spotify.ts
+++ b/Selector.Web/scripts/Now/Spotify.ts
@@ -103,7 +103,7 @@ export let AudioFeatureChartCard: Vue.Component = {
elements: {
line: {
borderWidth: 4,
- borderColor: "#a34c77",
+ borderColor: "#7a99c2",
backgroundColor: "#727272",
borderCapStyle: "round",
borderJoinStyle: "round"