Skip to content

Commit 8f214eb

Browse files
committed
Support split runs for PyCharm Find Usages graphs
1 parent 1e56868 commit 8f214eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dashboard/new-dashboard/src/components/pycharm/PerformanceDashboard.vue

+3-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
/>
6262
</section>
6363
<section>
64-
<GroupProjectsChart
64+
<GroupProjectsWithClientChart
6565
label="First Code Analysis"
6666
measure="firstCodeAnalysis"
6767
:projects="[
@@ -76,7 +76,7 @@
7676
/>
7777
</section>
7878
<section>
79-
<GroupProjectsChart
79+
<GroupProjectsWithClientChart
8080
label="Find Usages"
8181
measure="findUsages"
8282
:projects="[
@@ -98,6 +98,7 @@ import AggregationChart from "../charts/AggregationChart.vue"
9898
import GroupProjectsChart from "../charts/GroupProjectsChart.vue"
9999
import DashboardPage from "../common/DashboardPage.vue"
100100
import { DataQuery, DataQueryExecutorConfiguration } from "../common/dataQuery"
101+
import GroupProjectsWithClientChart from "../charts/GroupProjectsWithClientChart.vue"
101102
102103
const typingOnlyConfigurator = {
103104
configureQuery(query: DataQuery, _configuration: DataQueryExecutorConfiguration): boolean {

0 commit comments

Comments
 (0)