Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Vaadin Charts Not Displaying on iOS
Hi All,
I find myself in a bit of a pickle.
I am using the Vaadin Charts addon in Vaadin Touchkit (for a mobile application ofcorse) and I am using Xamerin to develop a hybrid application for both Andriod and iPhone/iPad.
The problem is that I have a Gauge(Vaadin Chart Gauge) that does not display on the iOS platforms, this is unusual behaviour so instead of posting code I would like a proposed solution with the following constraints:
- The Chart object has to be a Vaadin Charts Gauge
- The Gauge drawing has to be 360 deg. (A circle)
- The Gauge should have 40 plot points that are clickable
- Each Y-Axis on the Gauge should be displayed (pie chart style)
Please refer to Gauge Sketch Attachment of the Gauge Prototype.
All help would be much appreciated, and if you do need to see what I have done thus far in code I will be more than happy to update this forum.
On a side note, the Gauge does display if the user rotates their screen and rotates it back.