https://play.google.com/store/apps/details?id=com.xxmassdeveloper.mpchartexamplehttps://github.com/PhilJay/MPAndroidChart https://github.com/PhilJay/MPAndroidChart/tree/master/MPChartExample/src/com/xxmassdeveloper/mpchartexample 라인데이터 데이터 세팅과정은,일단 LineChart 로 객체를 하나 만들고,x와 y좌표를 담고있는 Entry를 가진 리스트를 하나 만든다. 다만 이 리스트들은 데이터종류 하나에 대한 설명인데 콤보차트나 ㄹㅏ인ㅡ의 경우는 여러개의 설명해야할 데이터가 또 여러개있을수있다.위의경우는 company1 만 존..