Line Chart
PREVIEW
Preview not available — component requires runtime dependencies or no examples defined.
USAGE
from djust_components.components.line_chart import LineChart
component = LineChart(series=None,
labels=None,
title=None,
width=400,
height=250,
area=False,
show_dots=True,
show_legend=True,
custom_class='',
kwargs)
html = component.render()
PARAMETERS 10
| Name | Type | Default |
|---|---|---|
series |
<class 'list'> |
None |
labels |
<class 'list'> |
None |
title |
typing.Optional[str] |
None |
width |
<class 'int'> |
400 |
height |
<class 'int'> |
250 |
area |
<class 'bool'> |
False |
show_dots |
<class 'bool'> |
True |
show_legend |
<class 'bool'> |
True |
custom_class |
<class 'str'> |
'' |
kwargs |
— |
— |