- update crn-webservice, acis-webservice example graphs with new working data service
- includes initial ability to read MUGL in JSON format; not yet documented
- implements datatips
- implements rudimentary filter capability, presently for pointline renderer only
- converts source code to node.js-style 'require' modules instead of jermaine namespaces
- enables command-line execution of unit tests using jasmine-node
- revises the way test graphs are handled
- converts from grunt to npm for building
- creates new "nojq" version of distributed JS files that do not include jQuery
- this release is supposed to otherwise be 100% backward-compatible with previous versions; please submit an issue in the Github issue queue at https://github.com/multigraph/js-multigraph/issues if you notice any problems
- converts from ant to grunt for building
- includes various features added for use in global climate dashboard
- codebase modified so the minified version is about 3% (12K) smaller
- bugfix in parser. correctly handles
<labels>
tags without spacing attributes. - csv_adapter defaults to use ArrayData
- bugfix in canvas fill renderer with downfill colors
- busy spinner moved to center of the graph
- removes serializer from release
- adds a custom lightbox plugin for mobile devices
- adds support for
adapter
plugins forvalues
andcsv
data sources - adds
repeat
tag to support periodic data boolean
attributes in the MUGL can all beyes
orno
ORtrue
orfalse
- graphs with bound axes will automatically be redrawn when one is interacted with
- improves raphael's performance
- improves canvas's performance in IE 10
- error reporting now includes full stack trace
- cursor does not change to text mode on mouse down
- corrects test for instances of DataValue
- abstracts graph generation
- simplifies touch handlers
- removes references to logger renderer in release
- bugfixes with the legend
- bugfixes in defaults handler
- fixes whitespace issues
- first official release!
- bugfix for
throttle
MUGL tag
- adds
throttle
mugl tag for throttling ajax requests - a few very minor tweaks to MUGL spec and processing
- interpret relative URLs mentioned in MUGL files relative to the MUGL file URL itself
- minor bugfixes
- adds MIT license
- minor enhancements to jQuery plugin
- adds "busy spinner" in upper left corner to show when ajax request is outstanding
- Another test release, includes new jQuery plugin
- Another test release, mostly just checking to make sure that release system works correctly with version tags containing a string suffix.