Merged stacked graph support from iownbey's version and added assorted
authorNikhil Kasinadhuni <nikhilk@google.com>
Fri, 5 Feb 2010 17:03:43 +0000 (09:03 -0800)
committerNikhil Kasinadhuni <nikhilk@google.com>
Fri, 5 Feb 2010 17:03:43 +0000 (09:03 -0800)
commit43af96e75cba5447301daf3fa4347729d115fdc8
tree022fa9bc63f14f6055a3ac8e4f932bf9ee26bcff
parenta9476896742bea976a06f295df619c7e9ca320dd
Merged stacked graph support from iownbey's version and added assorted
fixes to 'unstack' them when calling the highlightCallback.

Added an option to not hide the label on mouse out.

Alternate the list of auto-generated colors since adjacent colors
are difficult to distinguish. A better way would be to randomize them with a
constant seed, but alas, Javascript's Math.random() doesn't accept a seed.

Added a getColors() accessor method to help an external labelsDiv
obtain the list of [auto-generated] colors.
dygraph-canvas.js
dygraph-combined.js
dygraph.js