Gambas is a perfect tool to generate Desktop applications for Linux. Although a chart module or class is on its way (at least for gambas3), and some beta code was included in Gambas2, I had the need to display some simple graphs in an existing desktop program.
This is the situation now, may 20113, where this project starts.
First target: ChartsClass must draw a single line graph and a bar graph.
It has to draw a graph without too much knowledge of the Class, i.e. even without much parameters, it should draw a simple graph; the least you need is an array with values to graph.
Further targets might include adjusting/resizing, show labels and/or values, titles, grid...
Maybe someone adds spontaneously multi-datasets, or a pie-chart?