dygraphs.git
2013-01-31 Robert KonigsbergUpdate docs for committing changes.
2013-01-29 Dan Vanderkamadd broken test demo to show margin issues
2013-01-29 Dan VanderkamMerge pull request #202 from kberg/tweak-tests
2013-01-29 Dan VanderkamMerge pull request #200 from kberg/resize-handler
2013-01-29 Dan VanderkamMerge pull request #201 from kberg/lint-cleanse
2013-01-29 Robert KonigsbergOnly print PASS when failed test count == 0. Or is...
2013-01-29 Robert KonigsbergFix lint warnings.
2013-01-29 Dan Vanderkamadd advice about delaying dygraph instantiation when...
2013-01-25 Dan Vanderkamuse Dygraph.log in dygraphs.js
2013-01-25 Robert KonigsbergResize event causes several event handlers to be be...
2013-01-25 Robert Konigsbergresize handler only added once per graph.
2013-01-25 Dan Vanderkammove plugins/unzoom.js -> extras/unzoom.js
2013-01-25 Dan VanderkamMerge pull request #198 from klausw-g/generate-refactor
2013-01-25 Klaus Weidnerrefactor generate-combined.sh
2013-01-24 Dan Vanderkamfix typo
2013-01-24 Dan Vanderkamadd note about http-equiv being first in the head section
2013-01-23 Dan Vanderkamremove unused opt
2013-01-23 Dan Vanderkamwrap DygraphOptions
2013-01-23 Dan Vanderkamnearly all lint errors gone; closure compiler still...
2013-01-22 Dan Vanderkamlint checks mostly pass
2013-01-11 Paul FelixHandling zoom handle left position as a floating-point...
2013-01-11 Paul FelixMore range selector auto tests
2013-01-11 Paul FelixChanges based on comments from pull request
2013-01-11 Paul FelixNeed to call createDragInterface_() after plugins are...
2013-01-11 Paul FelixMoved check for labels existence into reparseSeries...
2013-01-11 Paul FelixRange selector is now a plugin
2013-01-11 Robert KonigsbergMerge pull request #194 from kberg/unzoom
2013-01-11 Robert KonigsbergLast set of code review comments for unzoom.
2013-01-11 Robert KonigsbergCode review comments.
2013-01-11 Robert KonigsbergMerge branch 'master' into unzoom
2013-01-10 Dan VanderkamMerge pull request #197 from kberg/dounzoom
2013-01-09 Robert KonigsbergBetter name (thanks Paul.)
2013-01-09 Robert KonigsbergMove doUnzoom_ to the public API.
2013-01-04 Robert KonigsbergTook a while to get conditional show to work; works...
2013-01-04 Robert KonigsbergFix responsese to code review 194.
2013-01-04 Dan VanderkamMerge pull request #195 from kberg/415
2013-01-04 Robert KonigsbergFix bug 415. Series must be specicied by name in the...
2013-01-04 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygraphs
2013-01-04 Robert KonigsbergMerge branch 'master' of github.com:kberg/dygraphs
2013-01-04 Robert KonigsbergAdd new test to misc/local.html
2013-01-04 Robert KonigsbergAdd plugins option to Dygraphs. Add demo-test. Add...
2013-01-03 Robert KonigsbergMerge pull request #193 from kberg/axis-label-font...
2013-01-03 Robert KonigsbergFix minor typo.
2013-01-03 Robert KonigsbergUnzoom plug-in, rev 1.
2013-01-03 Robert KonigsbergMerge branch 'master' of git://github.com/danvk/dygraph...
2013-01-03 Robert KonigsbergComments froim review 193.
2013-01-03 Robert Konigsbergs/String/string in jsdoc for dygraph-options.js.
2013-01-03 Dan VanderkamMerge pull request #192 from kberg/master
2013-01-01 Robert KonigsbergAdd warning that perhaps we do need an options API...
2013-01-01 Robert KonigsbergAdd axisLineColor and axisLineWidth to the per-axis...
2012-12-31 Robert KonigsbergMerge branch 'master' of github.com:kberg/dygraphs...
2012-12-31 Robert KonigsbergLabel color is now specifiable per-axis. Also, I <3...
2012-12-31 Robert KonigsbergaxisLabelFontSize can now be configured per-axis.
2012-12-31 Robert KonigsbergaxisLabelFontSize can now be configured per-axis.
2012-12-31 Robert KonigsbergThe "to hash" textbox now accepts changes in the palette.
2012-12-31 Robert KonigsbergThe "to hash" textbox now accepts changes in the palette.
2012-12-31 Robert KonigsbergNow you can specify the axis a series lives on in the...
2012-12-31 Robert KonigsbergNow you can specify the axis a series lives on in the...
2012-12-30 Robert KonigsbergWhoops, small bug in https://github.com/danvk/dygraphs...
2012-12-30 Robert KonigsbergMerge branch 'master' of github.com:danvk/dygraphs
2012-12-30 Dan VanderkamMerge pull request #191 from kberg/option-consolidation
2012-12-30 Robert KonigsbergOptions now include defaults. Fix https://code.google...
2012-12-30 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygra...
2012-12-30 Robert KonigsbergSimplify valueRange work in computeYAxes. Add comment...
2012-12-30 Robert KonigsbergRemove more options. Tested them, either manually,...
2012-12-29 Robert KonigsbergMove makeNumbers to Util, and reduce number of makeNumb...
2012-12-29 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygraphs
2012-12-29 Robert KonigsbergMerge branch 'option-consolidation' of https://github...
2012-12-29 Robert KonigsbergMerge pull request #190 from kberg/palette
2012-12-29 Robert KonigsbergMerge pull request #186 from kberg/master
2012-12-29 Robert Konigsbergjqueryify tooltip.
2012-12-29 Robert Konigsbergjquery-ify the palette object.
2012-12-29 Robert KonigsbergRemove the "Copy" code, it's been replaced by "to hash".
2012-12-29 Robert KonigsbergClean up palette.css (requires less css).
2012-12-29 Robert KonigsbergClean up instructions section of the palette; hide...
2012-12-29 Robert KonigsbergUpdate instructions on index.html.
2012-12-29 Robert KonigsbergRemove commented-out console.log.
2012-12-29 Robert KonigsbergBe array<int> friendly.
2012-12-29 Robert KonigsbergAdd series customization to the palette. Requires some...
2012-12-28 Robert KonigsbergAdd more option specifications per series, and nullify...
2012-12-28 Robert KonigsbergAdd "to hash" feature to make palette more useful!
2012-12-28 Robert KonigsbergRestore funny format; add comment to indicate why it...
2012-12-28 Robert KonigsbergBooleans are now three-state buttons.
2012-12-28 Robert KonigsbergMerge branch 'palette' of https://github.com/kberg...
2012-12-28 Robert KonigsbergAdd per-axis specification in Dygraphs. Adding jquery...
2012-12-28 Robert KonigsbergAdd per-axis specification in Dygraphs. Adding jquery...
2012-12-28 Robert KonigsbergRemove loud logging.
2012-12-27 Robert KonigsbergReformat options.
2012-12-27 Robert Konigsbergformatting
2012-12-27 Robert KonigsbergAdd some comments to index.js, the Index namespace...
2012-12-27 Robert KonigsbergAdd some of the new options to the experimental palette.
2012-12-27 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygra...
2012-12-27 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygraphs
2012-12-27 Robert KonigsbergAdd test for axisTickSize. Fill out test for yAxisLabel...
2012-12-27 Robert KonigsbergRemove yAxisLabelWidth from Dygraph.axes_.
2012-12-27 Robert KonigsbergRemove labelsKMB and labelsKMG2 from Dygraph.axes_.
2012-12-18 Robert KonigsbergMerge pull request #189 from klausw-g/large-y-scale
2012-12-18 Klaus Weidnertick scaling: Added comments, and adjust loop ends
2012-12-18 Klaus WeidnerFix tick marks for large Y scale ranges
2012-12-17 Robert KonigsbergRemove last vestige of axis.logscale.
next