#22 Basic Pie Chart

This commit is contained in:
Ashish Jain
2019-09-11 21:20:28 +02:00
parent 78cae3dce7
commit 42fc23cff2
42 changed files with 2571 additions and 3602 deletions

View File

@@ -3,3 +3,4 @@
@import 'gantt';
@import 'class';
@import 'git';
@import 'pie';

5
src/themes/pie.scss Normal file
View File

@@ -0,0 +1,5 @@
.titleText {
text-anchor: middle;
font-size: 25px;
fill: $taskTextDarkColor;
}