Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

Commit

Permalink
filled graphs look better #103
Browse files Browse the repository at this point in the history
  • Loading branch information
dArignac committed Mar 21, 2016
1 parent 7e03ce3 commit 5b79b3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions price_monitor/api/renderers/PriceChartPNGRenderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def create_graph(self, data, args):
'style': RedBlueStyle(**style_arguments),
'x_label_rotation': 25,
'x_value_formatter': lambda dt: dt.strftime('%y-%m-%d %H:%M'),
'fill': True
}
for arg in self.allowed_chart_url_args.keys():
if arg in args:
Expand Down

0 comments on commit 5b79b3e

Please sign in to comment.