We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670a531 commit 9325c05Copy full SHA for 9325c05
examples/web-analytics/dashboard-app/src/pages/CustomReportPage.js
@@ -68,7 +68,7 @@ const CustomReportPage = ({ withTime }) => {
68
return out;
69
}, {})
70
}
71
- /> : finalActiveMeasure
+ /> : meta.resolveMember(finalActiveMeasure, "measures").shortTitle
72
73
vizState={withTime({ query: overTimeChartQuery, chartType: 'line' })}
74
/>
0 commit comments