adding background class

This commit is contained in:
ppisljar 2016-11-22 16:27:02 +01:00
parent 231a58a774
commit c41e67225e

View file

@ -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) {