https://github.com/jsxgraph/h5p.jsxgraph
H5P content type to include JSXGraph
https://github.com/jsxgraph/h5p.jsxgraph
Last synced: about 1 year ago
JSON representation
H5P content type to include JSXGraph
- Host: GitHub
- URL: https://github.com/jsxgraph/h5p.jsxgraph
- Owner: jsxgraph
- License: mit
- Created: 2021-09-26T20:42:18.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T13:16:58.000Z (over 2 years ago)
- Last Synced: 2025-02-14T15:15:34.564Z (over 1 year ago)
- Language: JavaScript
- Size: 481 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://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
```html
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'}
});
```

## License
MIT License
[](https://itemspro.eu)
[](https://ec.europa.eu/programmes/erasmus-plus/)