google / charts

https://pub.dev/packages/charts_flutter
Apache License 2.0
2.81k stars 1.2k forks source link

In TimeSeriesChart, show line if there is only one data present #762

Open gautamenbake opened 2 years ago

gautamenbake commented 2 years ago

I want to show line from initial point to single data in the graph.

Current Behaviour : shows point in TimeSeriesChart

Expected Behaviour: show line from initial point (0,0) to single data point