Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 15, 2023

Bumps fl_chart from 0.55.1 to 0.61.0.

Release notes

Sourced from fl_chart's releases.

0.61.0

  • IMPROVEMENT (by @​imaNNeo) Remove assertion to check to provide only one of color or gradient property in the BarChartRodData and BackgroundBarChartRodData, #1121.
  • IMPROVEMENT (by @​imaNNeo) Make drawBehindEverything property default to true in AxisTitles class, #1097.
  • BUGFIX (by @​imaNNeo) Show 0 instead of -0 in some edge-cases in the default titles
  • FEATURE (by @​tamasapps): Add tooltipHorizontalAlignment and tooltipHorizontalOffset property in [LineTouchTooltipData], [BarTouchTooltipData], [ScatterTouchTooltipData].
  • FEATURE (by @​dhiyaaulauliyaa) Add ability to force SideTitle to be placed inside its corresponding axis bounding box, #603.

0.60.0

  • IMPROVEMENT (by @​lsaudon) Replace flutter_lints by very_good_analysis
  • BREAKING (by @​lsaudon) Update dart sdk to 2.17.0 (flutter 3.0.0)
  • BUGFIX (by @​imaNNeo) Fix indicator out of range error in line chart, #1187
  • FEATURE (by @​HTsuruo): Add longPressDuration optional property that allows to control the duration LongPress gesture occurs, #1114 #1127.
  • IMPROVEMENT (by @​imaNNeo) Add some screenshots in pubspec.yaml to support new https://github.com/imaNNeo/fl_chart/blob/HEAD/pub.dev feature. Read more about it here and here.
  • IMPROVEMENT (by @​imaNNeo) Update the homepage url in pubspec.yaml (I just renamed my username)
  • FEATURE (by @​JoshMart) Add ability to draw extra horizontal lines on BarChart, #476
  • FEATURE (by @​soraef) Add a positionPercentageOffset optional property to RadarChartTitle to allow individual title positioning
  • BUGFIX (by @​imaNNeo) Allow to draw empty radarChart (with all zero values), #1217
  • IMPORTANT IRAN NEEDS YOU. SPREAD THE NEWS.

0.55.2

  • BUGFIX (by @​imaNNeoFighT): Fix inner border of pieChart with single section, #1089
  • IMPORTANT IRAN NEEDS HELP

As you might know, Islamic Republic of Iran is murdering people in silence right now in Iran They shut the Internet down to do that. That’s why I cannot maintain this library for a while. Now we need your help, please be our voice by spreading news in your media to support us Search these hashtags:

#MahsaAmini مهسا_امینی OpIran

Also, this article might help.

Changelog

Sourced from fl_chart's changelog.

0.61.0

  • IMPROVEMENT (by @​imaNNeo) Remove assertion to check to provide only one of color or gradient property in the BarChartRodData and BackgroundBarChartRodData, #1121.
  • IMPROVEMENT (by @​imaNNeo) Make drawBehindEverything property default to true in AxisTitles class, #1097.
  • BUGFIX (by @​imaNNeo) Show 0 instead of -0 in some edge-cases in the default titles
  • FEATURE (by @​tamasapps): Add tooltipHorizontalAlignment and tooltipHorizontalOffset property in [LineTouchTooltipData], [BarTouchTooltipData], [ScatterTouchTooltipData].
  • FEATURE (by @​dhiyaaulauliyaa) Add ability to force SideTitle to be placed inside its corresponding axis bounding box, #603.

0.60.0

  • IMPROVEMENT (by @​lsaudon) Replace flutter_lints by very_good_analysis
  • BREAKING (by @​lsaudon) Update dart sdk to 2.17.0 (flutter 3.0.0)
  • BUGFIX (by @​imaNNeo) Fix indicator out of range error in line chart, #1187
  • FEATURE (by @​HTsuruo): Add longPressDuration optional property that allows to control the duration LongPress gesture occurs, #1114 #1127.
  • IMPROVEMENT (by @​imaNNeo) Add some screenshots in pubspec.yaml to support new https://github.com/imaNNeo/fl_chart/blob/master/pub.dev feature. Read more about it here and here.
  • IMPROVEMENT (by @​imaNNeo) Update the homepage url in pubspec.yaml (I just renamed my username)
  • FEATURE (by @​JoshMart) Add ability to draw extra horizontal lines on BarChart, #476
  • FEATURE (by @​soraef) Add a positionPercentageOffset optional property to RadarChartTitle to allow individual title positioning
  • BUGFIX (by @​imaNNeo) Allow to draw empty radarChart (with all zero values), #1217
  • IMPORTANT IRAN NEEDS YOU. SPREAD THE NEWS.

0.55.2

  • BUGFIX (by @​imaNNeo): Fix inner border of pieChart with single section, #1089
  • IMPORTANT IRAN NEEDS HELP

As you might know, Islamic Republic of Iran is murdering people in silence right now in Iran They shut the Internet down to do that. That’s why I cannot maintain this library for a while. Now we need your help, please be our voice by spreading news in your media to support us Search these hashtags:

#MahsaAmini مهسا_امینی OpIran

Also, this article might help.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [fl_chart](https://github.com/imaNNeo/fl_chart) from 0.55.1 to 0.61.0.
- [Release notes](https://github.com/imaNNeo/fl_chart/releases)
- [Changelog](https://github.com/imaNNeo/fl_chart/blob/master/CHANGELOG.md)
- [Commits](imaNNeo/fl_chart@0.55.1...0.61.0)

---
updated-dependencies:
- dependency-name: fl_chart
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 15, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 17, 2023

Superseded by #25.

@dependabot dependabot bot closed this Apr 17, 2023
@dependabot dependabot bot deleted the dependabot/pub/fl_chart-0.61.0 branch April 17, 2023 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants