Andrei Cioara
Andrei Cioara
@rcchen How is this different from a bar plot where users specify ``` typescript plot.x(function(d) { return Math.floor(d.x / bucket_size) * bucket_size }, xScale) ```
So we still want this idea in or we can close it? I believe you can do that with bar plot and category scales as you suggested, so a new...
Reproduced Fiddle http://jsfiddle.net/uymL5ka0/
Confirm: still happens, but it is not that bad i.m.o
From a related issue  Create a `Component` that draws selection boxes. This `Component` will replace the box-drawing behavior that is currently tightly...
@dbt What is the status of this idea?
http://blog.cortexintel.com/blog/2014/09/local-timezones-with_d3js/
Looking into this it seems like there is no nice way of doing it without taking an additional dependency.  After some research, it seems like [Moment.js - timezones](http://momentjs.com/timezone/) is...
Multiple timezones POC http://jsfiddle.net/xvro4L0s/6/ . It's a bit buggy (and of course hacky due to missing features from our end), but I think it is promising. trying to see if...
The missing feature is being able to synchronize scales and / or adding multiple scales to a single plot through a `.x()`, `.y()`