Skip to content

Commit

Permalink
feat: 🎸 enable Drilldowns for TSVB
Browse files Browse the repository at this point in the history
Although TSVB brushing event is now broken on master, KibanaApp plans to
fix it in 7.7
  • Loading branch information
streamich committed Mar 17, 2020
1 parent 938c7b6 commit 2e46b76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ export class VisualizeEmbeddable extends Embeddable<VisualizeInput, VisualizeOut
case 'histogram':
case 'horizontal_bar':
case 'line':
case 'metrics':
case 'pie':
case 'table':
case 'tagcloud':
Expand All @@ -415,7 +416,6 @@ export class VisualizeEmbeddable extends Embeddable<VisualizeInput, VisualizeOut
case 'input_control_vis':
case 'markdown':
case 'metric':
case 'metrics':
case 'region_map':
case 'tile_map':
case 'timelion':
Expand Down

0 comments on commit 2e46b76

Please sign in to comment.