Update eslint
This commit is contained in:
commit
87d390c4eb
2 changed files with 3 additions and 1 deletions
|
|
@ -15,6 +15,7 @@ class Heatmap extends Component {
|
|||
width: props.number,
|
||||
height: props.number,
|
||||
};
|
||||
|
||||
connected() {
|
||||
if (!this.timeseries) {
|
||||
return;
|
||||
|
|
@ -30,6 +31,7 @@ class Heatmap extends Component {
|
|||
this.data = values;
|
||||
});
|
||||
}
|
||||
|
||||
renderer(renderRoot, render) {
|
||||
const root = renderRoot;
|
||||
while (root.firstChild) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue