Skip to content

jsxgraph/H5P.JSXGraph

Repository files navigation

H5P.JSXGraph

H5P content type to include JSXGraph.

About 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.

Features
  • Open source
  • High-performance, small footprint
  • No dependencies
  • Multi-touch support
  • Backward compatible down to very old browsers

H5P content type

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'}
    });

screenshot

License

MIT License

ITEMS Cofunded by the Erasmus+ programme of the European union

About

H5P content type to include JSXGraph

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published