Skip to content

Commit fc51726

Browse files
Update BarGraphComparison.tsx
1 parent e16e675 commit fc51726

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/components/StateRoute/PerformanceVisx/BarGraphComparison.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import { scaleBand, scaleLinear, scaleOrdinal } from '@visx/scale';
1010
import { useTooltip, useTooltipInPortal, defaultStyles } from '@visx/tooltip';
1111
import { Text } from '@visx/text';
1212
import { schemeTableau10 } from 'd3-scale-chromatic';
13-
import { styled } from '@mui/system';
1413
import Select from '@mui/material/Select';
1514
import MenuItem from '@mui/material/MenuItem';
1615
import FormControl from '@mui/material/FormControl';
@@ -207,7 +206,7 @@ const BarGraphComparison = (props: BarGraphComparisonProps): JSX.Element => {
207206
: { backgroundColor: '#ff6569', color: 'black' }
208207
}
209208
>
210-
{buttonLoad ? 'Deleted' : 'Clear Series'}
209+
{buttonLoad ? 'Deleted' : 'Clear All Series'}
211210
</Button>
212211

213212
<FormControl sx={{ m: 1, minWidth: 180 }} size='small'>

0 commit comments

Comments
 (0)