Reputation: 452
I want to stretch bottom axis to match width of screen in MPAndroid chart. Is there any way to do it?
And how GlassWire menages to build beautiful graph like this?
Upvotes: 0
Views: 305
Reputation: 1134
remove offset in chart.
chart.setViewPortOffsets(0f, 0f, 0f, 0f);
GlassWire
have to check what library used for GlassWire. I try to see in app, i can't see open source from app. or you have to make custom view for MPChart
Upvotes: 1