Hello. Very slow rendering 3d chart. The data consists of 85 fields and 13 records. Total 1105 values. Tell me how it is possible to speed up?An example is attached to the file.
Hello Alex.
Unfortunately, due to the sheer number of calculations required to generate a 3D chart, the rendering performance will be compromised as the number of data points increases. Short of eliminating some of the data, there is little that can be done to increase the rendering speed of the Stack3DColumnChart.
As being 3D does not provide any additional information to the user when using a stacked column chart, we recommend eliminating the 3D aspect and switch the ChartType to StackColumnChart.
Let me know if you have any further questions. Thanks,
Chris