limccn / Android-Charts

Open-source native Android graph/chart framework includes line chart,stick chart,candlestick chart,pie chart,spider-web chart etc.
http://www.lidaren.com/androidcharts
Apache License 2.0
818 stars 320 forks source link

Missing files #4

Closed supudo closed 2 years ago

supudo commented 10 years ago

Hi there,

First - very nice library :) Congrats for the work! I'm trying to build and run the project but i get some files are missing - ICrossLines interface is nowhere to be found and it's implemented by CrossLines. Is this a work-in-progress or something is really missing? Thanks for the response.

Cheers S.

limccn commented 10 years ago

Hi supudo,

Thanks for your continuously pay attention to Android-Charts. Recently, I was trying to refactor the source so that can add more useful chart and make source much more easy readable. I was made many changes to the structure of Android-Charts, and some new file is not been push to github. if you want to use Android-Charts to your product, you can use verion 0.1.1 or version 0.2. and be easy to use them, because I will make the next version of Android-Charts capable with them. Very sorry for the mistake i was made , I will push those missing file to the master branch later.

Best regards

supudo commented 10 years ago

Thanks for the quick reply :)

Yes, i got the older branch and it works like a charm.

Keep up the good work!