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.71k stars 1.73k forks source link

extra line with some additional details #1704

Open Aniket76 opened 2 months ago

Aniket76 commented 2 months ago

I used this package in one of my flutter project and want extra lines with some additional details. How can I achieve this?

UI Reference:

Screenshot 2024-07-03 at 3 53 51 PM
imaNNeo commented 1 month ago

Unfortunately, we don't support custom widgets at the moment

Tobbyte commented 1 month ago

you could use my workaround to archive something like this, see here: https://github.com/imaNNeo/fl_chart/issues/71#issuecomment-2240945146 Ignore the zoomable chart part and you can add whatever widget you like on top of and across the chart, based on when a title is shown.

https://github.com/Tobbyte/chartdemo/blob/9eec2f380e83e11f76f07497e564bfaacf8d27da/lib/main.dart#L121-L129