Skip to content

Commit

Permalink
feat: use colors of the ratings in donut graph
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewingWeasel committed Jul 16, 2024
1 parent 225024c commit aca8651
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/dashboard/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ console.log(wordsLevels);
:data="wordsLevels"
:showTooltip="true"
:show-legend="true"
:colors="['#ef5350', '#ffa726', '#ffd54f', 'black']"
/>
</CardContent>
</Card>
Expand Down

0 comments on commit aca8651

Please sign in to comment.