-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[LineChart] Proposal: TooltipItem with Widget child. #72
Comments
Hi, currently the tooltip is drawn by the canvas, |
Hi there ! That feature could really make this package one of the best available, I'm currently looking for this feature for my company, do you have any idea when we could expect this to be released ? |
Hi, |
Hi, check out our new release: 0.35.0
Check below examples: BarChartSample 1 (Source Code)ScatterChartSample 2 (Source Code) |
@imaNNeoFighT sorry for tagging you in but, the For example, we still cannot achieve a tooltip that looks like this. Is it possible to change the |
Hi and thank you for your great work. |
@WillowWisp you're right. It only allows you to put List in the children. BTW supporting widgets is an open issue that we are thinking about. I re-open this issue to follow custom widgets. |
@P-B1101 please search in issues and if there isn't any already opened issue, make a separate issue to follow border on tooltips. Thanks! |
BarChartSample https://github.com/example/lib/bar_chart/samples/bar_chart_sample1.dart is not opening. |
@imaNNeoFighT Hey, great package! Any updates or workarounds on custom Widget as child for tooltips? |
how to custom LineTooltipItem ? |
no updates on this yet? |
FTR I also needed this feature to draw colored icons over some chart bars and I managed to work it around by putting the icons into a custom font using FontLab (if anybody tries that - it needs to be CBDT, it took me some time to figure out that OT+SVG does not work in Flutter and/or Android 🤷). |
Any updates? I tried to do this in getTooltipItem but it expects BarTooltipItem which only allows text. |
@imaNNeoFighT sorry to tag you, first of all, thanks for the amazing package. Just wanted to ask if this feature is in the roadmap for the next releases? |
Hey everyone, I definitely need this feature and everyone waiting on next release. I implemented my custom tooltip a bit hacky way. Firstly, I created an overlay widget I wrap
I know it's not the best way but it's working and useful for now. Maybe this can be helpful 💪🏻 |
Yes it is a cool feature to have custom tooltip widget, I can't even add simple elevation to my tooltip 😕. |
Really needed feature.. |
Any plans for this implementations @imaNNeo |
Is the maintainer waiting for community to implement this? This issue is over 4 years old. |
+1 |
I would greatly appreciate it if you could provide information regarding the roadmap for this feature. Additionally, I am interested in knowing if there are opportunities for community contributions! |
Hi @tfitzke, |
Hey @imaNNeo |
Would love if this great package supported adding WidgetSpan to the tooltip TextSpan list for bar charts and other types. Currently throws an error. Solutions to this issue have been discussed here for the same issue in the AutoSizeText package: |
Tooltips in line chart are a really cool feature, but would be even cooler if we could customize it a bit more.
Making the child a widget become very versatile. It would allow to add a title with a custom style below the spot value or even an image.
The text was updated successfully, but these errors were encountered: