Mpandroidchart, Y-axis Scale Gets Updated But Lines Are Not
I am using MPAndroidChart. I have the following Activity - StockDetail.Java public class StockDetail extends AppCompatActivity{ ArrayList historicalData
I fixed the problem, i was using beta version of MPAndroidChart then i changed the app level build.gradle to
compile 'com.github.PhilJay:MPAndroidChart:v2.2.5'
Everything works now
Post a Comment for "Mpandroidchart, Y-axis Scale Gets Updated But Lines Are Not"