File tree Expand file tree Collapse file tree 3 files changed +16
-9365
lines changed
modules/dashboard/components/project-stat-chart Expand file tree Collapse file tree 3 files changed +16
-9365
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,7 @@ export class ProjectStatChartComponent implements OnInit {
6565 bar : {
6666 horizontal : false ,
6767 columnWidth : '70%' ,
68- endingShape : 'rounded' ,
69- startingShape : 'rounded'
68+ borderRadius : 5
7069 }
7170 } ,
7271 dataLabels : {
Original file line number Diff line number Diff line change 167167
168168< mat-list class ="sidebar ">
169169 < p class ="sidebar-title "> Help</ p >
170-
171- < mat-list-item >
172- < mat-icon > library_books</ mat-icon > Library
173- </ mat-list-item >
174- < mat-list-item >
175- < mat-icon > question_answer</ mat-icon > Support
176- </ mat-list-item >
177- < mat-list-item >
178- < mat-icon > help_outline</ mat-icon > FAQ
179- </ mat-list-item >
170+ < a href ="https://flatlogic.com/templates " target ="_blank " style ="text-decoration: none; ">
171+ < mat-list-item >
172+ < mat-icon > library_books</ mat-icon > Library
173+ </ mat-list-item >
174+ </ a >
175+ < a href ="https://flatlogic.com/forum/ " target ="_blank " style ="text-decoration: none; ">
176+ < mat-list-item >
177+ < mat-icon > question_answer</ mat-icon > Support
178+ </ mat-list-item >
179+ </ a >
180+ < a href ="https://flatlogic.com/forum " target ="_blank " style ="text-decoration: none; ">
181+ < mat-list-item >
182+ < mat-icon > help_outline</ mat-icon > FAQ
183+ </ mat-list-item >
184+ </ a >
180185</ mat-list >
181186
182187< mat-list class ="sidebar ">
You can’t perform that action at this time.
0 commit comments