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
bf3a07d0
Commit
bf3a07d0
authored
Sep 12, 2014
by
Leo Iannacone
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'github/master' into portable
parents
74ee840c
d4ebbdd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
debomatic-webui/public/javascripts/page_history.js
debomatic-webui/public/javascripts/page_history.js
+4
-4
No files found.
debomatic-webui/public/javascripts/page_history.js
View file @
bf3a07d0
...
...
@@ -162,9 +162,9 @@ function Page_History() {
value
=
$point
.
attr
(
'
ct:value
'
),
seriesName
=
$point
.
parent
().
attr
(
'
ct:series-name
'
);
$point
.
animate
({
$point
.
stop
().
animate
({
'
stroke-width
'
:
'
20px
'
},
3
00
,
effect
);
},
2
00
,
effect
);
$toolTip
.
find
(
'
.tooltip-inner
'
).
html
(
seriesName
+
'
(
'
+
value
+
'
)
'
);
$toolTip
.
show
();
});
...
...
@@ -172,9 +172,9 @@ function Page_History() {
$chart
.
on
(
'
mouseleave
'
,
'
.ct-point
'
,
function
()
{
var
$point
=
$
(
this
);
$point
.
animate
({
$point
.
stop
().
animate
({
'
stroke-width
'
:
'
10px
'
},
30
0
,
effect
);
},
15
0
,
effect
);
$toolTip
.
hide
();
});
...
...
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