djust-theming | Demo Home Components | Gallery Storybook Editor Diff

Line Chart

python component Charts 10 params
PREVIEW
Preview not available — component requires runtime dependencies or no examples defined.
USAGE
python
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
NameTypeDefault
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