Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simone Rossi
main
Commits
8f6db210
Commit
8f6db210
authored
Jan 09, 2018
by
Daniele Venzano
Browse files
Fix axis start 0 in status page
parent
ace36c1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
zoe_api/web/templates/status.html
View file @
8f6db210
...
...
@@ -3,6 +3,13 @@
{% block custom_head %}
<script
src=
"/static/Chart.min.js"
type=
"application/javascript"
></script>
<script>
Chart
.
scaleService
.
updateScaleDefaults
(
'
linear
'
,
{
ticks
:
{
min
:
0
}
});
</script>
{% endblock %}
{% block content %}
...
...
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