Fix: Stats are now properly displayed in Firefox.

This commit is contained in:
Fabian Schlenz 2017-12-10 12:09:43 +01:00
parent 9693371a3d
commit f847c372d1
1 changed files with 5 additions and 5 deletions

View File

@ -164,11 +164,11 @@
});
</script>
<span id="heatmap" style="width: 500px; height: 600px;"></span>
<div id="heatmap" style="width: 500px; height: 600px;"></div>
{{#count.dialogs}}
<span id="chart_chat_types" style="width: 600px; height: 500px;"></span>
<div id="chart_chat_types" style="width: 600px; height: 500px;"></div>
{{/count.dialogs}}
<span id="chart_message_types" style="width: 600px; height: 500px;"></span>
<span id="chart_media_types" style="width: 600px; height: 500px;"></span>
<span id="chart_authors" style="width: 600px; height: 500px;"></span>
<div id="chart_message_types" style="width: 600px; height: 500px;"></div>
<div id="chart_media_types" style="width: 600px; height: 500px;"></div>
<div id="chart_authors" style="width: 600px; height: 500px;"></div>