JavaScript and SVG: how do you increase the clickable area for an onClick event?
For each line, try drawing a transparent line on top of it with a larger stroke width, and set the onclick on that.
A variation on the above answer. For a cool selection effect group each thin line and transparent line combo in a group with the thin line on top. Set the onclick to the group and then animate the transparency of the thick line in your onclick.