Skip to content

Commit

Permalink
remove lis-histogram-element from core and add to viz. #386
Browse files Browse the repository at this point in the history
  • Loading branch information
ctcncgr committed May 14, 2024
1 parent fb66cc2 commit 5a1bf23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ export * from './lis-pagination-element';
export * from './lis-simple-table-element';
export * from './lis-loading-element';
export * from './lis-modal-element';
export * from './lis-histogram-element';
4 changes: 2 additions & 2 deletions src/viz/lis-histogram-element.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {LitElement, html} from 'lit';
import {customElement, property, state} from 'lit/decorators.js';
import {LitElement, html, css} from 'lit';
import {customElement, property} from 'lit/decorators.js';
import {Ref, createRef, ref} from 'lit/directives/ref.js';
import {HistogramDataModel} from '../models';
import * as d3 from 'd3';
Expand Down

0 comments on commit 5a1bf23

Please sign in to comment.