feat: Tooltip for charts

This commit is contained in:
1ambda 2017-04-05 18:25:18 +09:00
parent 1e2db4ebdc
commit 0b6ad26843

View file

@ -21,6 +21,7 @@ limitations under the License.
ng-repeat="viz in builtInTableDataVisualizationList track by $index"
ng-class="{'active' : viz.id == graphMode && !config.helium.activeApp}"
ng-click="switchViz(viz.id)"
tooltip-placement="bottom" uib-tooltip="{{viz.name ? viz.name : ''}}"
ng-bind-html="viz.icon">
</button>
</div>