JSXGraph is a cross-browser library for interactive geometry, function plotting, graphs, and data visualization in a web browser. It is implemented completely in JavaScript and uses SVG and VML.
Some Features:
- Easy to embed
- Small footprint: only about 55 kB (embedded in a web page).
- No plugins are required!
JSXGraph depends on the free JavaScript library Prototype.To achieve minimal download times the JavaScript files for JSXGraph are bundled into a single file jsxgraphcore.js. This single file is compressed with the YUI compressor. The same is done with prototype.js.
It works with all major browsers.
Visit Website
View Demo
Download Code