Skip to content

Commit

Permalink
adding background class
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisljar committed Nov 22, 2016
1 parent 7511d25 commit 0a4d4c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui/public/vislib/visualizations/point_series.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ export default function PointSeriesFactory(Private) {
.attr('y', startY)
.attr('width', width)
.attr('height', height)
.attr('fill', 'transparent');
.attr('fill', 'transparent')
.attr('class', 'background');
};

addClipPath(svg) {
Expand Down

0 comments on commit 0a4d4c9

Please sign in to comment.