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

Use the default theme available by the themeData for tooltips instead… #1464

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

devilk10
Copy link

… of library's custom theme #1377

@devilk10 devilk10 closed this Oct 23, 2023
@devilk10 devilk10 reopened this Oct 23, 2023
@@ -764,7 +762,6 @@ class BarTouchTooltipData with EquatableMixin {
/// Used for equality check, see [EquatableMixin].
@override
List<Object?> get props => [
tooltipBgColor,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to add tooltipThemeData instead

Copy link

codecov bot commented Nov 5, 2023

Codecov Report

Merging #1464 (d0ea666) into master (79e6ec7) will decrease coverage by 0.10%.
The diff coverage is 63.63%.

@@            Coverage Diff             @@
##           master    #1464      +/-   ##
==========================================
- Coverage   86.54%   86.45%   -0.10%     
==========================================
  Files          45       45              
  Lines        2996     3005       +9     
==========================================
+ Hits         2593     2598       +5     
- Misses        403      407       +4     
Files Coverage Δ
lib/src/chart/bar_chart/bar_chart_painter.dart 94.98% <63.63%> (-1.15%) ⬇️

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@@ -3,6 +3,7 @@
* **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
* **IMPROVEMENT** (by @devilk10) Use the default theme available by the themeData for tooltips instead of color params #1464
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to add this line in the new version tag, for example create a ## newVersion section and add your changelog there
(Please read the contributing guideline carefully.

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

2 participants