Add tests for labelsKMB, labelsKMG2, sigFigs, digitsAfterDecimal and maxNumberWidth
[dygraphs.git] / auto_tests / tests / axis_labels.js
2013-09-15 Robert KonigsbergAdd tests for labelsKMB, labelsKMG2, sigFigs, digitsAft...
2013-02-21 Dan VanderkamMerge pull request #222 from kberg/master
2013-02-20 Dan VanderkamTemporarily disable tests which must be run in eastern...
2013-02-18 Dan VanderkamFix & regression test for issue 433: Glitch in two...
2013-02-18 Dan VanderkamFix some more DST issues
2013-02-18 Dan VanderkamFix and regression test for Issue 147: X-axis date...
2013-02-17 Dan VanderkamMove KMB/KMG2 formatting into default formatter functio...
2013-02-16 Dan VanderkamMerge pull request #210 from klausw-g/range-pad-2
2013-02-12 Paul FelixMerge branch 'master' of github.com:danvk/dygraphs
2013-02-09 Dan VanderkamMerge pull request #211 from klausw-g/issue-424
2013-02-08 Dan VanderkamFix tests to handle the new space in the legend
2013-01-11 Robert KonigsbergMerge branch 'master' into unzoom
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-03 Robert KonigsbergMerge pull request #193 from kberg/axis-label-font...
2013-01-03 Robert KonigsbergMerge branch 'master' of git://github.com/danvk/dygraph...
2013-01-03 Robert KonigsbergComments froim review 193.
2013-01-03 Dan VanderkamMerge pull request #192 from kberg/master
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-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 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-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 KonigsbergRemove labelsKMB and labelsKMG2 from Dygraph.axes_.
2012-12-14 Robert KonigsbergMerge pull request #187 from adilhn/rgbcolor_change
2012-12-14 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygra...
2012-12-13 Robert KonigsbergFix logscale. Also fix includeZero (and add tests for...
2012-12-13 Robert KonigsbergAdd tests that break currently, but will pass when...
2012-12-08 Robert KonigsbergAdd tests for labelsKMG and labelsKMB2.
2012-12-08 Robert KonigsbergCentralize utility methods in automated tests.
2012-11-29 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygra...
2012-11-26 Dan VanderkamMerge pull request #181 from kberg/master
2012-11-25 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygraphs
2012-11-25 Robert KonigsbergAdd axis_labels tests that rely on the preferred style...
2012-11-25 Robert KonigsbergRename axis_labels.js to axis_labels-deprecated.js...
2012-05-14 Dan VanderkamMerge pull request #150 from klausw-g/axis-at-zero
2012-05-14 Klaus WeidnerAdd new option "drawAxesAtZero"
2012-04-10 Adam VartanianMerge branch 'master' of git://github.com/danvk/dygraphs
2012-02-25 Robert KonigsbergMerge pull request #127 from kberg/master
2012-02-22 Robert KonigsbergMerge github.com/danvk/dygraphs into custom-points
2012-02-15 Dan VanderkamMerge pull request #118 from klausw-g/bug-278
2012-02-07 Klaus WeidnerFix data ordering bug from issue 278, and clean up...
2012-01-15 Robert KonigsbergMerge pull request #104 from kberg/master
2011-12-21 Dan VanderkamFix some tests that started failing in OS X Lion.
2011-08-17 Dan VanderkamFactor out ticker functions and clean up their semantic...
2011-08-02 Dan VanderkamMerge branch 'master' of github.com:danvk/dygraphs
2011-08-02 Dan Vanderkamcleanup; use passing assert
2011-08-02 Dan VanderkamMerge branch 'master' of https://github.com/lrobb/dygra...
2011-08-01 unknownFormat for x-axis labels test added.
2011-05-12 Dan Vanderkamadd tests for axis labels to pin down the current behavior