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

WIP: Feature/horizontal bar chart #1827

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Conversation

imaNNeo
Copy link
Owner

@imaNNeo imaNNeo commented Dec 25, 2024

In this PR, I added the Horizontal Bar Chart feature.
So simply, we have a new parameter called rotationQuarterTurns and it works exactly like how RotatedBox works. (Actually, we use RotatedBox under the hood)

Fixes #113

@imaNNeo
Copy link
Owner Author

imaNNeo commented Dec 26, 2024

BarChartSample2:

CleanShot.2024-12-26.at.22.42.45.mp4

@imaNNeo
Copy link
Owner Author

imaNNeo commented Dec 26, 2024

BarChartSample7:

CleanShot.2024-12-26.at.22.46.20.mp4

@imaNNeo
Copy link
Owner Author

imaNNeo commented Dec 26, 2024

BarChartSample1:

CleanShot.2024-12-26.at.22.49.47.mp4

@imaNNeo imaNNeo changed the title WIP: Feature/horizontal bar chart WIP: Feature/horizontal bar/line/scatter chart Dec 26, 2024
@imaNNeo imaNNeo changed the title WIP: Feature/horizontal bar/line/scatter chart WIP: Feature/horizontal bar chart Dec 26, 2024
@imaNNeo imaNNeo force-pushed the feature/horizontal-bar-chart branch from 4d78e94 to ade5115 Compare December 27, 2024 12:17
@imaNNeo imaNNeo force-pushed the feature/horizontal-bar-chart branch from 3493f3a to e70548d Compare December 27, 2024 12:34
@imaNNeo imaNNeo force-pushed the feature/horizontal-bar-chart branch from e70548d to 9918c94 Compare December 27, 2024 12:36
Copy link

codecov bot commented Dec 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.43%. Comparing base (ddfd80a) to head (4c96d1a).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1827      +/-   ##
==========================================
+ Coverage   93.20%   93.43%   +0.23%     
==========================================
  Files          45       46       +1     
  Lines        3236     3261      +25     
==========================================
+ Hits         3016     3047      +31     
+ Misses        220      214       -6     
Flag Coverage Δ
flutter 93.43% <100.00%> (+0.23%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@imaNNeo imaNNeo force-pushed the feature/horizontal-bar-chart branch from e50d527 to 4c96d1a Compare December 27, 2024 15:15
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.

enhancement to support horizontal bar chart.
1 participant