-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
CleanShot.2025-01-08.at.23.45.35.mp4 |
CleanShot.2025-01-09.at.01.07.44.mp4 |
crossAlignment property CleanShot.2025-01-09.at.01.51.35.mp4 |
Lower and upper text values CleanShot.2025-01-10.at.23.26.33.mp4 |
…art types (such as bar chart and scatter chart)
Implemented in Scatter Chart CleanShot.2025-01-11.at.01.11.07.mp4 |
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