fixed minor error pie chart
Former-commit-id: e335f96e7538f939c2fd20137c19c354125f0edb
This commit is contained in:
parent
2043546c52
commit
a789b3350e
|
@ -412,7 +412,7 @@ function flot_pie_chart ($values, $labels, $width, $height, $water_mark,
|
|||
include_javascript_dependencies_flot_graph();
|
||||
|
||||
$return .= "<script type='text/javascript'>";
|
||||
|
||||
$return .= "$(document).ready( function () {";
|
||||
$return .= "pandoraFlotPie('$graph_id', '$values', '$labels',
|
||||
'$series', '$width', $font_size, $water_mark, '$separator',
|
||||
'$legend_position', '$height', '$colors', " . json_encode($hide_labels) . ")";
|
||||
|
|
Loading…
Reference in New Issue