fl_chart icon indicating copy to clipboard operation
fl_chart copied to clipboard

Adding a pointer beside the bar rod.

Open PhaniUmmedisetti opened this issue 8 months ago • 5 comments

Screenshot 2023-11-06 at 2 23 07 PM

As you can see the bar rod it has a pointer which is pointing towards the bar rod.

Let me explain. I am using the bar to showcase the marks of the student and i'd like to put the pointer beside the bar rod which will indicate the 'personal best score' of the student. The package uses the custom painter and paints the entire chart so i'm unable to add it. Can anyone help me with this?

PhaniUmmedisetti avatar Nov 06 '23 08:11 PhaniUmmedisetti

Unfortunately, we don't support it at this time. But it is not a complicated feature. We can define a new concept of BarRodIndicator and add a list of them in each BarRodData to allow you to draw your custom indicator (we can provide some built-in ones just like FlDotPainter:

https://github.com/imaNNeo/fl_chart/blob/c8dc3c0877f9c0ea25f4f9149eec4f4de7d954b9/lib/src/chart/line_chart/line_chart_data.dart#L800-L808

imaNNeo avatar Nov 11 '23 01:11 imaNNeo

Hi @PhaniUmmedisetti, I am late here, I guess. The new update in the scatter chart can fulfil your requirements; now, we can put custom paint in the Scatter chart.

jayjhaveri avatar Dec 22 '23 05:12 jayjhaveri

Oh, I see that closed it by mistake. I will re-open it.

imaNNeo avatar Dec 25 '23 11:12 imaNNeo

Hi @imaNNeo,

Could you please confirm if this ticket is still open?

We're a small Open-Source Group within our company, consisting of 2-3 members, actively engaging with open-source projects. We're interested in tackling a "good first issue" in your FLChart Package, as it's integral to our production apps.

Excited to start collaborating on this new feature with the approach you mentioned before.

TobiasRump avatar Mar 22 '24 11:03 TobiasRump

Hi @TobiasRump Sorry for my late answer, Yes, it is still open and you can work on it. As a hint, you can use the same approach that we have for the FlDotPainter

imaNNeo avatar May 08 '24 16:05 imaNNeo