Open fvisticot opened 2 years ago
Hi @fvisticot. Allowing to pass a Widget is not easy. But we're working on it. For example, in our latest release we have implemented a way to pass a widget in titles around the chart.
LineChartSample 8 (Source Code)
BarChartSample 7 (Source Code)
Is there any progress on this question i have the same requirement
Is there any update about it?
Are there any further updates on this issue? I also need to use it
I need it too :(
For my application I need to display specific informations for each point of the LineChart.
In my case, I use the LineChart as a map Elevation View and I would like to display information for specific points of the line:
If I'm correct the current library allows to create our own FlDotPainter and provide a default FlDotCirclePainter in charge of displaying colored circle for points.
It would be more easy / user friendly to provide a WidgetBuilder as property of the FLDotData class instead of a painter.
Is this feature planed in the roadmap ?