File tree 1 file changed +3
-2
lines changed
dashboard/new-dashboard/src/components/pycharm
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 61
61
/>
62
62
</section >
63
63
<section >
64
- <GroupProjectsChart
64
+ <GroupProjectsWithClientChart
65
65
label =" First Code Analysis"
66
66
measure =" firstCodeAnalysis"
67
67
:projects =" [
76
76
/>
77
77
</section >
78
78
<section >
79
- <GroupProjectsChart
79
+ <GroupProjectsWithClientChart
80
80
label =" Find Usages"
81
81
measure =" findUsages"
82
82
:projects =" [
@@ -98,6 +98,7 @@ import AggregationChart from "../charts/AggregationChart.vue"
98
98
import GroupProjectsChart from " ../charts/GroupProjectsChart.vue"
99
99
import DashboardPage from " ../common/DashboardPage.vue"
100
100
import { DataQuery , DataQueryExecutorConfiguration } from " ../common/dataQuery"
101
+ import GroupProjectsWithClientChart from " ../charts/GroupProjectsWithClientChart.vue"
101
102
102
103
const typingOnlyConfigurator = {
103
104
configureQuery(query : DataQuery , _configuration : DataQueryExecutorConfiguration ): boolean {
You can’t perform that action at this time.
0 commit comments