-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Target Line for Bar Chart #1019
Comments
it's called ChartLimitLine. BTW, you can just use github image service for a single image. |
Hi @liuxuan30, thank you for the swift respond. However, I manage to show the ChartLimitLine already with the codes below. Not sure if you mind to explain further on how to show the image on the left? Do I need to subclass ChartLimitLine in order to further explore on that piece? |
Yes you need. The additional flag image should be customized renderering. |
@liuxuan30 noted with thanks and will try it out. Also, not sure if you have any sample code on this? I believe out there should have lots of people looking for the same thing. |
no, currently you are the first one I guess. You can take a look at how the chart limit line's label is drawn. Should be similar. |
Sure thing @liuxuan30, truly appreciate with all the swift responds. |
Hi guys, may I know how can I put the "target line" by using BarChartView element?
Attached with the Dropbox link below for the finishing that I trying to achieve.
https://www.dropbox.com/s/rwc6qfsjk2exezg/photo922167266029709323.jpg?dl=0
The text was updated successfully, but these errors were encountered: