Does anyone know a good method of generating bar/pie/line graphs in ASP ? I cannot use any commercial third party tool. Also I can't use any OCX or flash components.
My data is in Oracle which I am connecting using ADO. The graphs have to be generated dynamically from the database.
Thanks