Fixed problem with chart button option not present in options.php
git-svn-id: svn://192.168.202.10@2690 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -8,11 +8,8 @@ if (file_exists('options.php'))
|
||||
require('options.php');
|
||||
$init_height=$graph_canvas_size; # Chart has a minimum height/width of 600 by default
|
||||
}
|
||||
else
|
||||
{
|
||||
$init_height=600;
|
||||
}
|
||||
|
||||
if (strlen($init_height)<2)
|
||||
{$init_height=600;}
|
||||
|
||||
if(mysqli_num_rows($color_rslt) > 0) {
|
||||
$color_row=mysqli_fetch_array($color_rslt);
|
||||
|
||||
@@ -116,3 +116,9 @@ caption {
|
||||
white-space:nowrap;
|
||||
font-weight: bold;
|
||||
}
|
||||
.overlap_barGraph li.p3{
|
||||
background: #666 url(images/bar_green.png) repeat-x top right;
|
||||
color: #FFF;
|
||||
white-space:nowrap;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user