From d5063bd1d2cae79df7ce6e826c7413fed61ff9db Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 5 Oct 2011 15:45:44 -0500 Subject: Add package visualizations page Why the hell not? Have fun clicking all the pretty buttons. Signed-off-by: Dan McGee --- templates/visualize/index.html | 43 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 templates/visualize/index.html (limited to 'templates/visualize') diff --git a/templates/visualize/index.html b/templates/visualize/index.html new file mode 100644 index 0000000..99525e6 --- /dev/null +++ b/templates/visualize/index.html @@ -0,0 +1,43 @@ +{% extends "base.html" %} + +{% block title %}Arch Linux - Visualizations{% endblock %} + +{% block content %} +
+ +

Visualizations of Packaging Data

+ +

Package Treemap

+ +
+
+ Scale Using: + + + + +
+
+ Group By: + + +
+
+
+
+ +{% load cdn %}{% jquery %} + + + + + +{% endblock %} -- cgit v1.2.3-24-g4f1b