summaryrefslogtreecommitdiff
path: root/docs/examples/assets
AgeCommit message (Collapse)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-13Use HTML5 type=datetime-local inputs for ChartCoordinator.Luke Shumaker
2016-12-12CSS tidyLuke Shumaker
2016-12-12Documentation improvementsLuke Shumaker
2016-12-08Move the closure-compiler parameters into commands.pyLuke Shumaker
This is clearer than having the old dependencies.js describe the new one. Build processes should be DAGs.
2016-12-08Update flot URLs to point to Github, instead of 404s.Luke Shumaker
2016-12-08Use external binaryXRH instead of bundling a modified copy.Luke Shumaker
2015-06-29Need to upgrade javascriptrrdfile.js to latest 1.1.1 version to support rrd ↵srix/masterSrix
files generated by arm machines. Yes the rrd file generated by arm is not binary compatible with x86. However rebuilding the dependency.js kept failing because of version mismatch. so excluded the rrd file part and added it as separate JS.
2011-09-11Recompile with jquery 1.6.3Richard Wall
2011-09-11Upgrade to jquery 1.6.3Richard Wall
2011-09-11#816668 Upgrade to latest dev jquerytools and re-enable the tab history pluginRichard Wall
2011-08-07update dependencies.js to jquery 1.6.2Richard Wall
2011-06-26Replace Mochikit.Async.Deferred with jquery.DeferredRichard Wall
2011-06-26remove history plugin, it doesn't work with newer jqueryRichard Wall
2011-06-19Import BinaryFile class into jarmonRichard Wall
2011-06-18Upgrade to jquery 1.6.1 and trunk versions of javascriptrrdRichard Wall
2011-06-18use closure compiler @ prefixesRichard Wall
2011-06-18read params from existing dependencies.js fileRichard Wall
2011-01-16position the add new chart buttonRichard Wall
2011-01-16Move edit buttonsRichard Wall
2011-01-15decouple the chart coordinator html from the charts under its control. Also ↵Richard Wall
lighten the border of input text boxes.
2010-08-22move examples to an examples subfolderRichard Wall