F = [13171, 12025, 11783, 12315, 11984]
GChart('lc', F, encoding='text', scale=13171)
OR
GChart('lc', F, encoding='text', chds='<data set 1 minimum
value>,<data set 1 maximum value>...')
(see the api doc for more help on chds)
Using the scale kwarg does the scaling before hand on the dataset,
chds is a new api feature and *should* do the same thing.
The scale kwarg can be a number for the maxValue, or a tuple of
(minValue, maxValue)