Merge pull request #60 from NiharikaRay/fix_markup_widget
Fix Markup Widget bug
This commit is contained in:
commit
9d65f8d866
|
|
@ -151,7 +151,7 @@ class FormFactory(object):
|
|||
'step-before', 'step-after']),
|
||||
default='linear',
|
||||
description="Line interpolation as defined by d3.js"),
|
||||
'code': TextAreaField("Code", description="Put your code here"),
|
||||
'code': TextAreaField("Code", description="Put your code here", default=''),
|
||||
'size_from': TextField(
|
||||
"Font Size From",
|
||||
default="20",
|
||||
|
|
|
|||
Loading…
Reference in New Issue