I try to display the name of the population compared to the name of the country, and I found that the Google Visualization library only displays the first few (in fact, the number seems random depending on the data I use), and someday I add a โdifferentโ record, but it actually does not matter the remaining entries.
Example 1: with all country data 
Example 2: Filtered in some countries 
Is there an actual line count limit? Why is this inconsistent? Is there any way around this. I know this is hard to understand if I plan the population of all countries in a pie chart, but I should at least do it.
My problem is that I cannot get the source code, so I can not understand what is happening. Does anyone have an idea? In the worst case scenario, I will have to sort all the data and display it with the largest population, but I really want to not.
source share