imaNNeo / fl_chart

FL Chart is a highly customizable Flutter chart library that supports Line Chart, Bar Chart, Pie Chart, Scatter Chart, and Radar Chart.
https://flchart.dev
MIT License
6.77k stars 1.74k forks source link

How can I draw a horizntol line from the last dot in LineChart? #1629

Closed moshe5745 closed 5 months ago

moshe5745 commented 5 months ago

I managed to draw only the last dot(that was easy) But how can draw a line that comes from the dot?

Any idea how to proceed with this?

image

moshe5745 commented 5 months ago

There is an example for this in the DOCS

Missed it. Closing the issue.