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

Update dependency fl_chart to ^0.68.0 #3496

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 19, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
fl_chart (source) dependencies minor ^0.63.0 -> ^0.68.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

imaNNeo/fl_chart (fl_chart)

v0.68.0

Compare Source

  • Improvement (by @​imaNNeo) Update LineChartSample6 to implement a way to show a tooltip on a single spot, #​1620
  • Feature (by @​herna) Add titleSunbeamLayout inside the BarChartData to allow the user to customize the layout of the title sunbeam
  • Improvement (by @​imaNNeo) Add LineChart and BarChart explanation videos on top of the respective documentation pages (LineChart video, BarChart video)

v0.67.0

Compare Source

/// Migration guide:
/// This is the old way:
BarChartData(
  barTouchData: BarTouchData(
    touchTooltipData: BarTouchTooltipData(
      tooltipBgColor: Colors.blueGrey,
    )
  )
)

/// This is the new way:
BarChartData(
  barTouchData: BarTouchData(
    touchTooltipData: BarTouchTooltipData(
      getTooltipColor: (BarChartGroupData group) => Colors.blueGrey,
    )
  )
)

v0.66.2

Compare Source

v0.66.1

Compare Source

v0.66.0

Compare Source

  • IMPROVEMENT (by @​imaNNeo) Add Flutter sdk constraints to the pubspec.yaml to force the user/developer to upgrade the Flutter version to 3.16.0 (latest), #​1509
  • IMPROVEMENT (by @​imaNNeo) Add dotPainter property to ScatterSpot to allow customizing the dot painter, #​568
  • BREAKING (by @​imaNNeo) Remove color and radius properties from ScatterSpot (use dotPainter instead), #​568
  • BREAKING (by @​imaNNeo) Change the default value of FlDotCirclePainter.strokeWidth to 0.0
/// 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,
  ),
),

v0.65.0

Compare Source

v0.64.0

Compare Source

  • BUGFIX (by @​Anas35) Fix Tooltip not displaying when value from BackgroundBarChartRodData is less than zero. #​1345.
  • BUGFIX (by @​imaNNeo) Fix Negative BarChartRodStackItem are not drawn correctly bug, #​1347
  • BUGFIX (by @​imaNNeo) Fix bar_chart_helper minY calculation bug, #​1388
  • IMPROVEMENT (by @​imaNNeo) Consider fraction digits when formatting chart side titles, #​1267

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

codecov bot commented Apr 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.80%. Comparing base (2a16af2) to head (14cf39a).

❗ Current head 14cf39a differs from pull request most recent head ca4c391. Consider uploading reports for the commit ca4c391 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3496      +/-   ##
==========================================
- Coverage   88.82%   88.80%   -0.02%     
==========================================
  Files         254      252       -2     
  Lines       14115    14021      -94     
==========================================
- Hits        12537    12451      -86     
+ Misses       1578     1570       -8     

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

@renovate renovate bot force-pushed the renovate/fl_chart-0.x branch from 14cf39a to ca4c391 Compare May 9, 2024 01:23
@renovate renovate bot changed the title Update dependency fl_chart to ^0.67.0 Update dependency fl_chart to ^0.68.0 May 9, 2024
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.

None yet

0 participants