Andrei Cioara

Results 21 comments of 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 ![screen shot 2015-02-03 at 1 41 04 pm](https://cloud.githubusercontent.com/assets/1440449/6030164/616edef6-abaa-11e4-8270-fd9d9a3543ca.png) 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. ![meme](http://joshowens.me/content/images/2014/Nov/timezone-meme.jpg) 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()`