PhilJay / MPAndroidChart

A powerful 🚀 Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, panning and animations.
Other
37.56k stars 9.01k forks source link

How can I add LineGraph? #3387

Open ghost opened 7 years ago

ghost commented 7 years ago

I didn't see in GitHub page but I have seen youtube video .(https://www.youtube.com/watch?v=ufaK_Hd6BpI) I need the first graph in 1:14. How can I add it to my code?

anyeloamt commented 7 years ago

The first chart is a LineChart. You can find how to use it here.

The specific chart you see in the video is here.

ghost commented 7 years ago

When I added other graphics, I can add with XML and I see to work easily with some java codes. If I want to add this LineChart, Should I work with java? In other words, there are a lot of codes in your link but I just want simple lineChart so, it should be simple like other graphics(pieChart etc.) (I want to add in XML and I want to add data with Java) Is there any way?

ghost commented 7 years ago

Sorry I am beginner

anyeloamt commented 7 years ago

Maybe this link can help you. Good luck and keep going.