| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 11 months |
| seen | 3 hours ago | |
| stats | profile views | 39 |
|
Jan 11 |
revised |
Rails: how to debug localhost not responding with delayed_job / foreman added 568 characters in body |
|
Jan 10 |
revised |
Rails: how to debug localhost not responding with delayed_job / foreman added 305 characters in body |
|
Jan 9 |
asked | Rails: how to debug localhost not responding with delayed_job / foreman |
|
Jan 5 |
accepted | Ruby: Syntax to POST batch request with Net::HTTP to Facebook API |
|
Jan 5 |
answered | Ruby: Syntax to POST batch request with Net::HTTP to Facebook API |
|
Dec 31 |
asked | Ruby: Syntax to POST batch request with Net::HTTP to Facebook API |
|
Dec 28 |
comment |
How to use stack.values([accessor]) in d3.js Streamgraph @DuongThang I'm afraid I don't have this handy anymore. It definitely worked. Maybe if you post a question with your code I can take a look at it. |
|
Dec 21 |
accepted | Nokogiri: How does nested xpath access outer loop? |
|
Dec 21 |
asked | Nokogiri: How does nested xpath access outer loop? |
|
Dec 20 |
comment |
how can i restrict access for particular MountableEngine inside my rails application in routes I think this question should help |
|
Dec 8 |
accepted | d3.js: Passing data from parent node to child node onclick event |
|
Dec 8 |
comment |
d3.js: Passing data from parent node to child node onclick event Phenomenal answer! |
|
Dec 7 |
comment |
d3.js: Passing data from parent node to child node onclick event Ok. First (and basic) question. What's going on with chartdivs.call(chart)? chartdivs isn't a function, yet the syntax for call is fun.call(args). I'm sure I've missed something simple here. |
|
Dec 7 |
comment |
d3.js: Passing data from parent node to child node onclick event I was just looking at it. Truly a masterclass! It's going to take me a little time to go through it and make sure I understand. I was wondering, what do you think the title of this question should have been? |
|
Dec 7 |
comment |
d3.js: Passing data from parent node to child node onclick event Thanks. This is very helpful. I'm afraid I'm still stuck though on how to reference the onChartClick function in the middle of this. This lives in the overall chart / class context, not the rectangle. |
|
Dec 6 |
comment |
d3.js: Passing data from parent node to child node onclick event The value of likes is (i.e. 2), but the key (i.e. 'likes') is at the top level of the data. This means that 'likes' are bound to first bar, 'dislikes' to second etc. Then what gets bound to each rectangle within the bar is e.g. {key = 'blue-frog', value = 1}, i.e. no information that this refers to 'likes' I could change the data, but this is used in multiple places, so I would prefer to find another way. |
|
Dec 6 |
comment |
d3.js: Passing data from parent node to child node onclick event Thanks Brian. The bit I'm struggling with is not just passing data and this, it's passing data, this AND the metric information (e.g. 'likes') |
|
Dec 6 |
comment |
d3.js: Passing data from parent to child nodes tsenga. I have posted a follow up to this question here. It would be great if you could have a look. |
|
Dec 6 |
asked | d3.js: Passing data from parent node to child node onclick event |
|
Dec 5 |
revised |
Javascript summing arrays, using d3.nest() Link to follow on question |