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

Feature/scatter customizable spot #1519

Merged
merged 9 commits into from
Dec 3, 2023
Merged

Conversation

imaNNeo
Copy link
Owner

@imaNNeo imaNNeo commented Dec 3, 2023

/// Migration guide:
/// This is the old way:
ScatterSpot(
  2,
  5,
  color: Colors.red,
  radius: 12,
)

/// This is the new way:
ScatterSpot(
  2,
  8,
  dotPainter: FlDotCirclePainter(
    color: Colors.red,
    radius: 22,
  ),
),
Screen.Recording.2023-12-03.at.21.49.10.mov

Copy link

docs-page bot commented Dec 3, 2023

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

docs.page/imanneo/fl_chart~1519

Documentation is deployed and generated using docs.page.

Copy link

codecov bot commented Dec 3, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6b52a4e) 86.70% compared to head (b54632a) 86.71%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1519   +/-   ##
=======================================
  Coverage   86.70%   86.71%           
=======================================
  Files          45       45           
  Lines        3024     3018    -6     
=======================================
- Hits         2622     2617    -5     
+ Misses        402      401    -1     

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

@imaNNeo imaNNeo force-pushed the feature/scatter-customizable-spot branch from 465cc15 to 9006171 Compare December 3, 2023 20:01
@imaNNeo imaNNeo merged commit 2bb9c81 into master Dec 3, 2023
6 checks passed
@imaNNeo imaNNeo deleted the feature/scatter-customizable-spot branch December 3, 2023 20:50
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.

1 participant