2012/9/11 Marc Delisle marc@infomarc.info:
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?
I'm not fluent in JS, so I'm affraid I won't be able to help out on this one.
Good job on converting all the other stuff.