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 {
65
65
bar : {
66
66
horizontal : false ,
67
67
columnWidth : '70%' ,
68
- endingShape : 'rounded' ,
69
- startingShape : 'rounded'
68
+ borderRadius : 5
70
69
}
71
70
} ,
72
71
dataLabels : {
Original file line number Diff line number Diff line change 167
167
168
168
< mat-list class ="sidebar ">
169
169
< 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 >
180
185
</ mat-list >
181
186
182
187
< mat-list class ="sidebar ">
You can’t perform that action at this time.
0 commit comments