From 213c89c7ff478e3fba73b0efbfd88cc084ceb43c Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 27 Jun 2019 19:01:55 -0400 Subject: adding single pie chart --- site/assets/css/applets.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'site/assets') diff --git a/site/assets/css/applets.css b/site/assets/css/applets.css index ef9f09e2..91808896 100644 --- a/site/assets/css/applets.css +++ b/site/assets/css/applets.css @@ -216,6 +216,9 @@ /* chart */ +.chart { + text-align: center; +} .piechart .chart { display: flex; flex-direction: row; @@ -238,7 +241,7 @@ .piechart .c3 path, .piechart .c3 line { stroke: rgba(64,64,64,0.3); } -.piechart .chartCaption { +.chartCaption { color: #888; font-size: 12px; font-family: 'Roboto', sans-serif; -- cgit v1.2.3-70-g09d2