fl_chart
fl_chart copied to clipboard
extra line with some additional details
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:
Unfortunately, we don't support custom widgets at the moment
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