From 6c8967dc902b51d8cc73b1b8db220f3b8448d680 Mon Sep 17 00:00:00 2001 From: Connor Cameron Date: Tue, 14 May 2024 19:39:48 +0000 Subject: [PATCH] change examples based on comments from #386 --- dev/viz/lis-histogram-element.html | 2 +- src/viz/lis-histogram-element.ts | 61 ++++++++++++++++-------------- 2 files changed, 33 insertions(+), 30 deletions(-) diff --git a/dev/viz/lis-histogram-element.html b/dev/viz/lis-histogram-element.html index a7544fb..890e0a4 100644 --- a/dev/viz/lis-histogram-element.html +++ b/dev/viz/lis-histogram-element.html @@ -31,8 +31,8 @@

<lis-histogram-element>

* ``` * - * Example using only html: - * ```html - * - * - * ``` */ @customElement('lis-histogram-element') export class LisHistogramElement extends LitElement {