Circles on nvd3 line chart
问题 I need to add circules/nodes to each point on a line chart of nvd3. I have my codes here - https://jsfiddle.net/sujit77/7ns2g4a1/12/ Also I need to have these circles with different colors depending on value at that point. I tried to follow "http://www.d3noob.org/2013/01/change-line-chart-into-scatter-plot.html". But messed up my code between D3 and nvd3 functions. nv.addGraph(function() { var chart = nv.models.lineChart() .x(function(d) { return d3.time.format("%Y-%m-%d %H:%M:%S").parse(d[