Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reverse the timeline graph XAxis to be with 'ltr' orientation #149

Merged
merged 2 commits into from
Oct 23, 2023

Conversation

AlexKomanov
Copy link
Contributor

Description

The timeline graph at the dashboard (אחוזי יציאה מסך הנסיעות לפי זמן) was changed to be ltr even though the application is in Hebrew (basically with rtl orientation.

See the screenshot below.

This one closes the issue #139

screenshots

image

@AlexKomanov AlexKomanov changed the title Reverse an XAxis to be ltr Reverse the timeline graph XAxis to be with 'ltr' orientation Oct 23, 2023
@@ -57,7 +57,7 @@ export default function ArrivalByTimeChart({
bottom: 5,
}}>
<CartesianGrid strokeDasharray="3 3" />
<XAxis dataKey="gtfs_route_date" />
<XAxis dataKey="gtfs_route_date" reversed={true}/>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

according to prettier - there is missing space before closing space
image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh. Fixing ASAP!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can run 'yarn lint' to see the linter outputs :)

@shootermv shootermv merged commit 2d95de5 into hasadna:main Oct 23, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants