Skip to content

Commit 5a43bfa

Browse files
author
Kevin Hannegan
committed
adjust font-size
1 parent e4c6648 commit 5a43bfa

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

presalytics/lib/widgets/chart.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,15 @@ def serialize(self, **kwargs):
148148
149149
.c3-axis-y text,
150150
.c3-axis-x text,
151-
.c3-axis-y2 text,
152-
.c3-legend-item text
151+
.c3-axis-y2 text
153152
{
154153
font-size: 1rem;
155154
}
156155
156+
.c3-legend-item {
157+
font-size: 20px;
158+
}
159+
157160
#chart {
158161
margin: 20px;
159162
}

0 commit comments

Comments
 (0)