Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
import {ChartType} from 'sentry/views/insights/common/components/chart';
import {SpanFields} from 'sentry/views/insights/types';

export const MAX_VISUALIZES = 4;
export const MAX_VISUALIZES = 8;

export const DEFAULT_VISUALIZATION_AGGREGATE = ALLOWED_EXPLORE_VISUALIZE_AGGREGATES[0]!;
export const DEFAULT_VISUALIZATION_FIELD = ALLOWED_EXPLORE_VISUALIZE_FIELDS[0]!;
Expand Down
2 changes: 1 addition & 1 deletion static/app/views/explore/queryParams/visualize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {decodeList} from 'sentry/utils/queryString';
import {determineDefaultChartType} from 'sentry/views/explore/contexts/pageParamsContext/visualizes';
import {ChartType} from 'sentry/views/insights/common/components/chart';

export const MAX_VISUALIZES = 4;
export const MAX_VISUALIZES = 8;

interface VisualizeOptions {
chartType?: ChartType;
Expand Down
Loading