app/views/dashing/widgets/graph.html in dashing-rails-2.4.3 vs app/views/dashing/widgets/graph.html in dashing-rails-2.4.4
- old
+ new
@@ -1,5 +1,5 @@
<h1 class="title" data-bind="title"></h1>
-<h2 class="value" data-bind="current | prettyNumber | prepend prefix"></h2>
+<h2 class="value" data-bind="current | prettyNumber | prepend prefix | append suffix"></h2>
<p class="more-info" data-bind="moreinfo"></p>