mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
16 lines
678 B
ReStructuredText
16 lines
678 B
ReStructuredText
![]() |
|
||
|
Taskoverview
|
||
|
============
|
||
|
|
||
|
.. raw:: html
|
||
|
|
||
|
<svg id="taskoverview-graph"></svg>
|
||
|
<link rel="stylesheet/less" type="text/css" href="_static/taskoverview.less">
|
||
|
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/less.js/1.5.0/less.min.js"></script>
|
||
|
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/coffee-script/1.6.3/coffee-script.min.js"></script>
|
||
|
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/d3/3.3.11/d3.js"></script>
|
||
|
<script type="text/coffeescript" src="_static/taskoverview.coffee"></script>
|
||
|
<script type="text/coffeescript">
|
||
|
overview = new window.TaskOverview selector: '#taskoverview-graph'
|
||
|
</script>
|