2
I Use This!
Activity Not Available

News

Analyzed 12 months ago. based on code collected 12 months ago.
Posted about 10 years ago by alfred
Version 0.99.3 has just been released. It fixes an annoying bug introduced in 0.99.2 which prevented slider labels to be visible. Additionally, the documentation has been considerably extended in this release, see ... [More] http://jsxgraph.uni-bayreuth.de/docs. Another notable improvement is the unified treatment of points, texts and images. It is not completely done, but at least the main [...] [Less]
Posted about 10 years ago by alfred
The long-awaited release 0.99.2 (sorry, still not 1.0) contains a bunch of new elements: input, checkbox, button, reflexangle, nonreflexangle, majorsector, minorsector. Groups got an overhaul, it is now possible to rotate and scale groups. See the ... [More] JSXGraph API reference for examples. Further, curve plotting got a major speed up, axis labeling has been improved, and [...] [Less]
Posted almost 11 years ago by alfred
It’s out! We just released JSXGraph version 0.99. The most notable changes are a completely new plotting algorithm for function graphs and curves (If one wants to use the plotting algorithm of version 0.98, the attribute doAdvancedPlotOld:true can be ... [More] supplied). Further, there are new elements: polarline, polarpoint, radicalaxis stepfunction cardinal splines Thanks to our contributors [...] [Less]
Posted almost 11 years ago by alfred
We have been asked a couple of times if JSXGraph can be embedded into epub3 ebooks. Here is a small ebook example about the Theorem of Thales (as called in Germany). It is realized as fixed layout ebook and uses JSXGraph, based on JavaScript and SVG. Enjoy, Alfred Wassermann
Posted over 11 years ago by alfred
The long-awaited release of version 0.98 of JSXGraph is available for download.It contains a new element “slope triangle”, improved sector elements, an updated moodle plugin and many other smaller changes, see the CHANGELOG ... [More] (https://github.com/jsxgraph/jsxgraph/blob/master/CHANGELOG.md). There has been a considerable speedup of the underlying SVG drawing, which results in a smooth handling on very small devices. [...] [Less]
Posted over 11 years ago by alfred
Finally, the moodle plugin for JSXGraph has been updated to run on moodle 2+. It is available at http://jsxgraph.uni-bayreuth.de/wp/download/tools/. To install, you have to unzip the downloaded file in the subdirectory “filter” of your moodle ... [More] installation and open the admin page of moodle. Here is a minimal example: Open a page resource in moodle and [...] [Less]
Posted over 11 years ago by michael
JSXGraph 0.97 is now available on CDNJS. The url is //cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.97/jsxgraphcore.js You can also load the file readers from cdnjs: //cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.97/GeogebraReader.min.js ... [More] //cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.97/GeonextReader.min.js //cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.97/IntergeoReader.min.js //cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.97/SketchReader.min.js [Less]
Posted over 11 years ago by alfred
Version 0.97 is a complete overhaul of JSXGraph code base. It brings a lot of changes which in some cases might break your code. The most radical changes which might affect applications are: Implementation of the AMD pattern to actually enforce the module pattern that only existed theoretically before. Please read this blog post for [...]
Posted almost 12 years ago by alfred
Version 0.97 is a complete overhaul of JSXGraph code base. It brings a lot of changes which in some cases might break your code. So, even if this version is already well tested internally, we decided to start with a release candidate. Please, test it carefully against your code base and give us feedback. You [...]
Posted almost 12 years ago by alfred
While we implemented the AMD pattern in JSXGraph version 0.97 we also cleaned up our code base. There were a few math functions which you could access as “shortcuts” as methods of our JXG.Board class defined in src/Wrappers.js. Wrappers.js is gone now and the shortcuts were moved to more appropriate locations. This blog post lists [...]