diff --git a/web/calibrate/XyPlot.ts b/web/calibrate/XyPlot.ts
--- a/web/calibrate/XyPlot.ts
+++ b/web/calibrate/XyPlot.ts
@@ -18,7 +18,7 @@ export class XyPlot extends LitElement {
chart!: echarts.ECharts;
@property() label: string = "";
@property() data: number[][] = [];
-
+
render() {
return html`