We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 142d7e5 commit 04744b4Copy full SHA for 04744b4
dashboard/new-dashboard/src/components/phpstorm/IndexingDashboard.vue
@@ -11,7 +11,7 @@
11
<div class="flex-1 min-w-0">
12
<AggregationChart
13
:configurators="averagesConfigurators"
14
- :aggregated-measure="'processingSpeed#PHP'"
+ :aggregated-measure="'processingSpeedAvg#PHP'"
15
:title="'Indexing PHP (kB/s)'"
16
:chart-color="'#219653'"
17
:value-unit="'counter'"
dashboard/new-dashboard/src/components/phpstorm/PerformanceDashboard.vue
0 commit comments