diff --git a/src/viz/lis-histogram-element.ts b/src/viz/lis-histogram-element.ts index 7025041..8f6d03a 100644 --- a/src/viz/lis-histogram-element.ts +++ b/src/viz/lis-histogram-element.ts @@ -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`}