Pivot Chart rendering in 18.3.0.44

Hello

I have a Pivot table with:

Primary=Primary.Table View="View.Both"

I have a toolbar that lets user switch between Table and Chart:

    public List<SfPv.ToolbarItems> toolbar = new List<SfPv.ToolbarItems> {
            SfPv.ToolbarItems.Export,
            SfPv.ToolbarItems.SubTotal,
            SfPv.ToolbarItems.GrandTotal,
            //SfPv.ToolbarItems.ConditionalFormatting,
            SfPv.ToolbarItems.NumberFormatting,
            SfPv.ToolbarItems.FieldList,
            SfPv.ToolbarItems.Chart,
            SfPv.ToolbarItems.Grid
        };

In 18.3.0.44 when you switch from table to chart then the vertical height of the chart is small and then keeps on growing.

Looks like a bug to me


Thank you

2 Replies 1 reply marked as answer

SS Saranya Sivan Syncfusion Team October 29, 2020 03:33 PM UTC

Hi Richard Grieveson 
   
We considered “Issue in pivot chart when height as percentage” as a bug and logged a defect report in our data base.  And, the fix will be available in our 2020 Vol 4, release which is estimated to be rolled in the mid of December,2020  
   
You can track the task in the following link.  
   
   
We appreciate your patience until then.  
   
Regards,  
Saranya Sivan.  



SS Saranya Sivan Syncfusion Team December 18, 2020 03:07 PM UTC

Hi Richard,  
  
We are glad to announce that our Essential Studio 2020 Volume 4 release v18.4.0.30  is rolled out where the reported issue  Issue in pivot chart when height as percentagehas been fixed. It is available for download under the following link. 
  
  
Meanwhile, we have prepared a sample for your reference. Please check the below sample link. 
  
  
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, 
Saranya Sivan. 


Marked as answer
Loader.
Up arrow icon