fl_chart icon indicating copy to clipboard operation
fl_chart copied to clipboard

Gauge Chart

Open FlorianArnould opened this issue 10 months ago • 7 comments

The implementation of the gauge chart (discussed here #199)

FlorianArnould avatar Aug 22 '23 13:08 FlorianArnould

To view this pull requests documentation preview, visit the following URL:

docs.page/imanneo/fl_chart~1424

Documentation is deployed and generated using docs.page.

docs-page[bot] avatar Aug 22 '23 13:08 docs-page[bot]

Codecov Report

Merging #1424 (c4d5647) into master (04b18d2) will increase coverage by 0.54%. The diff coverage is 93.15%.

@@            Coverage Diff             @@
##           master    #1424      +/-   ##
==========================================
+ Coverage   86.48%   87.02%   +0.54%     
==========================================
  Files          45       49       +4     
  Lines        2982     3245     +263     
==========================================
+ Hits         2579     2824     +245     
- Misses        403      421      +18     
Files Changed Coverage Δ
lib/src/chart/gauge_chart/gauge_chart.dart 0.00% <0.00%> (ø)
lib/src/chart/gauge_chart/gauge_chart_data.dart 98.93% <98.93%> (ø)
lib/src/chart/gauge_chart/gauge_chart_painter.dart 99.15% <99.15%> (ø)
...ib/src/chart/gauge_chart/gauge_chart_renderer.dart 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov[bot] avatar Aug 22 '23 13:08 codecov[bot]

When I put tick count: 3, I see 4 thicks. Is it intentional? image

imaNNeo avatar Sep 14 '23 22:09 imaNNeo

When I put tick count: 3, I see 4 thicks. Is it intentional? image

The 3 grey's are the ticks you asked and the colored one is the one showed because of the showChangingColorTicks on GaugeTicks, this defaults to true

FlorianArnould avatar Sep 15 '23 18:09 FlorianArnould

Can you update your branch, please? And reply to the other discussions?

imaNNeo avatar Nov 11 '23 17:11 imaNNeo

Any updates to adding the Gauge Chart?

Thank you.

Sun3 avatar Mar 05 '24 22:03 Sun3

@FlorianArnould & @imaNNeo Thank you for your work on this topic. How can I help to push the Gauge Chart to the library?

matecode avatar Apr 04 '24 12:04 matecode