{ NO_METRIC_DATA }
}
show={ data.chart.length === 0 }
style={ { height: '240px' } }
>
'Page Response Time: ' + val} />
{ data.percentiles && data.percentiles.map((item: any, i: number) => (
}
// allowDecimals={false}
x={item.responseTime}
strokeWidth={0}
strokeOpacity={1}
/>
))}
);
}
export default ResponseTimeDistribution;