mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
adding background class
This commit is contained in:
parent
231a58a774
commit
c41e67225e
1 changed files with 2 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue