Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Project-FiFo
DalmatinerDB
dalmatinerfe
Commits
7c63fd93
Commit
7c63fd93
authored
Jul 19, 2017
by
Heinz N. Gies
Browse files
Fix display for new resolution
parent
8f9f2b7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
apps/dalmatiner_frontend/priv/static/js/query.js
apps/dalmatiner_frontend/priv/static/js/query.js
+1
-1
No files found.
apps/dalmatiner_frontend/priv/static/js/query.js
View file @
7c63fd93
...
...
@@ -76,7 +76,7 @@ function render_metrics(start, metrics, markers) {
legend
.
push
(
s
.
name
);
for
(
var
i
=
0
;
i
<
values
.
length
;
i
++
)
{
points
[
i
]
=
{
"
date
"
:
new
Date
(
start
+
(
i
*
resolution
)),
"
date
"
:
new
Date
(
(
start
+
(
i
*
resolution
))
/
1000
)
,
"
value
"
:
values
[
i
]
};
}
...
...
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