summaryrefslogtreecommitdiff
path: root/jarmon
AgeCommit message (Expand)Author
2017-02-01Don't hard-code the Y-axis unit label styles.Luke Shumaker
2017-01-20Merge branch 'heads/srix/master' into lukeshu/masterLuke Shumaker
2016-12-13Add some comments.Luke Shumaker
2016-12-13Deprecate jarmon.ChartCoordinator#initLuke Shumaker
2016-12-13Use HTML5 type=datetime-local inputs for ChartCoordinator.Luke Shumaker
2016-12-12Make the default time span configurable.Luke Shumaker
2016-12-12Deprecate the `args` argument of Parallimiter.addCallable().Luke Shumaker
2016-12-12Normalize capitalization of `Flot` in comments.Luke Shumaker
2016-12-12Document which versions of dependencies are needed.Luke Shumaker
2016-12-12Documentation improvementsLuke Shumaker
2016-12-11Adjust to have better output with jsdoc.Luke Shumaker
2016-12-08Hoist doc-comments out of functions.Luke Shumaker
2016-12-08Use external binaryXRH instead of bundling a modified copy.Luke Shumaker
2016-12-08Adjust the tests to work with the new transformer interface.Luke Shumaker
2015-05-29fix to render chart even though one of the chart element is not availableSrix
2013-06-20choose best si based on total length of y axis - negative to positive. Also a...richardw/independent-ds-transformers-1188220Richard Wall
2013-06-20add extra condition suggested by trubus to take into account negative y axisRichard Wall
2013-06-14hack things around to allow independent ds transformers, even when they are i...Richard Wall
2011-09-11#816668 Upgrade to latest dev jquerytools and re-enable the tab history pluginRichard Wall
2011-09-10#846377 Pass transformer function to the RrdQuery and add a unit testRichard Wall
2011-08-08tweak the yaxis label - again.Richard Wall
2011-08-08Add a transformer option to allow operations on the data from RRD files - eg ...Richard Wall
2011-08-08fix broken significant figures on y-axisRichard Wall
2011-08-08shift the yaxis label to the leftRichard Wall
2011-08-08Show copyright dates only in LICENCE fileRichard Wall
2011-08-07Remove the unfinished dynamic chart interface elementsRichard Wall
2011-08-07remove unnecessary callbackRichard Wall
2011-08-07re-enable cache prevention - seems that IE caches the rrd filesRichard Wall
2011-08-07fix some tests in IERichard Wall
2011-08-07Remove reference to mochikit dependencyRichard Wall
2011-08-07use jQuery.deferred in the testsRichard Wall
2011-08-07some jshint fixes.Richard Wall
2011-08-0780 col wrappingRichard Wall
2011-08-0780 col wrappingRichard Wall
2011-08-07whitespace cleanupRichard Wall
2011-06-26Replace Mochikit.Async.Deferred with jquery.DeferredRichard Wall
2011-06-26fix broken BinaryFile reference in testRichard Wall
2011-06-26Fix calendar behaviour in IERichard Wall
2011-06-20get rid of dataFilter - move everything to successv11.06pre1Richard Wall
2011-06-19Use the miskin technique #1 fo faster ie renderingRichard Wall
2011-06-19jarmon namespaceRichard Wall
2011-06-19Import BinaryFile class into jarmonRichard Wall
2011-06-19remove the ifmodified option - it doesn't do what I thoughtRichard Wall
2011-06-19Fix things up for ie and use new ajax optionsRichard Wall
2011-06-12fix some js errorsRichard Wall
2011-01-16position the add new chart buttonRichard Wall
2011-01-16Move edit buttonsRichard Wall
2011-01-16handle return keypress to save the tab nameRichard Wall
2011-01-15decouple the chart coordinator html from the charts under its control. Also l...Richard Wall
2011-01-10Re-enable tab title editingRichard Wall