dygraphs.git
2012-04-10 Adam VartanianMerge branch 'master' of git://github.com/danvk/dygraphs
2012-04-07 Dan VanderkamCopy new plugins dir to dygraphs.com
2012-04-06 Dan VanderkamIntroduce a plugin system and move the legend to it.
2012-04-04 Robert KonigsbergEdit in jsFiddle
2012-03-31 Dan Vanderkammore docs in phantom-driver.js; log speed
2012-03-31 Dan VanderkamMerge branch 'master' of github.com:danvk/dygraphs
2012-03-31 Dan VanderkamAdd "test" script, which uses phantomjs for a pure...
2012-03-31 Dan Vanderkamfix broken test case
2012-03-30 Robert KonigsbergAdd sanity test ensuring that creating annotations...
2012-03-29 James H ThompsonAdd highlighted weekends example to gallery
2012-03-29 Paul FelixMisc range selector cleanup.
2012-03-25 Dan Vanderkamadd DuckDuckGo to the list of users
2012-03-23 Dan Vanderkamdestroy mouseUpHandler
2012-03-23 Dan VanderkamMerge branch 'master' of github.com:danvk/dygraphs
2012-03-23 Dan VanderkamOverwrite line heights: code.google.com/p/dygraphs...
2012-03-23 Dan Vanderkamfix some trailing commas in dygraph-interaction-model.js
2012-03-22 Dan VanderkamFix Issue 279: Strange animations when zooming animatio...
2012-03-22 Dan VanderkamFix Issue 145: Chrome/right-click seems to start imple...
2012-03-22 Dan VanderkamFix Issue 299: option labelsKMG2 doesn't support anyth...
2012-03-22 Dan Vanderkamupdate changes.html to reflect auto_tests
2012-03-22 Dan VanderkamFix issue 197: Annotations are displayed outside the...
2012-03-19 Dan VanderkamAdd support for touch gestures: swipe & pinch-to-zoom.
2012-03-17 Dan VanderkamFix unboxed-spark test.
2012-03-17 Dan VanderkamFix error when labelsDiv=null (was affecting unboxed...
2012-03-13 Dan VanderkamMerge branch 'master' of github.com:danvk/dygraphs
2012-03-13 Dan VanderkamFix issue 255: date supplied as YYYY-MM-DD shows previo...
2012-03-13 Dan VanderkamMerge pull request #139 from klausw-g/stacked-NaN
2012-03-13 Klaus WeidnerFix NaN handling for stacked graphs.
2012-03-09 Dan VanderkamCheck for balanced context.save() and context.restore...
2012-03-08 Dan VanderkamAdd some missing context.restore() calls
2012-03-04 Dan VanderkamMerge pull request #136 from klausw-g/non-logscale-x
2012-03-04 Dan VanderkamMerge pull request #137 from klausw-g/highlight-stacked
2012-03-04 Dan VanderkamMerge branch 'master' of github.com:danvk/dygraphs
2012-03-04 Dan VanderkamFix a bug involving calls to updateOptions() while...
2012-03-02 Klaus WeidnerFix connectSeparatedPoints, add test
2012-03-02 Klaus WeidnerMerge branch 'master' into highlight-stacked
2012-03-02 Robert KonigsbergMerge pull request #138 from klausw-g/highlight-series...
2012-03-02 Klaus WeidnerAdd closest-series highlighting demo to gallery
2012-03-01 Klaus WeidnerFix highlighting for zoomed graphs
2012-03-01 Klaus WeidnerKeep the X axis ticks when logscale is set globally.
2012-02-29 Dan VanderkamMerge pull request #135 from klausw-g/highlight-NaN-3
2012-02-29 Klaus WeidnerNew approach to fix NaN handling in highlighting
2012-02-29 Dan VanderkamMerge pull request #134 from timeu/bugfix_upstream
2012-02-29 Dan VanderkamMerge pull request #133 from klausw-g/fix-stuck-highlig...
2012-02-29 Uemit SerenBugfix: Avoid getting stuck when the first datapoint...
2012-02-29 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygraphs
2012-02-29 Robert KonigsbergRename stuff.
2012-02-29 Klaus WeidnerFix stuck fading animation for series highlighting
2012-02-29 Robert KonigsbergClean up docs a little, fix "title" propagation bug.
2012-02-28 Dan VanderkamMerge pull request #131 from klausw-g/highlight-NaN-2
2012-02-28 Klaus WeidnerMerge branch 'master' into highlight-NaN-2
2012-02-28 Robert KonigsbergReorder; trying to move to Gallery
2012-02-28 Robert KonigsbergUpdate index.html to mention the gallery
2012-02-28 Robert KonigsbergMore name standardization.
2012-02-28 Robert KonigsbergDoc updates / push gallery, rename some gallery js...
2012-02-28 Klaus WeidnerFix NaN values confusing closest-point search
2012-02-28 Robert KonigsbergRemove deleted tests from index.html
2012-02-28 Robert KonigsbergDelete outdated tests.
2012-02-28 Robert KonigsbergFix option reference, remove line continuation hack.
2012-02-28 Dan VanderkamMerge pull request #129 from klausw-g/tweak-circle...
2012-02-27 Klaus WeidnerAdd a simple demo as a self-contained example
2012-02-27 Klaus Weidnertweak custom circle demo to add per-series highlighting
2012-02-27 Dan VanderkamMerge pull request #126 from klausw-g/highlight3
2012-02-27 Klaus WeidnerChange option to highlightSeriesBackgroundAlpha
2012-02-27 Klaus WeidnerChanges based on danvk's review:
2012-02-27 Dan VanderkamMerge pull request #128 from klausw-g/custom-circle...
2012-02-27 Dan Vanderkamwhitespace cleanup
2012-02-27 Dan VanderkamMerge pull request #125 from jllodra/master
2012-02-27 Robert KonigsbergGallery failure when CSS does not exist.
2012-02-27 Robert KonigsbergGallery code links reset the URL anchor. This fixes it.
2012-02-26 Klaus Weidnerclean up closePath usage
2012-02-26 Klaus WeidnerCustom circle tweaks:
2012-02-26 Klaus WeidnerTweak series-highlight demo
2012-02-26 Klaus WeidnerMerge branch 'master' of git://github.com/danvk/dygraph...
2012-02-25 Robert KonigsbergMerge pull request #127 from kberg/master
2012-02-25 Robert KonigsbergDisplay CSS. This doesn't work in Chrome, locally ...
2012-02-25 Robert KonigsbergUpdated docs for drawPointCallback and drawHighlightPoi...
2012-02-25 Klaus WeidnerAdd demo for series highlighting
2012-02-25 Robert KonigsbergSupport line continuation in JSON format.
2012-02-25 Klaus WeidnerMerge branch 'master' of git://github.com/danvk/dygraph...
2012-02-25 Klaus Weidnerremove mouseoverCallback and highlightUnderlay from...
2012-02-25 Dan VanderkamMerge pull request #123 from kberg/custom-points
2012-02-25 Klaus Weidnercleanups as requested in kberg's review
2012-02-25 Robert KonigsbergAdd "parameters" specification to docs; indented rendering.
2012-02-25 Klaus WeidnerAdd support for closest-series highlighting
2012-02-25 Robert KonigsbergBetter gallery; separates out the HTML, Javascript...
2012-02-24 Robert KonigsbergRemove comma, incompatible with IE.
2012-02-24 Josep Llodràconsole.warn to this.warn
2012-02-24 Josep Llodrànew commit: fix labelsDivStyles IE8
2012-02-24 Josep LlodràPrevent crashing when using unsupported css3 properties...
2012-02-24 Robert KonigsbergChanges due to code review.
2012-02-23 Dan VanderkamMerge pull request #121 from wimme/patch-1
2012-02-23 Dan VanderkamMerge pull request #124 from timeu/bugfix_upstream
2012-02-23 Robert KonigsbergFixed Dygraph.Circles.Circle and custom circles. All...
2012-02-23 Uemit SerenBug 284. Check that user_attrs_ and attrs_ !== null...
2012-02-23 Robert KonigsbergMany bug fixes, highlight seems to not work.
2012-02-23 Robert KonigsbergAdd custom-circles demo to tests/. Obvious bugs in...
2012-02-23 Robert KonigsbergAdd tests for drawPointCallback and drawHighlightCallback
2012-02-22 Robert KonigsbergAdd sanity drawPointCallback tests.
2012-02-22 Robert Konigsbergwhitespace cleanup
next