| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
H5P content type to include JSXGraph.
JSXGraph is a cross-browser JavaScript library for interactive geometry, function plotting, charting, and data visualization in the web browser. JSXGraph is implemented in pure JavaScript and does not rely on any other library. Special care has been taken to optimize the performance.
Have a look at www.jsxgraph.org.
Example: Add the following code
var board = JXG.JSXGraph.initBoard(BOARDID, {boundingbox:[-5,5,5,-5], axis:true});
var pol = board.create('polygon', [[-3,-3], [3,-3], [1,4]], {
fillColor: 'yellow',
vertices: {color: 'blue'}
});MIT License
| Back | FazBrowse Home | New Git URL |