|
|
|
@ -281,8 +281,7 @@ abstract class ChartwerkPod<T extends TimeSerie, O extends Options> {
|
|
|
|
|
.append('svg') |
|
|
|
|
.style('width', '100%') |
|
|
|
|
.style('height', '100%') |
|
|
|
|
.style('backface-visibility', 'hidden') |
|
|
|
|
.style('background-color', 'red'); |
|
|
|
|
.style('backface-visibility', 'hidden'); |
|
|
|
|
this.chartContainer = this.svg |
|
|
|
|
.append('g') |
|
|
|
|
.attr('transform', `translate(${this.margin.left},${this.margin.top})`); |
|
|
|
|