Techniques for Visualizing Data

Posted by Rob Wilkerson on Stack Overflow See other posts from Stack Overflow or by Rob Wilkerson
Published on 2010-04-12T12:25:43Z Indexed on 2010/04/12 12:33 UTC
Read the original article Hit count: 313

I'm looking into providing several methods of visualizing a large volume of data. This may include, but will not be limited to, simple graphing. The techniques I'm exploring will involve shapes, text and lines. It will also involve interaction with elements (hiding, focusing, etc.) and animation (shifting, dragging, systematic reorganizing, etc.) of those elements.

SVG or Canvas seem like the obvious choices (in conjunction with a JS library--probably jQuery), but the lack of cross-browser availability is a concern. I'd prefer to avoid Flash/Flex, but right now it's the only rock solid, cross-browser technology I've found if support for IE7/8 is a requirement.

Does anyone have any other suggestions or any additional information that would make a technology I've listed seem even more appealing?

Thanks.

© Stack Overflow or respective owner

Related posts about visualization

Related posts about svg