aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2014-03-03 22:23:45 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2014-03-03 23:12:35 +0000
commit5aa533b678a2a60f989e4686e0880e24761a9aca (patch)
tree7b102bf3437e6ff13601ee3a02c8a798156cada4 /templates
parent5ee1bb255bd268521e6ee07d4501eedcaa5e348c (diff)
downloadopenembedded-core-contrib-5aa533b678a2a60f989e4686e0880e24761a9aca.tar.gz
Fix OE-Classic stats page for update to latest django-nvd3 (0.6.0)
Update d3/nvd3 js files in the process, but hold off on nv.d3.css for now because the latest version breaks the formatting/fading on tooltips. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/layerindex/classicstats.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/layerindex/classicstats.html b/templates/layerindex/classicstats.html
index 62d3409332..2fde01b973 100644
--- a/templates/layerindex/classicstats.html
+++ b/templates/layerindex/classicstats.html
@@ -48,9 +48,9 @@
{% block scripts %}
<link media="all" href="{% static "css/nv.d3.css" %}" type="text/css" rel="stylesheet" />
- <script src="{% static "js/d3.v2.js" %}" type="text/javascript"></script>
+ <script src="{% static "js/d3.js" %}" type="text/javascript"></script>
<script src="{% static "js/nv.d3.js" %}" type="text/javascript"></script>
-{% load_chart charttype_status chartdata_status "chart_status" %}
-{% load_chart charttype_category chartdata_category "chart_category" %}
+{% load_chart charttype_status chartdata_status "chart_status" extra_status %}
+{% load_chart charttype_category chartdata_category "chart_category" extra_category %}
{% endblock %}