Skip to content

Commit 07b8202

Browse files
committed
Update font size in legend labels
1 parent f7efc60 commit 07b8202

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Components/Organisms/BlockIOChart.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,9 @@ export default function BlockIOChart() {
188188
legend: {
189189
labels: {
190190
color: "rgba(180, 180, 180, 1)",
191+
font: {
192+
size:16
193+
}
191194
},
192195
},
193196
zoom: {

0 commit comments

Comments
 (0)