jsuarezruiz / AlohaKit.Controls

A set of .NET MAUI drawn controls.
MIT License
410 stars 46 forks source link

Line / multiline charts do not display labels on ios #65

Open stevehawkins opened 3 months ago

stevehawkins commented 3 months ago

I added the line and multi-line charts to a Maui app and set column names, etc., as per the docs. They work perfectly in Android, but the no label shows on iOS.

I've also tried getting the source and updating to .net 8, but I'm having the same issue. The text is being set and drawn on the canvas, but nothing ever shows in iOS regardless of font size or colour.

I've also updated Maui libraries, but no joy. Any ideas?