Skip to content

Commit

Permalink
chore: update total statistics display details
Browse files Browse the repository at this point in the history
Signed-off-by: edonyzpc <[email protected]>
  • Loading branch information
edonyzpc committed May 4, 2024
1 parent a11087b commit 9f5a07e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/components/Statistics.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,9 @@
},
title: {
display: true,
//text: "files",
font: {size: 15, style: 'italic', family: 'Recursive',},
text: "total-files",
font: {size: 15, style: 'italic', weight: 'bold', family: 'Courier New'},
color: 'rgba(153, 102, 255, 1)',
},
ticks: {
color: "rgba(153, 102, 255, 0.5)",
Expand All @@ -332,8 +333,9 @@
},
title: {
display: true,
//text: "pages",
font: {size: 15, style: 'italic', family: 'Recursive',},
text: "total-pages",
font: {size: 15, style: 'italic', weight: 'bold', family: 'Courier New'},
color: 'rgba(255, 205, 86, 1)',
},
ticks: {
color: "rgba(255, 205, 86, 1)",
Expand Down

0 comments on commit 9f5a07e

Please sign in to comment.