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?