2012-02-27 |
Klaus Weidner | Add a simple demo as a self-contained example |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Klaus Weidner | tweak custom circle demo to add per-series highlighting |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Dan Vanderkam | Merge pull request #126 from klausw-g/highlight3 |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Klaus Weidner | Change option to highlightSeriesBackgroundAlpha |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Klaus Weidner | Changes based on danvk's review: |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Dan Vanderkam | Merge pull request #128 from klausw-g/custom-circle... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Dan Vanderkam | whitespace cleanup |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Dan Vanderkam | Merge pull request #125 from jllodra/master |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Robert Konigsberg | Gallery failure when CSS does not exist. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Robert Konigsberg | Gallery code links reset the URL anchor. This fixes it. |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Klaus Weidner | clean up closePath usage |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Klaus Weidner | Custom circle tweaks: |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Klaus Weidner | Tweak series-highlight demo |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Klaus Weidner | Merge branch 'master' of git://github.com/danvk/dygraph... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Robert Konigsberg | Merge pull request #127 from kberg/master |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Robert Konigsberg | Display CSS. This doesn't work in Chrome, locally ... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Robert Konigsberg | Updated docs for drawPointCallback and drawHighlightPoi... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Klaus Weidner | Add demo for series highlighting |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Robert Konigsberg | Support line continuation in JSON format. |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Klaus Weidner | Merge branch 'master' of git://github.com/danvk/dygraph... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Klaus Weidner | remove mouseoverCallback and highlightUnderlay from... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Dan Vanderkam | Merge pull request #123 from kberg/custom-points |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Klaus Weidner | cleanups as requested in kberg's review |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Robert Konigsberg | Add "parameters" specification to docs; indented rendering. |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Klaus Weidner | Add support for closest-series highlighting |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Robert Konigsberg | Better gallery; separates out the HTML, Javascript... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Robert Konigsberg | Remove comma, incompatible with IE. |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Josep Llodrà | console.warn to this.warn |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Josep Llodrà | new commit: fix labelsDivStyles IE8 |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Josep Llodrà | Prevent crashing when using unsupported css3 properties... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Robert Konigsberg | Changes due to code review. |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Dan Vanderkam | Merge pull request #121 from wimme/patch-1 |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Dan Vanderkam | Merge pull request #124 from timeu/bugfix_upstream |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Robert Konigsberg | Fixed Dygraph.Circles.Circle and custom circles. All... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Uemit Seren | Bug 284. Check that user_attrs_ and attrs_ !== null... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Robert Konigsberg | Many bug fixes, highlight seems to not work. |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Robert Konigsberg | Add custom-circles demo to tests/. Obvious bugs in... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Robert Konigsberg | Add tests for drawPointCallback and drawHighlightCallback |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Robert Konigsberg | Add sanity drawPointCallback tests. |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Robert Konigsberg | whitespace cleanup |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Robert Konigsberg | Merge github.com/danvk/dygraphs into custom-points |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Robert Konigsberg | custom circles, first part. |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Robert Konigsberg | Merge pull request #120 from timeu/bugfix_upstream |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Uemit Seren | Use DygraphOps.dispatchXXX method instead of updateOptions |
commit | commitdiff | tree | snapshot |
2012-02-17 |
wimme | Fix for issue 274: broken step plots |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Uemit Seren | Bug #282. Auto-test added |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Uemit Seren | Bugfix #282. Use valueRange (if specified) instead... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Dan Vanderkam | Merge pull request #118 from klausw-g/bug-278 |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Klaus Weidner | Fix data ordering bug from issue 278, and clean up... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
bluthen | Support stroke patterns (i.e. dashed/dotted lines). |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Dan Vanderkam | a few more users |
commit | commitdiff | tree | snapshot |
2012-01-26 |
timeu | Fix for issues 236 & 270 from timeu. |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Dan Vanderkam | Fix for issue 267, from Paul Felix |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Robert Konigsberg | Apply firefox fix to the gallery. (We should remove... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Robert Konigsberg | Merge pull request #117 from jllodra/master |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Josep Llodrà | event.offsetX and Y fixed for Firefox in interaction.js |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Dan Vanderkam | Add 10gen MMS to Usage Gallery |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Dan Vanderkam | Add Eutelsat & NASA to Usage Gallery |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Dan Vanderkam | Expose range selector interaction model publicly (remov... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Dan Vanderkam | Merge pull request #103 from mattmiller/master |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Dan Vanderkam | Merge branch 'master' of github.com:danvk/dygraphs |
commit | commitdiff | tree | snapshot |
2012-01-20 |
mbghsource | Fix issue 264 - non-alpha chars in GViz annotation... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Robert Konigsberg | Remove memory leaks from dygraph-many-points-benchmark. |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Russell Valentine | Per y-axis valueRange support. |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Robert Konigsberg | Merge pull request #112 from kberg/master |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Robert Konigsberg | Plotter demo bugfix. |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Robert Konigsberg | Merge pull request #111 from kberg/master |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Robert Konigsberg | tiny |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Robert Konigsberg | Style tweaks |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Robert Konigsberg | Merge pull request #110 from kberg/master |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Robert Konigsberg | stuff. i'm tired. |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Robert Konigsberg | Make text area size configurable in pixels. |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Robert Konigsberg | Merge pull request #109 from kberg/master |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Robert Konigsberg | Show introductory text. |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Robert Konigsberg | Cleaned up nasty table style. |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Robert Konigsberg | Reduce the size of some overly-long graphs. OK, that... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Robert Konigsberg | Rewrite HTML generation. |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Robert Konigsberg | Include common directory. Perhaps jquery _is_ the way... |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Robert Konigsberg | Merge pull request #108 from kberg/master |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Robert Konigsberg | Fix drawing.js bug |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Robert Konigsberg | Merge pull request #107 from kberg/master |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Robert Konigsberg | Add code link. It should get cleaned up. |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Robert Konigsberg | Move textarea to common area. |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Robert Konigsberg | Clean-up. |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Robert Konigsberg | Merge pull request #106 from kberg/master |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Robert Konigsberg | Add first part of linear regression, and fixed hash... |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Robert Konigsberg | Update readme, add interaction model. |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Robert Konigsberg | Rename and retitle plotter. |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Robert Konigsberg | Add temperature-sf-ny. We should rename it. |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Robert Konigsberg | Add stock and styled-chart-labels. |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Robert Konigsberg | Add resize to gallery. It's got a bug in which I had... |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Robert Konigsberg | Add range-selector |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Robert Konigsberg | Merge pull request #105 from kberg/master |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Robert Konigsberg | Add per-series and synchronize. |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Robert Konigsberg | specifying /usr/bin/env python instead of /usr/bin... |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Robert Konigsberg | push-to-web now pushes the gallery. |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Robert Konigsberg | Merge pull request #104 from kberg/master |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Robert Konigsberg | Add hash support. |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Matt Miller | Allow unescaped HTML in labels |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Robert Konigsberg | push-to-web short-circuits when generate-jsdoc fails. |
commit | commitdiff | tree | snapshot |
next |