Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/charts.py
diff options
context:
space:
mode:
Diffstat (limited to 'charts.py')
-rw-r--r--charts.py3
1 files changed, 3 insertions, 0 deletions
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)],