-
-
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
Cannot get smooth realtime line #684
Comments
It would be nice if you can reproduce it in a Thanks! |
Here we go my dude
Thanks to you ! |
Hey, Any update ? |
Hey! child: LineChart(
LineChartData(),
swapAnimationDuration: Duration.zero,
), |
hello |
import 'package:fl_chart/fl_chart.dart'; class VectorsDataModel { VectorsDataModel(this.date, this.vector, this.segmentColor); class Demo extends StatefulWidget { class _DemoState extends State { List _tabVectors = [VectorsDataModel(0, 0, Colors.black)]; void _start() { void _stop() {
} @OverRide
} |
Hello there,
I'm looking for a realtime line chart and I found your example: here
Unfortunately I cannot get a smooth line after removing the first element like you do.
And I'm asking myself why you doing a timer on 40 milliseconds.
See my example on Android
IMG_1013_Trim.mp4
Here with an another library
IMG_1014.mov
Can you help me out ?
Regards
The text was updated successfully, but these errors were encountered: