Fix taskoverview graph

This commit is contained in:
Anders Ingemann 2015-04-11 14:35:39 +02:00
parent 6f87287c31
commit 0276b70910
3 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,10 +1,10 @@
class window.TaskOverview
viewBoxHeight = 800
viewBoxWidth = 200
viewBoxWidth = 800
margins =
top: 100
top: 200
left: 50
bottom: 100
bottom: 200
right: 50
gravity =
lateral: .1

View file

@ -19,5 +19,5 @@ commands = nosetests -v tests/integration --with-coverage --cover-package=bootst
deps =
sphinx
commands =
sphinx-build -b html -d docs/_build/html/doctrees docs docs/_build/html
./taskoverview.py --output docs/_static/graph.json
sphinx-build -b html -d docs/_build/html/doctrees docs docs/_build/html