Marc Delisle a écrit :
Hi,
things are going well, but I just noticed that one part has not been done yet.
In js/server_status_monitor.js, a call is made to PMA_createProfilingChart(), which calls PMA_createChart(), which uses Highcharts.
There is a similar function, PMA_createProfilingChartJqplot(), which does it the jqplot way and is used in js/sql.js.
Any volunteer to work on this?
By the way, the following feature is not currently active in the code converted to jqlot (QA_3_5 and master branches):
"To display queries from the logs, select the relevant time span on any chart by holding down the left mouse button and panning over the chart. Once confirmed, this will load a table of grouped queries, there you may click on any occuring SELECT statements to further analyze them."
This is from Status>Monitor>Instructions/Setup.