2010-10-17 |
Robert Konigsberg | nit: s/undefined/null |
blob | commitdiff |
2010-10-16 |
Dan Vanderkam | merge in upstream changes |
blob | commitdiff | diff to current |
2010-10-15 |
Dan Vanderkam | fix null reference in Chrome |
blob | commitdiff | diff to current |
2010-10-13 |
Dan Vanderkam | add annotation CSS rule lazily |
blob | commitdiff | diff to current |
2010-10-13 |
Neal Nelson | Change Firefox CSS rule addition to add to the end... |
blob | commitdiff | diff to current |
2010-10-08 |
Robert Konigsberg | Fix example to only use public API. This required chang... |
blob | commitdiff | diff to current |
2010-10-08 |
Robert Konigsberg | Fixed spelling errors. |
blob | commitdiff | diff to current |
2010-10-08 |
Dan Vanderkam | Merge branch 'master' of github.com/nealie/dygraphs |
blob | commitdiff | diff to current |
2010-10-08 |
Robert Konigsberg | Merge branch 'master' of git://github.com/danvk/dygraphs |
blob | commitdiff | diff to current |
2010-10-08 |
Robert Konigsberg | Fixed bug which didn't allow panning unless you zoomed... |
blob | commitdiff | diff to current |
2010-10-08 |
Robert Konigsberg | updated comment. |
blob | commitdiff | diff to current |
2010-10-08 |
Robert Konigsberg | y-axis scaling is automatic until a) user zooms in... |
blob | commitdiff | diff to current |
2010-10-08 |
Neal Nelson | Fix label colour selection for sparse data sets. |
blob | commitdiff | diff to current |
2010-10-08 |
Neal Nelson | Ignore data series' with null data for the purposes... |
blob | commitdiff | diff to current |
2010-10-07 |
adam-p | Fixed erroneous attempt to use excanvas.js in IE9 |
blob | commitdiff | diff to current |
2010-10-07 |
Neal Nelson | Merge branch 'master' of github.com/danvk/dygraphs |
blob | commitdiff | diff to current |
2010-10-07 |
Robert Konigsberg | Oops, that time for real. |
blob | commitdiff | diff to current |
2010-10-07 |
Robert Konigsberg | Must move mouse twice as far in y direction as x to... |
blob | commitdiff | diff to current |
2010-10-06 |
Dan Vanderkam | numeric-gviz test works again |
blob | commitdiff | diff to current |
2010-10-04 |
Dan Vanderkam | Merge branch 'master' of github.com/adam-p/dygraphs |
blob | commitdiff | diff to current |
2010-10-04 |
Dan Vanderkam | update comment |
blob | commitdiff | diff to current |
2010-10-04 |
adam-p | Changed unstackPointAtIndex to not be decorated as... |
blob | commitdiff | diff to current |
2010-10-04 |
adam-p | Based on feedback from danvk, moving unstackPointAtInde... |
blob | commitdiff | diff to current |
2010-10-03 |
adam-p | Fixed y-value display in highlight labels when using... |
blob | commitdiff | diff to current |
2010-09-30 |
Dan Vanderkam | blah |
blob | commitdiff | diff to current |
2010-09-30 |
Dan Vanderkam | displaying ticks again |
blob | commitdiff | diff to current |
2010-09-30 |
Dan Vanderkam | drawing works, just need to add ticks and fix filled... |
blob | commitdiff | diff to current |
2010-09-30 |
Dan Vanderkam | remove old code |
blob | commitdiff | diff to current |
2010-09-30 |
Dan Vanderkam | fix copy/paste error |
blob | commitdiff | diff to current |
2010-09-30 |
Dan Vanderkam | axis computation |
blob | commitdiff | diff to current |
2010-09-29 |
Dan Vanderkam | change to an implementation based on set names |
blob | commitdiff | diff to current |
2010-09-29 |
Dan Vanderkam | update both linear regression tests; support null as... |
blob | commitdiff | diff to current |
2010-09-29 |
Dan Vanderkam | functioning demo |
blob | commitdiff | diff to current |
2010-09-29 |
Dan Vanderkam | Merge branch 'master' into per_series |
blob | commitdiff | diff to current |
2010-09-29 |
Dan Vanderkam | add per-series attributes in attr_ |
blob | commitdiff | diff to current |
2010-09-29 |
Frederic Didier | Fix a wrong warning() call. |
blob | commitdiff | diff to current |
2010-09-24 |
Robert Konigsberg | Support for vertical panning. |
blob | commitdiff | diff to current |
2010-09-24 |
Robert Konigsberg | Converting strings to less cringe-inducing constant... |
blob | commitdiff | diff to current |
2010-09-24 |
Robert Konigsberg | Fix to bug 111, now always rendering all points whether... |
blob | commitdiff | diff to current |
2010-09-23 |
Robert Konigsberg | Reorder unzoom operation with log of operation, which... |
blob | commitdiff | diff to current |
2010-09-23 |
Robert Konigsberg | zoom.html needed a little love. |
blob | commitdiff | diff to current |
2010-09-23 |
Robert Konigsberg | Implementing vertical zooming. Vertical zooming reveals... |
blob | commitdiff | diff to current |
2010-09-16 |
Dan Vanderkam | data access API |
blob | commitdiff | diff to current |
2010-09-15 |
Dan Vanderkam | few more tweaks |
blob | commitdiff | diff to current |
2010-09-14 |
Dan Vanderkam | click to add annotations |
blob | commitdiff | diff to current |
2010-09-14 |
Dan Vanderkam | add pointClickCallback |
blob | commitdiff | diff to current |
2010-09-14 |
Dan Vanderkam | merge upstream changes |
blob | commitdiff | diff to current |
2010-09-14 |
Dan Vanderkam | more robust missing values |
blob | commitdiff | diff to current |
2010-09-14 |
Dan Vanderkam | works in FF again |
blob | commitdiff | diff to current |
2010-09-14 |
Dan Vanderkam | parseFloatOrNull |
blob | commitdiff | diff to current |
2010-09-14 |
Dan Vanderkam | parseFloatOrNull |
blob | commitdiff | diff to current |
2010-09-14 |
Dan Vanderkam | fix some style bugs |
blob | commitdiff | diff to current |
2010-09-11 |
Dan Vanderkam | gviz mostly working |
blob | commitdiff | diff to current |
2010-09-11 |
Dan Vanderkam | add public interface; add cssClass property |
blob | commitdiff | diff to current |
2010-09-10 |
Dan Vanderkam | sample annotation |
blob | commitdiff | diff to current |
2010-09-07 |
steve | Added labelsShowZeroValues option. When this option... |
blob | commitdiff | diff to current |
2010-09-07 |
steve | Added ability to treat the labelsDiv as a ID as well... |
blob | commitdiff | diff to current |
2010-08-19 |
Neal Nelson | Merge remote branch 'upstream/master' |
blob | commitdiff | diff to current |
2010-08-05 |
Dan Vanderkam | support changing renderer options like strokeWidth... |
blob | commitdiff | diff to current |
2010-07-30 |
weboperator | fixed visibility |
blob | commitdiff | diff to current |
2010-06-30 |
Neal Nelson | Merge branch 'master' of github.com/danvk/dygraphs |
blob | commitdiff | diff to current |
2010-06-18 |
Neal Nelson | Add avoidMinZero option to disable the Y axis at zero... |
blob | commitdiff | diff to current |
2010-06-17 |
Neal Nelson | Add yAxisLabelFormatter option and make it's default... |
blob | commitdiff | diff to current |
2010-06-15 |
Neal Nelson | Added stepPlot option. Missed files due to git. |
blob | commitdiff | diff to current |
2010-05-20 |
Dan Vanderkam | Merge branch 'interactive_on_top' of github.com/ecurran... |
blob | commitdiff | diff to current |
2010-05-20 |
Eoin Curran | show the interactive part on top of the underlay and... |
blob | commitdiff | diff to current |
2010-05-18 |
Dan Egnor | Fix issue 93: get the order of stacked graphs right. |
blob | commitdiff | diff to current |
2010-05-03 |
Adam Vartanian | Some points may be null, not just undefined, so compare... |
blob | commitdiff | diff to current |
2010-04-27 |
Dan Vanderkam | error on zero width/height |
blob | commitdiff | diff to current |
2010-04-23 |
Dan Vanderkam | some tweaks for divs with % sizes |
blob | commitdiff | diff to current |
2010-04-23 |
Dan Vanderkam | add resize_lock, which fixes a bug in chrome |
blob | commitdiff | diff to current |
2010-04-21 |
Adam Bozanich | include 0 in series data |
blob | commitdiff | diff to current |
2010-04-06 |
Dan Vanderkam | fix a small bug which appeared when a series had a... |
blob | commitdiff | diff to current |
2010-03-30 |
Adam Vartanian | Add unhighlightCallback option, with documentation. |
blob | commitdiff | diff to current |
2010-03-24 |
Adam Vartanian | Properly format timestamps at 00:00:00 with non-zero... |
blob | commitdiff | diff to current |
2010-03-24 |
Adam Vartanian | Add ability to specify the formatter used for the x... |
blob | commitdiff | diff to current |
2010-03-23 |
Dan Vanderkam | Merge branch 'master' of github.com:danvk/dygraphs |
blob | commitdiff | diff to current |
2010-03-11 |
Nikhil Kasinadhuni | push() is cheaper than unshift(). Refactor to separate... |
blob | commitdiff | diff to current |
2010-03-11 |
Nikhil Kasinadhuni | Get the color alternating logic right. |
blob | commitdiff | diff to current |
2010-03-11 |
Nikhil Kasinadhuni | Merge branch 'master' of git://github.com/danvk/dygraphs |
blob | commitdiff | diff to current |
2010-03-11 |
Nikhil Kasinadhuni | Fixed a bug with generating points for stackedGraph. |
blob | commitdiff | diff to current |
2010-03-11 |
Dan Vanderkam | some tweaks to knikhil's change |
blob | commitdiff | diff to current |
2010-03-11 |
Nikhil Kasinadhuni | Merge remote branch 'danvk/master' |
blob | commitdiff | diff to current |
2010-03-10 |
Nikhil Kasinadhuni | Added tests for yValueFormatter and showLabelsOnHighlig... |
blob | commitdiff | diff to current |
2010-03-10 |
Nikhil Kasinadhuni | Add test for stacked graph. |
blob | commitdiff | diff to current |
2010-03-08 |
Dan Vanderkam | Merge branch 'master' of git://github.com/flooey/dygraphs |
blob | commitdiff | diff to current |
2010-03-08 |
Dan Vanderkam | add live updates test |
blob | commitdiff | diff to current |
2010-03-08 |
Adam Vartanian | Fix bugs in connectSeparatedPoints implementation.... |
blob | commitdiff | diff to current |
2010-03-05 |
Dan Vanderkam | cleanup |
blob | commitdiff | diff to current |
2010-03-05 |
Yaroslav Korshak | Added test fot reversing and made some cleanup |
blob | commitdiff | diff to current |
2010-03-04 |
Adam Vartanian | Add connectSeparatedPoints option to ignore points... |
blob | commitdiff | diff to current |
2010-03-04 |
Yaroslav Korshak | Little trick that allows reversing Y axis with valueRan... |
blob | commitdiff | diff to current |
2010-02-25 |
Nagy Attila Gabor | Fixed bug when graph is zoomed |
blob | commitdiff | diff to current |
2010-02-24 |
Nagy Attila Gabor | Google Visualization API compatible getSelection()... |
blob | commitdiff | diff to current |
2010-02-24 |
Nagy Attila Gabor | Support for Google Visualization API compatible setSele... |
blob | commitdiff | diff to current |
2010-02-20 |
Dan Vanderkam | overdrawing with error bars |
blob | commitdiff | diff to current |
2010-02-20 |
Dan Vanderkam | fix bug in toDomCoords |
blob | commitdiff | diff to current |
2010-02-20 |
Dan Vanderkam | add new coordinate conversion functions |
blob | commitdiff | diff to current |
2010-02-20 |
Dan Vanderkam | prune to visible range, plus one point on either side... |
blob | commitdiff | diff to current |
2010-02-20 |
Dan Vanderkam | JS is not C++ |
blob | commitdiff | diff to current |
next |