|
@@ -17,6 +17,7 @@ export function AllTransactionsView(props: BasePerformanceViewProps) {
|
|
|
canUseMetricsData(props.organization)
|
|
|
) {
|
|
|
doubleChartRowCharts.unshift(PerformanceWidgetSetting.MOST_CHANGED);
|
|
|
+ doubleChartRowCharts.unshift(PerformanceWidgetSetting.MOST_RELATED_ISSUES);
|
|
|
} else {
|
|
|
doubleChartRowCharts.unshift(PerformanceWidgetSetting.MOST_REGRESSED);
|
|
|
doubleChartRowCharts.push(PerformanceWidgetSetting.MOST_IMPROVED);
|