mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
feat: Tooltip for charts
This commit is contained in:
parent
1e2db4ebdc
commit
0b6ad26843
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue