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

The horizontal bar graph data values are exceeding the graph space. #967

Closed
wganeshb opened this issue Apr 22, 2016 · 3 comments
Closed

Comments

@wganeshb
Copy link

wganeshb commented Apr 22, 2016

Hello everyone.
Currently I am implementing the horizontal bar graph.

My graph is showing time in hh:mm:ss format. But the time displayed on graph is exceeding the graph view region as shown below. How can I fit this into graph region.

screen shot 2016-04-22 at 7 54 45 am

Any suggestions are highly appreciated.

@wganeshb wganeshb changed the title The horizontal bar graph values are exceeding the graph space. The horizontal bar graph data values are exceeding the graph space. Apr 22, 2016
@liuxuan30
Copy link
Member

I suggest set yAxis.customMaxValue a little bigger (like 10% bigger) just to make sure it had enough space for your max value's text.

@wganeshb
Copy link
Author

wganeshb commented Apr 25, 2016

@liuxuan30 Thanks for the update.
Didn't find any yAxis.customMaxValue. Please help me with it.

@liuxuan30
Copy link
Member

customMaxValue is in latest release. If you are with old verions, it's called customAxisMin/Max

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

No branches or pull requests

2 participants