diff --git a/app/templates/reports/graph.html.j2 b/app/templates/reports/graph.html.j2 index 3638a3a..b8c20a2 100644 --- a/app/templates/reports/graph.html.j2 +++ b/app/templates/reports/graph.html.j2 @@ -35,8 +35,10 @@ }, y: { display: true, - type: 'logarithmic', - text: '{{ name }}' + title: { + display: true, + text: '{{ name }}' + }, } } }