Dan Vanderkam

Results 172 comments of Dan Vanderkam

Here's another user who ran into this: http://stackoverflow.com/questions/33633273/dygraphs-using-fillgraph-with-a-custom-plotter-barchart

I read this as a request to be able to set [lineJoin](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/lineJoin) and miterLimit on the canvas, which is reasonable.

_From [[email protected]](https://code.google.com/u/115150956357277230783/) on October 15, 2010 07:28:47_ **Status:** Duplicate **Mergedinto:** 55

_From [[email protected]](https://code.google.com/u/101959970229003594722/) on January 04, 2013 11:57:26_ Very low priority, will require third-party contribution, probably plug-in support. **Status:** New **Labels:** -Type-Defect -Priority-Medium Type-Enhancement Priority-Low Component-UI **Mergedinto:**

_From [[email protected]](https://code.google.com/u/115150956357277230783/) on January 11, 2013 14:39:56_ **Status:** Accepted

@tomaszs thanks for the message. I've added you as a collaborator, feel free to merge any PRs you like. I still find dygraphs to be a very useful, flexible library...

Not going to get dragged into the TS vs. JS debate here :) To be clear, my intention is not to make a new version of dygraphs that is in...

@lmizinski thanks for your interest. I've commented on your PR and added you as a contributor. Feel free to merge after adding a test. That particular behavior is a vestige...

Thanks for the report. For reasons I don't recall, the range selector has its own [independent plotter](https://github.com/danvk/dygraphs/blob/5a57a74cdb1f2a15441e154a6cf4a8985ab7a37a/src/plugins/range-selector.js#L538-L619). I think it should just use the standard fill plotter. @paulfelix do you...