I've got a client that I've moved from a winform app I wrote years ago to a new web app.
They have been using someome to produce spreadsheets in EXCEL that look like the attached image. They want to eliminate this person and have me re-create the graphs myself. I dug into the excel links to the database and see how all that is done...
But - I would prefer to give them a non-EXCEL solution.
Since we are web based now - they can give presentations anywhere on the app - and seems silly to have to load up EXCEL with "saved" data from the DB to produce graphs.
Any nice HTML / web-side graph solutions out there?
Anything from the jQuery world???
*** Read the sticky in the DB forum about how to get your question answered quickly!! ***
Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".
In my case, I have a class library which does gdi line/rectangle drawing in bitmaps to create charts and passes back the bitmap stream which is sent back to a user control designed to handle memory stream containing bitmaps.