Skip to content

Commit

Permalink
[TSVB] Removes unused type (#161844)
Browse files Browse the repository at this point in the history
## Summary

Closes #161019

Cleanups unused type
  • Loading branch information
stratoula authored Jul 13, 2023
1 parent 9d76fe3 commit 3c46440
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ export interface Series {
};
point_size?: number;
separate_axis: number;
seperate_axis: number;
series_drop_last_bucket: number;
series_index_pattern: IndexPatternValue;
series_interval?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export const createSeries = (partialSeries?: Partial<Series>): Series => ({
stacked: 'none',
time_range_mode: 'entire_time_range',
value_template: '{{value}}',
seperate_axis: 0,
series_index_pattern: { id: 'test' },
series_max_bars: 0,
steps: 0,
Expand Down

0 comments on commit 3c46440

Please sign in to comment.