annotations: added new options hide toggle, and show option

This commit is contained in:
Torkel Ödegaard
2017-04-12 15:01:17 +02:00
parent f42202e665
commit 752b42798a
10 changed files with 158 additions and 64 deletions

View File

@@ -83,10 +83,6 @@ export class KeybindingSrv {
}
setupDashboardBindings(scope, dashboard) {
// this.bind('b', () => {
// dashboard.toggleEditMode();
// });
this.bind('mod+o', () => {
dashboard.graphTooltip = (dashboard.graphTooltip + 1) % 3;
appEvents.emit('graph-hover-clear');