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 75146d1 commit c29406cCopy full SHA for c29406c
src/app/components/StateRoute/PerformanceVisx/BarGraphComparison.tsx
@@ -82,7 +82,7 @@ const BarGraphComparison = (props: BarGraphComparisonProps): JSX.Element => {
82
// We'll then use it in the renderingScale function and compare
83
// with the render time of the current tab.
84
// The max render time will determine the Y-axis's highest number.
85
- const calculateMaxTotalRender = (serie: string) => {
+ const calculateMaxTotalRender = (serie: string): number => {
86
const currentSeriesBarStacks: number[] = !comparison[serie]
87
? []
88
: comparison[serie].data.barStack;
0 commit comments