I\'m usuing the lineWithFocusChart.js model shown in the nvd3 examples shown here: http://nvd3.org/ghpages/examples.html
I want to be able to choose a specific x ran
Suppose there's only one graph generated by nvd3 on the page:
chart = nv.graphs[0] // how to choose the graph by DOM id? chart.brushExtent([10,20]) chart.update()
Thank @elsherbini's comment.