구글 차트 Other로 뜰 때
·
Development
구글 차트에서 수치가 너무 작을 경우에는 Other로 표시한다. https://developers.google.com/chart/interactive/docs/gallery/piechart 추가로, count값을 문자로 했을 때도 other로 표시되는 경우가 있는 것 같다. https://stackoverflow.com/questions/17716361/pie-chart-showing-other-when-it-should-show-data Pie Chart showing "other" when it should show data I have implemented Google Pie Chart. All works perfectly but when i try to add data less than 10 it..