Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
debomatic-webui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
debomatic-webui-admins
debomatic-webui
Commits
13ee1d33
Commit
13ee1d33
authored
Sep 10, 2014
by
Leo Iannacone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
explode label in pie chart
parent
3dd2a8ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
debomatic-webui/public/javascripts/page_history.js
debomatic-webui/public/javascripts/page_history.js
+3
-0
debomatic-webui/public/stylesheets/style.css
debomatic-webui/public/stylesheets/style.css
+5
-0
No files found.
debomatic-webui/public/javascripts/page_history.js
View file @
13ee1d33
...
@@ -117,6 +117,9 @@ function Page_History() {
...
@@ -117,6 +117,9 @@ function Page_History() {
Chartist
.
Pie
(
'
#distributions-chart
'
,
distributions_data
,
{
Chartist
.
Pie
(
'
#distributions-chart
'
,
distributions_data
,
{
donut
:
true
,
donut
:
true
,
donutWidth
:
15
,
donutWidth
:
15
,
chartPadding
:
15
,
labelOffset
:
15
,
labelDirection
:
'
explode
'
,
});
});
}
}
...
...
debomatic-webui/public/stylesheets/style.css
View file @
13ee1d33
...
@@ -265,6 +265,11 @@ footer .info {
...
@@ -265,6 +265,11 @@ footer .info {
margin-bottom
:
30px
;
margin-bottom
:
30px
;
}
}
#distributions-chart
.ct-chart
{
height
:
200px
;
margin-top
:
-20px
;
}
.ct-chart
.ct-label
{
.ct-chart
.ct-label
{
font-size
:
0.9em
;
font-size
:
0.9em
;
}
}
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