feat: Add Gauge Chart#1933
Conversation
|
Can you please rebase the branch? |
|
It should be OK, I also removed files not concerned by this PR |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1933 +/- ##
==========================================
+ Coverage 93.07% 93.98% +0.90%
==========================================
Files 50 54 +4
Lines 3956 4553 +597
==========================================
+ Hits 3682 4279 +597
Misses 274 274
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Okay, now I found a little bit of time to take a look at this one. Here I have some concerns, please have a look: I tried to pass only one color to the valueColor: VariableGaugeColor(
colors: [
AppColors.contentColorYellow,
],
limits: [],
),Or if you want to keep the abstraction, please let me know what other types of |
|
I also have a suggestion for the Please let me know your thoughts |
|
any updates on this? I'd love to move off of syncfusion |
|
@imaNNeo I’ve rebased and updated the PR following your feedback. |
|
Hi there, I just wrote some comments. As it is a new chart type, I would like to put more time/effort into it to ensure it is future-compatible and that we won't have breaking changes. That's why I'm a bit strict about it. Just let me know what works better for you. |
|
Hey, no problem, I won't be able to work on it at least today, maybe tomorrow or in the week end. |
|
Alright, so I would like to continue your work and do the final improvement. |
# Conflicts: # example/ios/Runner/Info.plist
|
Alright, we're almost done, here are 4 samples that we have created:
|
|
Thanks @glemartret and @FlorianArnould |

Updated code from #1424 (credits to @FlorianArnould)
The implementation of the gauge chart (discussed here #199)