Skip to content

Commit 129f2da

Browse files
committed
Bargraph Change
1 parent 5d05b16 commit 129f2da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/BarGraphComparison.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ const BarGraphComparison = (props) => {
184184
data,
185185
};
186186

187-
//manually assignin X -axis points with tab ID.
187+
//manually assignin X -axis points with current Tab keys.
188188
function setXpointsComparison() {
189189
comparison[series].data.barStack.forEach((elem) => {
190190
elem.currentTab = 'comparison';

0 commit comments

Comments
 (0)