Skip to content

Commit

Permalink
Fixed genre graph centering
Browse files Browse the repository at this point in the history
  • Loading branch information
agersant committed Oct 16, 2024
1 parent 63621c4 commit a9e6785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/playback/Stats.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const genreChartOptions = computed(() => ({
},
},
},
yaxis: { show: false },
yaxis: { labels: { style: { colors: "#00000000" } } }, // Draw transparent. Disabling these entirely misaligns the chart.
}));
const yearSeries = [{
Expand Down

0 comments on commit a9e6785

Please sign in to comment.