我想要能够选择一个特定的x范围,以便在加载时关注图形.我以为在图表中会有一个变量,我可以设置完成这个.
chart = nv.graphs[0] // how to choose the graph by DOM id? chart.brushExtent([10,20]) chart.update()
谢谢@ elsherbini的评论.