zulip/templates/analytics/stats.html
Rishi Gupta 9e5325a164 Add /stats page with basic stats graph.
Adds a new url route and a new json endpoint.
2016-12-29 14:20:13 -08:00

12 lines
293 B
HTML

<html lang="en">
<head>
{{ minified_js('stats')|safe }}
</head>
<body>
<div id="id_stats_errors" class="alert alert-error"></div>
<div id="id_messages_sent_to_realm" style="width: 800px; height: 400px;">
<!-- Plotly chart will be drawn inside this DIV -->
</div>
</body>
</html>