Skip to content

Commit

Permalink
linePlusBarChart: need to pass along "strokeWidth" property while ren…
Browse files Browse the repository at this point in the history
…dering the lines
  • Loading branch information
mrvicadai committed Jun 13, 2016
1 parent 99201b1 commit befea2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/linePlusBarChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ nv.models.linePlusBarChart = function() {
return {
area: d.area,
fillOpacity: d.fillOpacity,
strokeWidth: d.strokeWidth,
key: d.key,
values: d.values.filter(function(d,i) {
return lines.x()(d,i) >= extent[0] && lines.x()(d,i) <= extent[1];
Expand Down

0 comments on commit befea2c

Please sign in to comment.