Show the sigificant change in the graphs (#4025)
This commit is contained in:
parent
3c4dc43a8c
commit
fc939b45cd
|
|
@ -96,7 +96,7 @@ each metricGroup, groupName in compare.metrics
|
|||
each values, metricName in metricGroup
|
||||
- var fullMetricName = groupName + '.' + metricName
|
||||
- var metricId = fullMetricName.replace(/\./g, '_')
|
||||
h3 #{fullMetricName}
|
||||
h3 #{fullMetricName} #{values.statisticalTestU === "N/A"? '' : values.statisticalTestU < 0.05 ? '(significant change)' : ''}
|
||||
.ct-chart(id=`chart-${metricId}`)
|
||||
.ct-legend
|
||||
span.ct-legend-item
|
||||
|
|
|
|||
Loading…
Reference in New Issue