Skip to content

Commit

Permalink
[ML] Adding annotations_enabled to model plot config (elastic#68228)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Jun 4, 2020
1 parent 6cff2c9 commit ddde11c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export interface DataDescription {

export interface ModelPlotConfig {
enabled: boolean;
annotations_enabled?: boolean;
terms?: string;
}

Expand Down

0 comments on commit ddde11c

Please sign in to comment.