I am looking for a solution to generate graphs from MySQL tables (local MySQL server).
I would like it to work on Windows, and not be based on a server (like a PHP server). This is just basic stuff: extract the content of the table and generate a graph from that (the table has 2 columns).
I have tried Excel to do that, but it requires installing a plugin to support the MySQL connection, and the configuration is not really straightforward so it's not really fitting. The thing is a whole team will install the application, so I'm looking for the most straightforward solution.
Additionnaly, I've tried using cygwin and GNU plot, but it also requires installing plot through the cygwin installer... Not very simple. I'm just looking for an application (or a script) that can do it easily without extended configuration and installing dependencies.
Edit: To sum up, I am looking for the minimal setup process