Radar chart rendering incorrectly on iOS with 18 items

Good day,


I am using your SfChart with RadarSeries graph to display some information.

I'm not doing anything special, just displaying 18 (string) items with values (double) of 1-7.


  <chart:SfChart>


                    <chart:SfChart.PrimaryAxis>

                        <chart:CategoryAxis />

                    </chart:SfChart.PrimaryAxis>


                    <chart:SfChart.SecondaryAxis>

                        <chart:NumericalAxis

                            Interval="1"

                            Maximum="7"

                            Minimum="0">

                        </chart:NumericalAxis>

                    </chart:SfChart.SecondaryAxis>


                    <chart:SfChart.Series>


                        <chart:RadarSeries

                            ItemsSource="{Binding ScoreData}"

                            Opacity="0.7"

                            StrokeColor="Black"

                            StrokeWidth="1"

                            XBindingPath="Category"

                            YBindingPath="Score"

                            Color="{Binding GraphFullColor}" />

</chart:SfChart.Series>

</chart:SfChart>


This displays correctly on Android and UWP.

However on iOS it draws incorrectly (see photo below)


I've tried changing properties, making labels shorter, reading through all your docs and checking forums.

I can't find anywhere that mentions a limitation on number items on iOS, or issues around rendering.

Any help would be appreciated.




8 Replies 1 reply marked as answer

RH Ryan Harding September 13, 2021 09:59 AM UTC

Some additional info.


iOS Radar renderers correctly up 13 Items (Categories), as I push to 14, it starts overlapping/drawing incorrectly



YP Yuvaraj Palanisamy Syncfusion Team September 13, 2021 12:32 PM UTC

Hi Ryan Harding, 
 
Greetings from Syncfusion. 
 
We have analyzed your query and we can reproduce the reported problem “Radar series rendered wrongly for above 14 datapoints with category axis” at our end. Also, currently we are validating this and we will update you with complete details on or before 15th September 2021. We appreciate your patience until then. 
 
Regards, 
Yuvaraj.


RH Ryan Harding replied to Yuvaraj Palanisamy September 13, 2021 02:03 PM UTC

Thanks Yuvaraj


Eagerly await the feedback.


Regards,

Ryan 



GM Gayathri Manickam Syncfusion Team September 15, 2021 03:49 PM UTC

Hi Ryan, 
 
We have validated your query “Radar chart rendering incorrectly on iOS with 18 items” and we can be able to reproduce the reported problem at our end. You can resolve the issue by setting MaximumLabels property of primary axis based on the data count. Please refer below sample for your reference. Meanwhile we are validating the issue in the source level. We will share complete details by tomorrow 16th September 2021 before EOD. 
 
For reference, please refer below UG link. 
 
 
Output  
 
 
 
Thanks  
Gayathri M. 


Marked as answer

RH Ryan Harding September 16, 2021 12:03 PM UTC

Thanks Gayathri,


Will try that suggestion and report my findings.


Will keep an eye out for the details.


Cheers,

Ryan



GM Gayathri Manickam Syncfusion Team September 16, 2021 01:17 PM UTC

Hi Ryan, 
 
On further analysis we have confirmed that the reported problem “Radar chart rendering incorrectly on iOS with 18 items” as issue, and the fix for the reported issue will be included in our weekly NuGet release which is expected to be roll out on 28th September 2021. We appreciate your patience until then. We will let you know once it gets rolled out.        
    
     
Note: The provided feedback link is private, and you need to login to view this feedback.   
 
Thanks  
Gayathri M. 



GM Gayathri Manickam Syncfusion Team September 28, 2021 11:41 AM UTC

  
Hi Ryan, 
 
Since our  Volume 3, 2021 release is scheduled by end of this month our weekly nuget release was not done. We will include the fix in our upcoming weekly nuget release after volume 3 release. We appreciate your patience until then. We will let you know once it gets rolled out.  
 
Regards, 
Gayathri M. 



GM Gayathri Manickam Syncfusion Team October 12, 2021 02:58 PM UTC

Hi Ryan, 
 
We are glad to announce that our weekly NuGet was rolled out and fix for the reported issue was included in the weekly NuGet.

NuGet Version: 19.3.0.45  

We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.  
  
Regards, 
Gayathri M. 


Loader.
Up arrow icon