Skip to content
Bar chart - Web Component
The BarChart component can be used imported from:
Playground
Parameters
The Web component uses the <z-bar-chart>
tag:
Chart props:
--y-min
: ...--y-max
: ...
Data props:
--value
: ...--bar-color
: (optional) ...
...
By default, all the parameters are optional or can be set in different, except for the ones marked as required
The parametrization of the component can be done with the following custom HTML params:
Name | Type | Description | Slot | A11y |
---|---|---|---|---|
config | string | |||
caption | string | |||
steps | number |
Browser support
Detected engine:
Chromium
Webkit
Gecko
HTML Examples
...