Greg Michalec

Results 9 comments of Greg Michalec

If anyone else is searching for this, this is how I got the 'New Post' page to use the browser API to detect my location: I added the following code...

Odd - could have sworn I commented on this back in November. I looked into adding tests, but since these features only apply to postgres, I couldn't see how to...

Hi - checking in to see if I can get any guidance on what would be needed to get this merged? Thanks!

What units? Is it relative to the units of the graph coordinates or node sizes? if it's just a pixel definition at scale=1, easy. other options, probably also easy, but...

Yeah - I think we need to define .node-enter, .node-exit, .edge-enter and .edge-exit classes, and then apply/remove those classes on enter/exit. If you want to negate the behavior, you just...

Ok - I mean 'inherit', not 'default', but this doesn't seem to work as I thought it did. I don't like the idea of adding config options for everything under...

do you mean expose a JS interface to control the panning and zooming, or include panning and zooming info in the data file on a per-slice basis? Or something else?

this should be pretty easy, as long as we stick to the built-in d3 easing functions. Or, I suppose we could allow someone to specify their own custom easing function,...