Use "legend" option with "follow" value. Hide legend on deselect.
[dygraphs.git] / plugins / legend.js
2014-11-13 Petr ShevtsovUse "legend" option with "follow" value. Hide legend...
2014-11-13 Petr ShevtsovCheck for visible viewport width, not the plotter width
2014-04-30 Petr ShevtsovMissing semicolon
2014-04-30 Petr ShevtsovLegend follows highlighted points
2014-03-02 Dan VanderkamMerge pull request #266 from hulkholden/fix_hidpi
2014-02-17 Dan Vanderkammerge
2014-01-04 Akiyahfix XSS in labels
2014-01-04 Akiyahadd semicollon
2014-01-04 Akiyahfix XSS in labels
2013-10-18 Dan VanderkamMerge pull request #279 from danvk/datahandler-cleanup
2013-10-18 Dan VanderkamMerge pull request #280 from danvk/kill-code
2013-10-15 Dan Vanderkamcopy over lots of changes from "shrink" branch.
2013-02-16 Dan VanderkamMerge pull request #210 from klausw-g/range-pad-2
2013-02-12 Paul FelixMerge branch 'master' of github.com:danvk/dygraphs
2013-02-09 Dan VanderkamMerge pull request #211 from klausw-g/issue-424
2013-02-08 Dan Vanderkamadd a (non-breaking) space between series name and...
2013-01-24 Emmanuel FitoussiMerge pull request #2 from witsa/master
2013-01-24 Emmanuel FitoussiMerge pull request #1 from danvk/master
2013-01-23 Dan Vanderkamnearly all lint errors gone; closure compiler still...
2012-11-22 Dan VanderkamMerge pull request #161 from klausw-g/is-series-locked
2012-08-28 Dan VanderkamMerge branch 'master' of github.com:danvk/dygraphs
2012-08-28 Dan VanderkamRemove variable re-definitions
2012-08-10 Dan Vanderkamfix all lint errors
2012-08-06 Dan VanderkamMerge pull request #162 from kberg/master
2012-08-02 Robert KonigsbergAllow labelsDivWidth updates to be reflected in already...
2012-07-25 Dan VanderkamMerge branch 'master' into reorganize-points reorganize-points
2012-07-25 Dan Vanderkamadd "use strict" to plugins -- was causing errors in...
2012-07-16 Dan Vanderkamreduce frequency of calculateEmWidthInDiv calls; 25...
2012-07-15 Dan VanderkamMerge branch 'master' into pluggable-renderer
2012-07-06 Dan VanderkamLanding!
2012-06-15 Dan VanderkamMerge branch 'master' of github.com:danvk/dygraphs
2012-06-13 Robert KonigsbergMerge github.com:danvk/dygraphs
2012-06-13 Dan VanderkamMerge pull request #153 from jzgg/master
2012-06-13 Joshuaupdated check for empty string
2012-06-13 Joshuaonly add ':' to legend if x value formatter returns...
2012-05-11 Klaus WeidnerMerge branch 'master' of git://github.com/danvk/dygraph...
2012-05-11 Dan VanderkamMerge pull request #149 from flooey/master
2012-05-11 Dan VanderkamMerge pull request #147 from beda42/fix_deep_copy
2012-05-11 Dan VanderkamMerge branch 'resize_label' of https://github.com/beda4...
2012-05-10 Adam VartanianMerge branch 'master' of git://github.com/danvk/dygraphs
2012-04-26 Beda Kosatare-add the legend_div into the parent div after resize...
2012-04-24 Dan Vanderkamadd @license tags in various places, including dygraph...
2012-04-18 Dan VanderkamMerge pull request #143 from klausw-g/plugin-tweaks
2012-04-11 Adam VartanianMerge branch 'master' of git://github.com/danvk/dygraphs
2012-04-10 Klaus WeidnerUpdate plugin registry
2012-04-10 Dan VanderkamFix small regression in behavior on plugin CSS (issue...
2012-04-10 Dan Vanderkamfix regression on issue 152
2012-04-10 Adam VartanianMerge branch 'master' of git://github.com/danvk/dygraphs
2012-04-06 Dan VanderkamIntroduce a plugin system and move the legend to it.