-
-
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
line chart shows negative y-axis, but there are no negative numbers #1593
Comments
@williamluotao I am able to fixing this issue by adding some Path logic. Here is the PR:1594 |
There is a solution at the moment, you can set |
LineChartData _createTimeSequenceData(List dt_list) {
The test data is dt_list [chartSequence{ recHour : 13, times : 2}] |
You're reproducible code is not well-formatted and also it is not complete. |
** Don't make a duplicate issue.
You can search in issues to make sure there isn't any already opened issue with your concern.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Provide us a completely reproducible code (contains the main function) in a
main.dart
file, it helps us to find the bug immediately.Screenshots
If applicable, add screenshots, or videoshots to help explain your problem.
Versions
$ flutter --version
Flutter 3.19.0 • channel stable • https://github.com/flutter/flutter.git
Framework • revision bae5e49bc2 (13 days ago) • 2024-02-13 17:46:18 -0800
Engine • revision 04817c99c9
Tools • Dart 3.3.0 • DevTools 2.31.1
fl_chart: ^0.66.2
The text was updated successfully, but these errors were encountered: