dygraphs.git
2011-10-17 Paul FelixVarious fixes/workarounds for IE7/IE8 and some fixes...
2011-10-17 Robert KonigsbergMove to JSTD133
2011-10-17 Robert KonigsbergEnhancement to dygraph-many-point*-benchmark.html
2011-09-22 Robert KonigsbergMerge pull request #89 from flooey/master
2011-09-22 Adam VartanianAdd test for laying out multiple axis items that ensure...
2011-09-22 Robert KonigsbergMerge pull request #86 from flooey/master
2011-09-22 Robert KonigsbergMerge pull request #88 from kberg/master
2011-09-22 Robert KonigsbergFix infinite loop when updateOptions contains labelsDiv...
2011-09-16 Adam VartanianChange DygraphLayout so it calculates the plot area...
2011-08-29 Dan Vanderkamtemporarily disable some ticker tests
2011-08-25 Dan Vanderkamswitch from underscores to hyphens for CSS class names
2011-08-25 Paul FelixA range selector widget for dygraphs.
2011-08-18 Dan Vanderkamupdate license comments
2011-08-17 Dan Vanderkamfix disappearing annotations bug
2011-08-17 Dan Vanderkamupdate All Rights Reserved string
2011-08-17 Dan VanderkamFactor out ticker functions and clean up their semantic...
2011-08-11 Dan Vanderkamerror bars test
2011-08-11 Dan VanderkamFix display of error bars when using logscale
2011-08-10 Dan Vanderkamremove extra log
2011-08-09 Dan VanderkamSet a max-width on the content column of the main docum...
2011-08-09 Dan VanderkamAdd a test case for rolling averages and fix two bugs...
2011-08-09 Dan VanderkamA small shell script to create a new auto_test
2011-08-08 Dan VanderkamSimplify running tests from auto_tests/misc/local.html...
2011-08-03 Dan VanderkamFrom antrob: Single point per pixel, do the optimizatio...
2011-08-02 Dan VanderkamFrom antrob; don't recalculate layout when updateOption...
2011-08-02 Dan VanderkamMerge branch 'master' of github.com:danvk/dygraphs
2011-08-02 Dan VanderkamMerge pull request #81 from kberg/master
2011-08-02 Dan Vanderkamcleanup; use passing assert
2011-08-02 Dan VanderkamMerge branch 'master' of https://github.com/lrobb/dygra...
2011-08-02 Dan VanderkamMerge branch 'master' of github.com:danvk/dygraphs
2011-08-01 Robert KonigsbergProvide local test execution by function reference...
2011-08-01 unknownFormat for x-axis labels test added.
2011-07-27 Dan Vanderkamremove ineffective labelsDivStyle, rename the other
2011-07-27 Dan Vanderkamset class on labelsDiv
2011-07-27 Dan Vanderkamresize automatically
2011-07-26 Dan Vanderkamfix bug with invisible dygraphs and add a regression...
2011-07-26 Dan Vanderkamchange line endings back in rgbcolor.js
2011-07-26 Dan Vanderkammisc cleanup
2011-07-26 Dan Vanderkamadd timingName option
2011-07-26 Dan Vanderkamclean up alignment
2011-07-26 Dan VanderkamMerge branch 'canvas' of https://github.com/clocksmith...
2011-07-26 Dan Vanderkamtemporarily disable optimization
2011-07-26 Dan Vanderkamregression test for dense setSelection bug; currently...
2011-07-25 Dan Vanderkamprefer to use offsetWidth & offsetHeight when applicabl...
2011-07-20 Anthony Robledochanged renderLineCharts algorithm for graphs without...
2011-07-20 Dan VanderkamMerge pull request #76 from clocksmith/singleppp
2011-07-20 Anthony RobledoDeleted unnecessary line that was causing variable...
2011-07-19 Dan Vanderkamdrop pixel skipping optimization w/ annotations, too
2011-07-19 Anthony RobledoOnly add 1 point per pixel for graphs without error...
2011-07-19 Anthony RobledoAdded two demos to the tests folder for the sf vs ny...
2011-07-15 Dan VanderkamDivision by zero bug fix and regression test
2011-07-12 Dan Vanderkamkberg requests that nonInteractiveModel be private
2011-07-12 Dan VanderkamAdd Dygraph.Interaction.nonInteractiveModel. This disab...
2011-07-07 Anthony RobledoUpdated the random function generator to be less sporadic.
2011-07-07 Anthony RobledoAdded an option to plot random points instead of just...
2011-07-07 Dan Vanderkammake dygraph-dev a bit smarter
2011-06-28 Dan VanderkamMerge pull request #69 from kberg/master
2011-06-27 Robert KonigsbergBad test! Use pixel counts, don't rely on stupid anchor...
2011-06-27 Dan VanderkamMerge pull request #67 from kberg/master
2011-06-27 Robert KonigsbergComment update.
2011-06-27 Robert KonigsbergFix pointClickCallback and resizing coordinate weirdnes...
2011-06-27 Dan VanderkamMerge pull request #68 from clocksmith/master
2011-06-27 Anthony RobledoAdded an average metric for dygraphs many points benchmark.
2011-06-27 Anthony RobledoBreaking out of evaluateAnnotations early if there...
2011-06-27 Dan Vanderkamfix title on changes.html
2011-06-14 Robert KonigsbergComment removal
2011-06-14 Robert KonigsbergTests for when the graph is embedded in a scrolling...
2011-06-14 Robert KonigsbergOops! Forgot to rename createEvent_ in all calls; resul...
2011-06-14 Robert KonigsbergGetting more errors from tests.
2011-06-14 Robert Konigsbergtypo.
2011-06-14 Robert KonigsbergExtract the function that pushes an event onto the...
2011-06-14 Dan Vanderkamremove NOTE, update comment
2011-06-14 Robert KonigsbergAdded code to make tests easier to repeat by specifying...
2011-06-09 Robert KonigsbergClarification of the point/points parameters.
2011-06-09 Robert KonigsbergMerge branch 'master' of https://github.com/kberg/dygraphs
2011-06-09 Robert KonigsbergClarify role of generate-documentation.py
2011-06-09 Robert KonigsbergUpdate document reference; add docs for pointClickCallb...
2011-06-07 Dan Vanderkamfix re-use of loop index
2011-06-07 Dan Vanderkamupdate test includes
2011-06-07 Dan Vanderkamtests pass
2011-06-06 Dan Vanderkamfile-level comments
2011-06-06 Dan Vanderkamfactor out dygraph-utils.js
2011-06-06 Dan Vanderkamfactor out interaction model
2011-06-06 Dan Vanderkamfix merge issue
2011-06-06 Dan Vanderkamun-HTMLify autotests README
2011-06-06 Dan Vanderkammerge upstream changes
2011-06-04 Robert KonigsbergMake addition of box slightly prettier. I'm crazy like...
2011-06-02 Dan Vanderkammerge in kberg changes
2011-06-02 Robert KonigsbergRemoving context from clickCallback because the data...
2011-06-02 Robert KonigsbergTests for pointClickCallback.
2011-06-02 Robert KonigsbergAdd useful comments to some of the mousedispatch methods.
2011-06-02 Dan Vanderkamdebug -> options-reference
2011-06-02 Dan VanderkamMerge branch 'master' into split
2011-06-02 Robert KonigsbergRestructure the nature of click callbacks. PointClickCa...
2011-06-02 Dan VanderkamMerge branch 'master' of github.com:danvk/dygraphs
2011-06-02 Dan Vanderkamfix bug in tests/resize.html
2011-06-01 Robert KonigsbergBetter pointClickCallback, updated doc.
2011-06-01 Dan Vanderkamallow XHRs from file:/// URLs with the right flags
2011-05-30 Dan Vanderkamsplit up library, use an autoloader
2011-05-25 Robert KonigsbergSmall bug: when selPoints_ is empty, pointClickCallback...
next