Skip to content

Commit

Permalink
update example to fix docs for new axis labels. #386
Browse files Browse the repository at this point in the history
  • Loading branch information
ctcncgr committed May 15, 2024
1 parent ff730e0 commit 5c6bd91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/viz/lis-histogram-element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export type HistogramDataModel = {
*
* The following attributes/properties can be set using HTML or JavaScript:
* - {@link data | `data`}
* - {@link xlabel | `xlabel`}
* - {@link ylabel | `ylabel`}
* - {@link nameLabel | `nameLabel`}
* - {@link countLabel | `countLabel`}
* - {@link width | `width`}
* - {@link height | `height`}
* - {@link orientation | `orientation`}
Expand Down

0 comments on commit 5c6bd91

Please sign in to comment.