Skip to content

Commit

Permalink
Change Funnel subtitle to display metric rather than dimension (metab…
Browse files Browse the repository at this point in the history
  • Loading branch information
npfitz authored Aug 26, 2022
1 parent 971c505 commit c45648c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default class FunnelNormal extends Component {
{formatMetric(rows[0][metricIndex])}
</div>
<div className={styles.Subtitle}>
{getFriendlyName(cols[dimensionIndex])}
{getFriendlyName(cols[metricIndex])}
</div>
</div>
{/* This part of code in used only to share height between .Start and .Graph columns. */}
Expand Down

0 comments on commit c45648c

Please sign in to comment.