Search code examples
iosobjective-ciphoneios-charts

Can we add multiple values on balloon marker with image in ios-charts?


I am using ios-charts and i added one value to balloon marker, now i wish to add two values in two line in balloon marker and also wants to add two dots before that two values, i have implemented it in objective c.

I want to change balloon marker font color as well

So is it possible to implement in iOS charts ?


Solution

  • I would say it's definitely possible, but how easily you can do it is what you need to think about.

    Balloon marker is just a example of how to use ChartMakrer. You can of course sub class ChartMarker and make your own.

    I would consider render all your values and dots into one image, and assign it to ChartMarker's image property.