David Chester
David Chester
Thanks, I'll take a look here. There may be some trade-offs to consider around memory usage, and I'd rather not use memoize directly from underscore, since that makes the front-end...
I agree it might be nice to support conditionally removing nodes based on a supplied callback function, but do we need to overload `jp.apply`? How about adding a new method...
I don't think this solution is an option, since it would direct Node.js environments to load the browser-oriented version of the library built by browserify.
This could potentially be interesting, but it's also probably a lower priority than lots of other features we'd like to add.
This is cool -- but labels are rotated about their top right corner rather than about the end of the baseline. Let's see if we can find a way to...
@drsm79: Thanks for the stab. If we're going to add a pie chart renderer I'd like for it to keep with the time series theme of the rest of the...
We could definitely do a better job at supporting this particular use case. At the moment, you have to reach in and manipulate data attributes of the objects in graph.series...
At the moment, this is a good workaround. We've run into this from time to time too. We'll look into moving that validation to happen around the stacking rather than...
All good points. Things evolved as they did because we started with a bunch of use cases where it was actually useful to show details for all of the series...
Thanks -- this is a good problem to solve. We have a [branch](https://github.com/shutterstock/rickshaw/tree/dynamic-series) around that aims to address some of these same issues. I'll take a pass through each and...