mirror of https://github.com/flutter/samples.git
Bump fl_chart from 0.66.2 to 0.67.0 in /experimental/pedometer/example (#2226)
Bumps [fl_chart](https://github.com/imaNNeo/fl_chart) from 0.66.2 to 0.67.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/imaNNeo/fl_chart/releases">fl_chart's releases</a>.</em></p> <blockquote> <h2>0.67.0</h2> <ul> <li><strong>FEATURE</strong> (by <a href="https://github.com/julien4215"><code>@julien4215</code></a>) Add direction property to the <a href="https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/base_chart.md#horizontallinelabel">HorizontalLineLabel</a> and <a href="https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/base_chart.md#verticallinelabel">VerticalLineLabel</a>, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1574">#1574</a></li> <li><strong>FEATURE</strong> (by <a href="https://github.com/apekshamehta"><code>@apekshamehta</code></a>) Added new method called getTooltipColor for axis charts (bar,line,scatter) to change background color of tooltip dynamically.<a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1279">issue</a>.</li> <li><strong>BREAKING</strong> (by <a href="https://github.com/apekshamehta"><code>@apekshamehta</code></a>) Removed tooltipBgColor property from Bar, Line and Scatter Charts (you can now use <code>getTooltipColor</code> which provides more customizability), checkout the <a href="https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/migration_guides/0.67.0/MIGRATION_00_67_00.md">full migration guide here</a>.</li> </ul> <pre lang="dart"><code>/// Migration guide: /// This is the old way: BarChartData( barTouchData: BarTouchData( touchTooltipData: BarTouchTooltipData( tooltipBgColor: Colors.blueGrey, ) ) ) <p>/// This is the new way: BarChartData( barTouchData: BarTouchData( touchTooltipData: BarTouchTooltipData( getTooltipColor: (BarChartGroupData group) => Colors.blueGrey, ) ) ) </code></pre></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/imaNNeo/fl_chart/blob/main/CHANGELOG.md">fl_chart's changelog</a>.</em></p> <blockquote> <h2>0.67.0</h2> <ul> <li><strong>FEATURE</strong> (by <a href="https://github.com/julien4215"><code>@julien4215</code></a>) Add direction property to the <a href="https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/base_chart.md#horizontallinelabel">HorizontalLineLabel</a> and <a href="https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/base_chart.md#verticallinelabel">VerticalLineLabel</a>, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1574">#1574</a></li> <li><strong>FEATURE</strong> (by <a href="https://github.com/apekshamehta"><code>@apekshamehta</code></a>) Added new method called getTooltipColor for axis charts (bar,line,scatter) to change background color of tooltip dynamically, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1279">#1279</a>.</li> <li><strong>BREAKING</strong> (by <a href="https://github.com/apekshamehta"><code>@apekshamehta</code></a>) Removed tooltipBgColor property from Bar, Line and Scatter Charts (you can now use <code>getTooltipColor</code> which provides more customizability), checkout the <a href="https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/migration_guides/0.67.0/MIGRATION_00_67_00.md">full migration guide here</a>.</li> </ul> <pre lang="dart"><code>/// Migration guide: /// This is the old way: BarChartData( barTouchData: BarTouchData( touchTooltipData: BarTouchTooltipData( tooltipBgColor: Colors.blueGrey, ) ) ) <p>/// This is the new way: BarChartData( barTouchData: BarTouchData( touchTooltipData: BarTouchTooltipData( getTooltipColor: (BarChartGroupData group) => Colors.blueGrey, ) ) ) </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="pull/2227/headbdc5001a15
"><code>bdc5001</code></a> Bump version to 0.67.0</li> <li><a href="2d0ce646ea
"><code>2d0ce64</code></a> Update CHANGELOG.md</li> <li><a href="e170af81cb
"><code>e170af8</code></a> Fix scatter_chart_sample2 color contrast</li> <li><a href="bfdd91b8b2
"><code>bfdd91b</code></a> Add migration guide</li> <li><a href="bba73947ad
"><code>bba7394</code></a> Typo in changelog</li> <li><a href="0d486c8d0e
"><code>0d486c8</code></a> Adrresses review comments</li> <li><a href="cdfdb66b14
"><code>cdfdb66</code></a> Dynamically changing tooltipBgColor</li> <li><a href="34a6af0fef
"><code>34a6af0</code></a> Update CHANGELOG.md</li> <li><a href="a540582cca
"><code>a540582</code></a> add direction in lerp method</li> <li><a href="bf36544454
"><code>bf36544</code></a> fix : label always inside chart</li> <li>Additional commits viewable in <a href="https://github.com/imaNNeo/fl_chart/compare/0.66.2...0.67.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fl_chart&package-manager=pub&previous-version=0.66.2&new-version=0.67.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent
1f31580907
commit
aab2b441a1
Loading…
Reference in new issue