Adjust margins
This commit is contained in:
parent
a20e9a7c6e
commit
5ae23b42ec
2 changed files with 11 additions and 0 deletions
|
|
@ -61,6 +61,11 @@ class Heatmap extends Component {
|
|||
},
|
||||
},
|
||||
paper_bgcolor: 'transparent',
|
||||
margin: {
|
||||
r: 0,
|
||||
t: 0,
|
||||
b: 0,
|
||||
},
|
||||
};
|
||||
this.ts = ts;
|
||||
ts.getData({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue