Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mytime
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Narendar Vakiti
mytime
Commits
60cbf278
Commit
60cbf278
authored
Jun 11, 2019
by
Prayas Jain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed Utilization Report Alignments
parent
c8931b7f
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
245 additions
and
258 deletions
+245
-258
ChartsController.js
src/main/webapp/WEB-INF/controllers/ChartsController.js
+239
-256
custom-theme.css
src/main/webapp/WEB-INF/css/custom-theme.css
+5
-1
charts.html
src/main/webapp/WEB-INF/templates/charts.html
+1
-1
No files found.
src/main/webapp/WEB-INF/controllers/ChartsController.js
View file @
60cbf278
This diff is collapsed.
Click to expand it.
src/main/webapp/WEB-INF/css/custom-theme.css
View file @
60cbf278
...
...
@@ -664,5 +664,9 @@ cursor: pointer;
height
:
calc
(
85vh
-
168px
)
!important
;
}
.utilization-report
{
height
:
calc
(
86vh
-
346px
)
!important
;
height
:
calc
(
86vh
-
346px
)
!important
;
}
.highcharts-menu
{
height
:
205px
;
overflow-y
:
scroll
;
}
src/main/webapp/WEB-INF/templates/charts.html
View file @
60cbf278
...
...
@@ -5,7 +5,7 @@
id=
"popupContainer"
ng-controller=
"chartsController"
>
<div
class=
"text-right"
>
Report Type:
<select
ng-model=
"report
"
#
ref
ng-change=
"clickMe(report)"
ng-options=
"
report.Name for report in reports"
></select>
Report Type:
<select
ng-model=
"report
Id"
#
ref
ng-change=
"clickMe()"
ng-options=
"report.Id as
report.Name for report in reports"
></select>
</div>
<hc-pie-chart
title=
"Browser usage"
data=
"pieData"
options=
"chartOptions"
>
Placeholder for pie chart
</hc-pie-chart>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment