Skip to content

Commit

Permalink
verbose explanation and link for d3 format"
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleotardif committed Nov 10, 2015
1 parent 38a4157 commit 6b13d78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion panoramix/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ def __init__(self, viz):
'compare_suffix': TextField('Comparison suffix',
description="Suffix to apply after the percentage display"),
'y_axis_format': TextField('Y axis format',
description="D3 format syntax for y axis"),
description="D3 format syntax for y axis "
"https://github.com/mbostock/\n"
"d3/wiki/Formatting"),
'markup_type': SelectField(
"Markup Type",
choices=self.choicify(['markdown', 'html']),
Expand Down

0 comments on commit 6b13d78

Please sign in to comment.