mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
Fix taskoverview graph
This commit is contained in:
parent
6f87287c31
commit
0276b70910
3 changed files with 5 additions and 5 deletions
2
docs/_static/graph.json
vendored
2
docs/_static/graph.json
vendored
File diff suppressed because one or more lines are too long
6
docs/_static/taskoverview.coffee
vendored
6
docs/_static/taskoverview.coffee
vendored
|
@ -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
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue