Skip to content

Commit

Permalink
Filled out page text for example using simple-table and histogram. #224
Browse files Browse the repository at this point in the history
  • Loading branch information
ctcncgr committed Apr 30, 2024
1 parent c6ef552 commit 1153cc4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions dev/core/lis-histogram-element.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@
<div class="uk-container" style="overflow: visible; text-align: center">
<h1>&lt;lis-histogram-element&gt;</h1>
<p>
The <code>&lt;lis-histogram-element&gt;</code> the <code>&lt;lis-simple-table-element&gt;</code> web component.
See the source code and documentation for details.
The <code>&lt;lis-histogram-element&gt;</code> provides a generic component for rendering a histogram using D3.js.

See, <a href="https://d3js.org/">D3.js</a> for more information.

In the example below, the 'Rating' and 'Cheese' columns from the <code>&lt;lis-simple-table-element&gt;</code> are used
to generate the histogram.
</p>
<hr>
<lis-simple-table-element id="table"></lis-simple-table-element>
Expand Down

0 comments on commit 1153cc4

Please sign in to comment.