Skip to content

Commit 08b7d9f

Browse files
committed
Performance tab tutorial complete, series name input box styling fixes
1 parent 18a2df9 commit 08b7d9f

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

src/app/components/BarGraph.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,7 @@ const tooltipStyles = {
6262
const BarGraph = props => {
6363
const [{ tabs, currentTab }, dispatch] = useStoreContext();
6464
const { width, height, data, comparison } = props;
65-
<<<<<<< HEAD
6665
const [ seriesNameInput, setSeriesNameInput ] = useState(`Series ${comparison.length + 1}`);
67-
=======
68-
const [seriesNameInput, setSeriesNameInput] = useState(`Series ${comparison.length}`);
69-
>>>>>>> master
7066
const {
7167
tooltipOpen,
7268
tooltipLeft,

src/app/styles/components/_performanceVisx.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@
1919
font-size: 1em !important;
2020
}
2121

22-
.seriesNameInput {
22+
#seriesname {
2323
background-color: white;
2424
float: right;
2525
width: 117px;
26-
margin-right: 38px;
27-
}
26+
margin-right: 160px;
27+
height: 24px;
28+
}

0 commit comments

Comments
 (0)