Fixed values and graphs in visual consoles.
This commit is contained in:
parent
d95cd086d2
commit
d83981ef5d
pandora_console
|
@ -1603,7 +1603,7 @@ function pandoraFlotArea(graph_id, values, labels, labels_long, legend,
|
|||
// Adjust linked graph to the width and position of the main plot
|
||||
|
||||
// Miniplot
|
||||
if ( !dashboard ) {
|
||||
if ( !dashboard || !vconsole ) {
|
||||
var overview = $.plot($('#overview_'+graph_id),datas, {
|
||||
series: {
|
||||
stack: stacked,
|
||||
|
|
|
@ -42,7 +42,7 @@ else {
|
|||
}
|
||||
|
||||
$refr = (int) get_parameter ('refr', $config['vc_refr']);
|
||||
$graph_javascript = (bool) get_parameter ('graph_javascript', false);
|
||||
$graph_javascript = (bool) get_parameter ('graph_javascript', true);
|
||||
$vc_refr = false;
|
||||
|
||||
if (isset($config['vc_refr']) and $config['vc_refr'] != 0)
|
||||
|
|
Loading…
Reference in New Issue