diff options
Diffstat (limited to 'templates/project/widgets/graph/graph.html')
-rw-r--r-- | templates/project/widgets/graph/graph.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/project/widgets/graph/graph.html b/templates/project/widgets/graph/graph.html new file mode 100644 index 0000000..786bbb7 --- /dev/null +++ b/templates/project/widgets/graph/graph.html @@ -0,0 +1,5 @@ +<h1 class="title" data-bind="title"></h1> + +<h2 class="value" data-bind="current | prettyNumber | prepend prefix | append suffix"></h2> + +<p class="more-info" data-bind="moreinfo"></p> |