목록Chart (2)
먼지 쌓인 키보드
MPAndroidChart 기본 예제 참고 [안드로이드] MPAndroidChart 꺾은선 그래프 만들기 PhilJay/MPAndroidChart A powerful 🚀 Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, dragging and animations. - PhilJay/.. under-desk.tistory.com 위의 기본 예제를 기반으로 하나의 차트에 2개의 그래프를 그리는 방법은 //chartData하나에 linedataset이 set1, set2로 두개의 라인을 가진 그래프 ArrayList entry1 = ne..
PhilJay/MPAndroidChart A powerful 🚀 Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, dragging and animations. - PhilJay/MPAndroidChart github.com MPAndroidChart 링크 build.gradle (module:app) 여기에 추가하면 되고, repositories 없으면 추가하시면 됨. (버전은 추후에 바뀔수있으니 github 링크에서 확인 후 하시면 됩니다.) repositories { maven { url 'https://jitpack.io' }..