summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-17docs: fix Flot versionlukeshu/masterLuke Shumaker
I had typed 1.7 instead of 0.7; the current version is 0.8.3; of course 1.7 doesn't exist.
2017-08-13docs: TabbedInterface: document the $tpl argument a bit moreLuke Shumaker
2017-08-13buildTabedChartUi(): make some of the code a bit more readableLuke Shumaker
2017-08-13docs: ChartCoordinator: document the 2nd argumentLuke Shumaker
2017-08-13docs: buildTabbedChartUi(): Document the extra features of the chart tmplLuke Shumaker
2017-08-13docs: document the requirements of the Chart templateLuke Shumaker
2017-08-13buildTabbedChartUi(): use `ph` as the iterator for placeholders, rather than ↵Luke Shumaker
`el` I was really confused; I expect `el` to be a DOM node.
2017-08-13buildTabbedChartUi(): Simplify needlessly complex codeLuke Shumaker
2017-08-13RrdQueryRemote: correctly handle caching with timespans around epochLuke Shumaker
2017-08-13RrdQueryRemote#_callRemote: fix indentationLuke Shumaker
2017-08-13docs: fixup markupLuke Shumaker
2017-08-13docs: document the RrdDataSource interfaceLuke Shumaker
2017-08-13docs: add missing docs on the `transformer` param to RrdQueryDsProxyLuke Shumaker
2017-08-13docs: fix a mis-capitalization of "module:jQuery"Luke Shumaker
2017-08-13docs: fix punctuationLuke Shumaker
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-12Use less magic+scaffolding in the example setup.Luke Shumaker
2016-12-12CSS tidyLuke 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-11dependencies.js: backdate versionsLuke Shumaker
2016-12-11include the README in the API docsLuke Shumaker
2016-12-11Adjust to have better output with jsdoc.Luke Shumaker
2016-12-09Switch from yuidoc to JSDoc3.Luke Shumaker
Before it downloaded yuidoc for you; not it expects that jsdoc is already installed. Note that it was old-school, abandoned yuidoc, not its successor yuidocjs. The migration path from yuidoc->jsdoc actually seemed simpler than yuidoc->yuidocjs.
2016-12-08Hoist doc-comments out of functions.Luke Shumaker
2016-12-08Add a Makefile to avoid peddling an idiosyncratic bin/buildLuke Shumaker
2016-12-08Better release zip generationLuke Shumaker
2016-12-08Upgrade yuidoc 1.0.0b1 -> 50Luke Shumaker
yuidoc 1.0.0b1 was crashing on jarmon.test.js.
2016-12-08Generate a patch file of yuidoc-1.0.0b1/template jarmonbuild/yuidoc_templateLuke Shumaker
2016-12-08jarmonbuild: Adjust to use git instead of bzrLuke Shumaker
2016-12-08Add .gitignoreLuke 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-08bin/build: specify python2Luke Shumaker
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
2016-12-08Merge branch 'lukeshu/independent-ds-transformers-1188220' into lukeshu/masterLuke Shumaker
2016-12-08Adjust the tests to work with the new transformer interface.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.
2015-05-29updated version to 11.10.1Srix
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 ↵richardw/independent-ds-transformers-1188220Richard Wall
add a few more step sizes to graphs without any ticks.
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 ↵Richard Wall
in the same RRD file