dygraphs.git
2013-02-02 Robert KonigsbergAdd new test to verify that highlightCallback still...
2013-02-01 Dan VanderkamMerge pull request #199 from witsa/master
2013-02-01 Dan VanderkamFix "Unnecessary semicolon" lint error
2013-02-01 manufitoussiChanging name of isUnspecifiedLimit function to isNullU...
2013-01-31 Dan VanderkamMerge pull request #203 from witsa/resize_handler
2013-01-31 Dan VanderkamMerge pull request #205 from kberg/docs
2013-01-31 Robert KonigsbergUpdate docs for committing changes.
2013-01-30 manufitoussiremove wrong argument of parseFloat
2013-01-30 manufitoussiResize event causes several mouseUp handler to be be...
2013-01-30 manufitoussifix an resize issue : when the window has resized,...
2013-01-30 Emmanuel FitoussiMerge pull request #4 from danvk/master
2013-01-30 manufitoussirefactoring of detection of unspecified limit.
2013-01-30 manufitoussireference sentence rewrite
2013-01-30 Emmanuel FitoussiMerge pull request #3 from danvk/master
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 Emmanuel FitoussiRevert "To avoid the rising count of useless resizes...
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 manufitoussiupdate reference description about the partial auto...
2013-01-25 manufitoussiPartial auto y range : adding support of null and undef...
2013-01-25 manufitoussiAllows that user specifies only one limit of valueRange...
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 manufitoussiAdding test for the per axis option includeZero
2013-01-25 manufitoussiAdding an robustness test before using the registered...
2013-01-25 manufitoussiTo avoid the rising count of useless resizes : we remov...
2013-01-25 Klaus Weidnerrefactor generate-combined.sh
2013-01-24 Emmanuel FitoussiMerge pull request #2 from witsa/master
2013-01-24 Emmanuel FitoussiMerge pull request #1 from danvk/master
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.
next