nvd3 line chart not shown properly. (dots and shaded area)
问题 So I am using nvd3 and I want to show 2 lines in one line chart. I know the code is alright as I am trying it on the live code of nvd3 and it works fine. I read in many places though that the code they use on the nvd3 live code is not the same as the api. So the graph is shaded and has dots. However in the live code of nvd3 there are no dots and no shaded area. Thus is my code : nv.addGraph(function() { var chart = nv.models.lineChart() .useInteractiveGuideline(true) .width(900) .height(600)