I've been searching around all morning, but with no luck. I manage a Web based realtime reporting system for my company. Basically, it uses custom asp.net code to retrieve various values from the database, then javascript to format and display at the browser level. Till now, I've done mostly textual based layouts, but have had some requests for graphical based, specifically speedometer and thermoeter style graphs.
The idea would be to graph a value out of 100% on a speedometer style readout, to allow the Ops folks an at-a-glance view of certain performance metrics.
Has anyone seen or written code to achieve something like this? I'm sure it's doable, but my javascript has gotten quite fuzzy in the last 18 months, and I'm on a somewhat tight timeline.
The idea would be to graph a value out of 100% on a speedometer style readout, to allow the Ops folks an at-a-glance view of certain performance metrics.
Has anyone seen or written code to achieve something like this? I'm sure it's doable, but my javascript has gotten quite fuzzy in the last 18 months, and I'm on a somewhat tight timeline.