axisLabelFontSize can now be configured per-axis.
[dygraphs.git] / auto_tests / tests / axis_labels.js
2012-12-31 Robert KonigsbergaxisLabelFontSize can now be configured per-axis.
2012-12-30 Robert KonigsbergOptions now include defaults. Fix https://code.google...
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