Merge branch 'QA_3_5'
This commit is contained in:
commit
cca2aa268b
@ -481,7 +481,6 @@ $(function() {
|
||||
.hide()
|
||||
.after('<div class="liveChart" id="' + $tab.attr('id') + '_chart_cnt"></div>');
|
||||
}
|
||||
tabChart[$tab.attr('id')] = PMA_createChart(settings);
|
||||
$(link).html(PMA_messages['strStaticData']);
|
||||
$tab.find('.buttonlinks a.tabRefresh').hide();
|
||||
$tab.find('.buttonlinks .refreshList').show();
|
||||
|
||||
@ -477,7 +477,8 @@ $(function() {
|
||||
runtime.xmax = new Date().getTime() - server_time_diff + monitorSettings.gridRefresh;
|
||||
|
||||
$.each(runtime.charts, function(key, value) {
|
||||
value.chart.xAxis[0].setExtremes(runtime.xmin, runtime.xmax, false);
|
||||
value.chart['axes']['xaxis']['max'] = runtime.xmax;
|
||||
value.chart['axes']['xaxis']['min'] = runtime.xmin;
|
||||
});
|
||||
|
||||
runtime.refreshTimeout = setTimeout(refreshChartGrid, monitorSettings.gridRefresh);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user