Download
Latest version 0.99.6
JSXGraph needs two files:
- Link the file
jsxgraphcore.jsinto your web pages. This file has been minified using the UglifyJS compressor.jsxgraphcore.jscontains the complete source code of JSXGraph bundled in one file. All objects of JSXGraph use the namespaceJXG. BesideJXGthere are no global variables. - Include the css commands from
jsxgraph.cssinto the web pages. It can be downloaded from https://jsxgraph.org/distrib/jsxgraph.css or from https://github.com/jsxgraph/jsxgraph
CDN
The easiest way to use JSXGraph is to link directly to the public installation available through the Content Distribution Network (CDN) cdnjs. Put the following code into the <head> block of your document:
<script type="text/javascript" charset="UTF-8"
src="//cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.99.6/jsxgraphcore.js"></script>
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.99.6/jsxgraph.css" />
The latest JSXGraph version hosted on cdnjs is:
- https://cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.99.6/jsxgraphcore.js
- https://cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.99.6/jsxgraph.css
JSXGraph site
Download the latest version (v0.99.6) from the JSXGraph home page
Plug-ins
- JSXGraph plug-in for Moodle
- Online script to create JSXGraph HTML pages from GEONExT files
- JSXGraph MediaWiki extension
- JSXGraph plug-in for WordPress
- JSXGraph plug-in for Drupal
Source code
- The JSXGraph source code is hosted on GitHub
- Bug tracker
- JetBrains WebStorm: JetBrains supports the development of JSXGraph with free licenses under their Open Source Support Program.
Nightly builds
The latest development version can always be downloaded/used from https://jsxgraph.uni-bayreuth.de/~michael/jsxgraph-nightly/. Beware, there may be untested features (bugs)!