isoChart About Script was created to render isometric charts using SVG or VML vector graphics. isoChart dynamically renders pseudo 3D image with interactive nodes. Script architecture allows you to register your own event handlers and callback functions. isoChart is a cross-browser solution that works with all modern browsers and Internet Explorer. Script uses two popular and reliable JavaScript libraries: jQuery and RaphaelJS.
Installation
Upload script files to a web-server.
Add scripts references to your web-page header.
Add a DIV to your page’s body.
Initiate jQuery instance.
<script type="text/javascript"> $(function(){$('#targetDIV').isochart();}); </script>
Features
Customizeable chart design.
Optional callback functions.
Interactive chart nodes. (Vertex points)
Retina ready. Chart is a scaleable vector image.
Cross-browser.