Added missing text panel, added hover to pie and histogram

This commit is contained in:
Rashid Khan
2013-02-05 19:20:32 -07:00
parent 4b9310ea88
commit 70f6a29700
5 changed files with 56 additions and 6 deletions
+4
View File
@@ -0,0 +1,4 @@
<div ng-controller='text'>
<h4 ng-class="{'ng-cloak': !panel.title}">{{panel.title}}</h4>
<p style="font-size:{{panel.fontsize}}">{{panel.content}}</p>
</div>