Need a special offer?Find out if your project fits.
+

Getting warning on charts rendering for more than 52000 rows.

Answered
Mukund asked on January 2, 2020

Getting warning on charts rendering for more than 100000 rows. (version v2.7.21)
Warning message:
Dataset is too big to be displayed on the chart. Dataset will be cut off to the amount fitting into the chart.
Is there any limit on charts data? If yes, then is that limit is for number of rows OR on data points?

1 answer

Public
Tanya Gryshko Tanya Gryshko Flexmonster January 2, 2020

Hello, Mukund,

Thank you for your question.

This limit actually depends on the height and width available for the chart and data amount to be shown. To see how it works, we suggest making the necessary tests with different data on your side.

In order to get rid of this warning, we suggest either limiting the amount of data by filtering, changing the size of the container or simply turning off this warning by setting the showWarning option from Options Object as false.

I hope it helps.

Kind regards,
Tanya

Please login or Register to Submit Answer