Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setDrawValuesOnTop not working #111

Closed
wongmingrui opened this issue Dec 20, 2013 · 2 comments
Closed

setDrawValuesOnTop not working #111

wongmingrui opened this issue Dec 20, 2013 · 2 comments

Comments

@wongmingrui
Copy link

the labels that is indicating the y values are not appearing on the bargraph when i have this config

GraphViewSeries series = new GraphViewSeries(data);
BarGraphView graphView = new BarGraphView(getActivity(), "");
graphView.addSeries(series);
graphView.setHorizontalLabels(xLabels);
graphView.setDrawValuesOnTop(true);
graphView.setManualYAxisBounds(maxValue * 1.2, 0);
graphView.setScalable(true);
graphView.getGraphViewStyle().setNumVerticalLabels(5);

@jjoe64
Copy link
Owner

jjoe64 commented Mar 6, 2014

i will test it asap... thanks for report

@jjoe64 jjoe64 added this to the 3.2.0 milestone Mar 6, 2014
@jjoe64 jjoe64 modified the milestones: 3.1.3, 3.2.0 Jul 25, 2014
@jjoe64
Copy link
Owner

jjoe64 commented Aug 6, 2014

works for me... can you post a more complete example with data in the series?

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants