Skip to content

Commit

Permalink
Merge pull request novus#1694 from mrvicadai/master
Browse files Browse the repository at this point in the history
linePlusBarChart: need to pass along "strokeWidth" while rendering line
  • Loading branch information
liquidpele authored Jun 13, 2016
2 parents 99201b1 + befea2c commit d42d8f6
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 d42d8f6

Please sign in to comment.