n3-charts / line-chart

Awesome charts for AngularJS.
http://n3-charts.github.io/line-chart/
MIT License
1.2k stars 179 forks source link

"dot" not work in V2 with y2 #473

Closed samwzm closed 8 years ago

samwzm commented 8 years ago

it seems the line dot is not working in V2 when there are y and y2 axis. for example, even I specify type: ['line', 'dot'], there is no dot in the line. even worse, after I disable the series by clicking the label, and then enable it, all the dots will display in the line! I believe it's a bug.

could anyone take a look?

thanks!

samwzm commented 8 years ago

update:

  1. the dot won't display at first (even specifying dot in type) -- which is not correct
  2. the dot won't display if not specifying dot in type, no matter disable/enable the series -- which is correct.
lorem--ipsum commented 8 years ago

Hey, thanks for the interest ! Can you provide an example of the bug, ideally on CodePen (you can find templates here) so we can investigate ? It'll be much easier for us, and much quicker for you :-)

We're closing this, but no hard feelings : it's just that we're trying to avoid zombie issues. Feel free to open a new one with a working example !