From 94c1a413eefd30ff164b2c706d7fa60cc9d1c5c3 Mon Sep 17 00:00:00 2001 From: Florian Keller Date: Thu, 6 Oct 2016 22:05:41 +0200 Subject: [PATCH] Added title for chat times chart --- src/main/resources/templates/html/_stats.mustache | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/templates/html/_stats.mustache b/src/main/resources/templates/html/_stats.mustache index b9b65fa..94a43e7 100644 --- a/src/main/resources/templates/html/_stats.mustache +++ b/src/main/resources/templates/html/_stats.mustache @@ -9,6 +9,9 @@ chart: { type: 'heatmap', }, + title: { + text: 'Chat times', + }, colorAxis: { stops: [ [0, '#FFEDA0'],