Reputation: 238
I have horizontal bar chart that takes a huge amount of data. Stack blitz link here.
Problem is as I add more rows, only on phone layout the last few rows are not displayed. But it works fine on a desktop screen.
I am dynamically increasing the chart parent divs height, could that be a problem ?
Steps to reproduce the error
After a certain count, the rows are not displaying
Upvotes: 0
Views: 288
Reputation: 238
Quick Answer : This happens because canvas gets overloaded with large number of rows. More on this in this thread. This is not an issue with the library.
As per my requirement, I have implemented pagination. I'm loading 10 rows at a time.
If Someone finds an actual solution for this requirement Kindly let me know.
There was a similar question on a vertical bar chart here.
Upvotes: 0