style: added semi colon
This commit is contained in:
parent
809bc2c43c
commit
3c58269958
@ -175,7 +175,7 @@ export default class Heatmap extends BaseChart {
|
||||
this.legendArea.textContent = '';
|
||||
let x = 0;
|
||||
let y = ROW_HEIGHT;
|
||||
let radius = this.rawChartArgs.radius || 0
|
||||
let radius = this.rawChartArgs.radius || 0;
|
||||
|
||||
let lessText = makeText('subdomain-name', x, y, 'Less',
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user