From 1e18a21d26059f086a67e63f25aebc92a65767fa Mon Sep 17 00:00:00 2001 From: Blacktwin Date: Sun, 16 Jun 2019 00:18:54 -0400 Subject: [PATCH] comment for explode and color --- reporting/watched_percentages.py | 1 + 1 file changed, 1 insertion(+) diff --git a/reporting/watched_percentages.py b/reporting/watched_percentages.py index e1640b7..bb2fcf0 100644 --- a/reporting/watched_percentages.py +++ b/reporting/watched_percentages.py @@ -19,6 +19,7 @@ BACKGROUND_COLOR = '#282828' BOX_COLOR = '#3C3C3C' BBOX_PROPS = dict(boxstyle="round,pad=0.7, rounding_size=0.3", fc=BOX_COLOR, ec=BOX_COLOR) +# [user, section] for Explode and Color EXPLODE = [0, 0.01] COLORS = ['#F6A821', '#C07D37']