From bce610d014b6e319df08c4e5e17b889b572ec1fc Mon Sep 17 00:00:00 2001 From: Agustin Zubiaga Date: Fri, 01 Jun 2012 00:13:39 +0000 Subject: Bigger font sizes Signed-off-by: Agustin Zubiaga --- (limited to 'charts.py') diff --git a/charts.py b/charts.py index 2159fee..89dbf92 100644 --- a/charts.py +++ b/charts.py @@ -49,7 +49,10 @@ class Chart(gobject.GObject): self.options = { 'legend': {'hide': True}, + 'titleFontSize': 16, 'axis': { + 'tickFontSize' : 12, + 'labelFontSize': 14, 'x': { 'ticks': [dict(v=i, label=l[0]) for i, l in enumerate(data)], -- cgit v0.9.1