From 1d1e7feb61b3b69ae4349c5c7cb69b212272b820 Mon Sep 17 00:00:00 2001 From: Ben Leichter Date: Wed, 18 Jun 2014 11:08:27 -0400 Subject: [PATCH] all apps working in TF tab #186 --- django_files/observatory/views.py | 2 +- html/explore/index.html | 42 ++++++++++++++++++------------- media/js/explore/general.js | 6 +++-- 3 files changed, 30 insertions(+), 20 deletions(-) diff --git a/django_files/observatory/views.py b/django_files/observatory/views.py index 588fde19..dfc17a59 100644 --- a/django_files/observatory/views.py +++ b/django_files/observatory/views.py @@ -1332,7 +1332,7 @@ def explore(request, app_name, trade_flow, country1, country2, product, year="20 if app_type in ["cspy", "sapy"]: prod_or_partner = "product" elif app_type == "casy": - if app_name in ("stacked", "map", "tree_map"): + if app_name in ("stacked", "map", "tree_map","pie_scatter", "product_space"): prod_or_partner = "product" diff --git a/html/explore/index.html b/html/explore/index.html index 8f740264..aa22b241 100644 --- a/html/explore/index.html +++ b/html/explore/index.html @@ -253,23 +253,34 @@

{% if title %}{{titl
+ + -