-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Added Tooltip border color and width support #917
Closed
Closed
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
a64bdf3
ci: improve codecov configuration
vincenzopalazzo 3bae7d1
Add SOURCES.md
imaNNeo d276a81
Improve calculateGroupAndBarsPosition and drawBars deep test
imaNNeo 2b91ea5
Add showTestCoverage function in Makefile
imaNNeo 2ecbae7
Ignore base classes from test coverage
imaNNeo 1f62d2d
Write unit test for drawGrid() of axisChartPainter in line_chart_pain…
imaNNeo e216369
Write unit test for drawBackground() of axisChartPainter in line_char…
imaNNeo 696cc6c
Write unit test for drawRangeAnnotation() of axisChartPainter in line…
imaNNeo 2c83454
Ignore axis_chart_data and axis_chart from test coverage (because the…
imaNNeo 98dd64d
Ignore bar, line, pie, radar, scatter data classes from test coverage
imaNNeo b839ebb
Implement unit test for chart renderers
imaNNeo 7ff1f68
Write unit test for canvas_wrapper in canvas_wrapper_test.dart
imaNNeo dcdf6e3
Write unit test for calculateRotationOffset
imaNNeo a84c94e
Improve renderers unit test
imaNNeo 65b6d1b
write some lerp unit tests
imaNNeo ca2540a
Write bar_chart_extensions unit tests
imaNNeo 4d270fb
Fix PieChart changing sections issue (we have disabled semantics for …
imaNNeo 4c91920
Fix LineChart width smaller width or height lower than 40, #869, #857.
imaNNeo 332e1f1
Allow to show titles when axis diff is zero, #842, #879
imaNNeo e4567d3
Update SOURCES.md
imaNNeo d98202d
Correct main.dart function
imaNNeo a0825af
Improve iteration over axis values logic (it solves some minor proble…
imaNNeo db42e76
Update SOURCES.md
imaNNeo 668b4d2
Update SOURCES.md
imaNNeo 4917dc4
Make sample app compatible with Flutter 2.10
imaNNeo 26c3f23
Update README.md
imaNNeo 10867bf
Remove branch before fetching in checkoutToPR makefile command
imaNNeo 20b417f
Fix makefile `checkoutToPR` problem
imaNNeo f395487
Implement `clipData` feature in scatter chart. (#898)
prajwal27 16100e9
Fix lineChart clipData issue with border, #898 (#901)
imaNNeo 52b0faa
Add custom distance function and order spots in LineTouchResponse
joeldomke 445c032
Add documentation and make small fix
joeldomke 19091b9
Fix getBestInitialIntervalValue() problem with values above or below …
imaNNeo 21df887
Bump version to 0.45.0
imaNNeo 7d1f83d
Update mockito, and build_runner dependencies.
imaNNeo f50800c
Add .pubignore file to ignore tests, repo_files, example and other th…
imaNNeo 566277f
Remove .pubignore :/
imaNNeo f049571
Add `vector_math` in dev_dependencies to solve the `dependency` error…
imaNNeo e3ea89f
Revert publish action to 1.3.1
imaNNeo eab937b
Update CHANGELOG.md
imaNNeo 42f89ea
Update README.md
imaNNeo a3e2e39
Set interval 1 for line_chart_sample2 grid lines
imaNNeo cc3462a
Set interval 1 for line_chart_sample5 bottom titles
imaNNeo 94e186c
Fix `FlSpot.nullSpot` at the first of list bug, #912.
imaNNeo f566516
Added Tooltip border color and width support
fpplm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
comment: | ||
require_changes: true | ||
# Ignore all the file inside the example and | ||
# end eventually also the autogenerate file | ||
ignore: | ||
- '**/example/' | ||
- '**/*.g.dart' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
### Sources to learn more about the fl_chart: | ||
|
||
All sources are sorted by date. | ||
|
||
Did you find any new article or source? please contribute to have them all here. | ||
|
||
#### Blog post: | ||
<!--- 2021-11-18 ---> | ||
* [Flutter4Fun UI Challenge 7](https://flutter4fun.com/ui-challenge-7/) | ||
|
||
<!--- 2020-01-03 ---> | ||
* [Stock charts](https://dev.to/kamilpowalowski/stock-charts-with-flchart-library-1gd2) | ||
|
||
#### Video: | ||
|
||
<!--- 2021-12-04 ---> | ||
* [Portfolio Dashboard Flutter UI Desktop & Web](https://www.youtube.com/watch?v=H9vXUine7Zo) | ||
|
||
<!--- 2021-07-28 ---> | ||
* [Responsive Admin Dashboard or Panel using Flutter - Flutter Web UI - Part 1](https://www.youtube.com/watch?v=MRiZpwdy1CM) | ||
|
||
<!--- 2021-07-27 ---> | ||
* [Admin Panel Dashboard - Flutter Responsive UI Design](https://www.youtube.com/watch?v=n7O3pXfENPU) | ||
|
||
<!--- 2021-07-13 ---> | ||
* [How to build Flutter UI - 3 Steps](https://www.youtube.com/watch?v=I0NBtFS_ibc) | ||
|
||
<!--- 2021-06-28 ---> | ||
* [Flutter Web - Dashboard Website Template (Responsive)](https://www.youtube.com/watch?v=3SMdJE_dSxU) | ||
|
||
<!--- 2021-04-26 ---> | ||
* [How to create charts in Flutter](https://www.youtube.com/watch?v=JBJ6o4blgPA) | ||
|
||
<!--- 2021-01-11 ---> | ||
* [Flutter Charts 📊📈](https://www.youtube.com/watch?v=ibkcwCv9Lyw) | ||
|
||
<!--- 2020-10-27 ---> | ||
* [Flutter Library for Customizable](https://www.youtube.com/watch?v=1pjAItIDNz8) | ||
|
||
<!--- 2020-10-26 ---> | ||
* [Pie Chart - FLChart](https://www.youtube.com/watch?v=rZx_isqXrhg&t=77s) | ||
|
||
<!--- 2020-10-20 ---> | ||
* [Flutter Tutorial - Bar Chart](https://www.youtube.com/watch?v=7wUmzYOPQ8w) | ||
|
||
<!--- 2020-09-15 ---> | ||
* [wallet-app-ui-piechart](https://www.youtube.com/watch?v=M4w-dighmMU) | ||
|
||
<!--- 2020-08-15 ---> | ||
* [Flutter UI Tutorial - Fitness App](https://www.youtube.com/watch?v=hTg4DDl8Ixo) | ||
|
||
<!--- 2020-08-09 ---> | ||
* [Gradient Chart](https://www.youtube.com/watch?v=OR2DMRnEXkA) | ||
|
||
<!--- 2020-08-08 ---> | ||
* [Flutter charts tutorial for beginners](https://www.youtube.com/watch?v=nCmihMrWS38) | ||
|
||
<!--- 2020-08-09 ---> | ||
* [The easy way with fl-Chart](https://www.youtube.com/watch?v=R_vpnW5QZEw) | ||
|
||
<!--- 2020-06-24 ---> | ||
* [Get the data form COVID-19 API](https://www.youtube.com/watch?v=QXMWzbdGDkA) | ||
|
||
<!--- 2020-06-01 ---> | ||
* [Flutter COVID-19 Dashboard UI](https://www.youtube.com/watch?v=krU-ASLb8lM) | ||
|
||
<!--- 2020-05-08 ---> | ||
* [Flutter UI](https://www.youtube.com/watch?v=axWBN1aotQk) | ||
|
||
<!--- 2020-04-24 ---> | ||
* [Flutter](https://www.youtube.com/watch?v=rwHFslLo6ho) | ||
|
||
<!--- 2019-09-04 ---> | ||
* [Setup Pie Charts](https://www.youtube.com/watch?v=zRZiJdbp3_E) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this line is changed?