dygraphs
dygraphs copied to clipboard
Custom plotter for first series prevents fill in any other series
From [email protected] on July 17, 2014 18:55:38
Example: http://jsfiddle.net/B4AeR/1/ Since the fill plotter skips over any series that is not the first, and the default plotters are skipped if a custom plotter is defined, if a custom plotter is defined for the first series, then no series at all can be filled.
Original issue: http://code.google.com/p/dygraphs/issues/detail?id=520
I can verify this. Seems like a bug!
Here's another user who ran into this: http://stackoverflow.com/questions/33633273/dygraphs-using-fillgraph-with-a-custom-plotter-barchart
Any update on this?