diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-06-27 19:01:55 -0400 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-06-27 19:01:55 -0400 |
| commit | 213c89c7ff478e3fba73b0efbfd88cc084ceb43c (patch) | |
| tree | 1f0de29c1f87dd54be7fa9ec5ae899ea037231f4 /site/assets | |
| parent | b7f8cfd92446c8107c75b4840c56d92304c16e78 (diff) | |
adding single pie chart
Diffstat (limited to 'site/assets')
| -rw-r--r-- | site/assets/css/applets.css | 5 |
1 files changed, 4 insertions, 1 deletions
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; |
