From 8ecba28a63d36e656b03ef9d7b753608bb6655ee Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 12 Apr 2011 19:25:04 -0400 Subject: No longer need to exclude since package-nodes look so "busy" now --- leafymiracle/widgets.py | 1 - 1 file changed, 1 deletion(-) diff --git a/leafymiracle/widgets.py b/leafymiracle/widgets.py index d2b38c0..7816da4 100644 --- a/leafymiracle/widgets.py +++ b/leafymiracle/widgets.py @@ -37,7 +37,6 @@ class LeafyGraph(SQLARadialGraph): show_attributes = False imply_relations = True auto_labels = False - excluded_columns = ['group'] deep_linking = True #transition = JSSymbol(src='$jit.Trans.Back.easeInOut') duration = 400 -- cgit