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/error indicator #1842

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

WIP: Feature/error indicator #1842

wants to merge 17 commits into from

Conversation

imaNNeo
Copy link
Owner

@imaNNeo imaNNeo commented Jan 7, 2025

In this PR, I'm gonna add error indicator range feature in our axis-based charts.

This work is sponsored by Intero The Sniffers

Fixes #1483

  • Infrastructure
  • LineChart (sample 13)
  • BarChart (sample 8)
  • ScatterChart
  • Cleanup
  • Documentation
  • Unit-Tests

Copy link

codecov bot commented Jan 7, 2025

Codecov Report

Attention: Patch coverage is 45.67901% with 44 lines in your changes missing coverage. Please review.

Project coverage is 92.21%. Comparing base (b1699fd) to head (66b5800).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
lib/src/chart/bar_chart/bar_chart_painter.dart 37.93% 18 Missing ⚠️
lib/src/chart/line_chart/line_chart_painter.dart 53.84% 12 Missing ⚠️
...src/chart/scatter_chart/scatter_chart_painter.dart 50.00% 12 Missing ⚠️
lib/src/utils/canvas_wrapper.dart 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1842      +/-   ##
==========================================
- Coverage   93.38%   92.21%   -1.18%     
==========================================
  Files          46       46              
  Lines        3267     3341      +74     
==========================================
+ Hits         3051     3081      +30     
- Misses        216      260      +44     
Flag Coverage Δ
flutter 92.21% <45.67%> (-1.18%) ⬇️

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
Copy link
Owner Author

imaNNeo commented Jan 8, 2025

CleanShot.2025-01-08.at.23.45.35.mp4

@imaNNeo
Copy link
Owner Author

imaNNeo commented Jan 9, 2025

CleanShot.2025-01-09.at.01.07.44.mp4

@imaNNeo
Copy link
Owner Author

imaNNeo commented Jan 9, 2025

crossAlignment property

CleanShot.2025-01-09.at.01.51.35.mp4

@imaNNeo
Copy link
Owner Author

imaNNeo commented Jan 10, 2025

Lower and upper text values

CleanShot.2025-01-10.at.23.26.33.mp4

@imaNNeo
Copy link
Owner Author

imaNNeo commented Jan 10, 2025

Implemented in Bar Chart:

image

@imaNNeo
Copy link
Owner Author

imaNNeo commented Jan 11, 2025

Implemented in Scatter Chart

CleanShot.2025-01-11.at.01.11.07.mp4

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.

Error Bar Support in Bar Charts
1 participant