Pie charts still mangled
-
- Posts: 206
- Joined: Tue Mar 08, 2011 2:13 pm
Pie charts still mangled
Now on 2.4 but this is still broken. I thought this was to be fixed long ago.
You do not have the required permissions to view the files attached to this post.
- Kyle
-
- Former Nagios Staff
- Posts: 13589
- Joined: Mon May 23, 2011 12:15 pm
Re: Pie charts still mangled
Kyle,
I just reopened the bug report - you can view it here:
http://tracker.nagios.com/view.php?id=177
Thanks for the feedback!
I just reopened the bug report - you can view it here:
http://tracker.nagios.com/view.php?id=177
Thanks for the feedback!
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
- Posts: 354
- Joined: Sat Apr 30, 2011 10:24 am
Re: Pie charts still mangled
Yup I dont think this was ever fixed!
-
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
Re: Pie charts still mangled
It wasn't, a different error was fixed, regarding graphs not displaying at all, but this has different roots. I'm not certain yet if this library has the ability to shift labels, and currently they display in the middle of their section of the pie. This looks fine when you have large pie sections, but with thin sections you have too many labels competing for the space.
-
- Posts: 354
- Joined: Sat Apr 30, 2011 10:24 am
Re: Pie charts still mangled
Hi Scott,
I had posted this sometime back and Mike's response was http://support.nagios.com/forum/viewtop ... =16&t=3149 here. I had told Mike about the limitation about the labels not being able to move. Cant we use the highcharts api instead as the code is already their within the graphexplorer code? Which is better in terms of looks and works extremely well.
Cheers
Arnab
I had posted this sometime back and Mike's response was http://support.nagios.com/forum/viewtop ... =16&t=3149 here. I had told Mike about the limitation about the labels not being able to move. Cant we use the highcharts api instead as the code is already their within the graphexplorer code? Which is better in terms of looks and works extremely well.
Cheers
Arnab
-
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
Re: Pie charts still mangled
I am attaching a file that I believe will resolve this.
unzip and place in
/usr/local/nagiosxi/html/reports/availability.php
Also, new graph in 2012 release should be fixed with this patch as well
unzip and place in
/usr/local/nagiosxi/html/reports/availability.php
Also, new graph in 2012 release should be fixed with this patch as well
You do not have the required permissions to view the files attached to this post.
-
- Posts: 354
- Joined: Sat Apr 30, 2011 10:24 am
Re: Pie charts still mangled
Now the labels are covering the text Averge Service Availability 

-
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
Re: Pie charts still mangled
Here's another version rotating the pie 45 degrees to shift the labels
You do not have the required permissions to view the files attached to this post.
-
- Posts: 206
- Joined: Tue Mar 08, 2011 2:13 pm
Re: Pie charts still mangled
Looks good! Thank you.
You do not have the required permissions to view the files attached to this post.
- Kyle